-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path_pkgdown.yml
More file actions
119 lines (104 loc) · 2.32 KB
/
_pkgdown.yml
File metadata and controls
119 lines (104 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
url: https://posit-dev.github.io/connectapi/
template:
bootstrap: 5
development:
mode: auto
reference:
- title: "Package"
desc: >
Package documentation
contents:
- connectapi-package
- title: "Audit"
desc: >
Functions to audit vanity URLs, R versions, etc.
contents:
- matches("audit")
- title: "Deployment"
desc: >
Functions to work with deployments
contents:
- starts_with("bundle")
- Bundle
- download_bundle
- deploy
- poll_task
- title: "Content"
desc: >
Functions to work with content
contents:
- matches("content")
- matches("variant")
- matches("thumbnail")
- matches("image")
- matches("vanity")
- matches("schedule")
- matches("job")
- set_run_as
- title: "Users and groups"
desc: >
Users and groups
contents:
- matches("user")
- matches("group")
- title: "shiny"
desc: >
Shiny functions
contents:
- matches("shiny")
- title: "git"
desc: >
Git repository functions
contents:
- matches("repo")
- title: "OAuth Integrations"
desc: >
Functions to work with OAuth integrations
contents:
- matches("integration")
- set_integrations
- get_integrations
- get_associations
- get_oauth_credentials
- get_oauth_content_credentials
- create_integration
- update_integration
- delete_integration
- title: "Reporting"
desc: >
Helpers to "get" data out of Connect
contents:
- starts_with("get")
- as.data.frame.connect_list_hits
- as_tibble.connect_list_hits
- as.data.frame.connect_integration_list
- as_tibble.connect_integration_list
- title: "Other"
desc: >
Other functions
contents:
- promote
- connect
- tbl_connect
- page_cursor
- browse_connect
- browse_dashboard
- browse_solo
- create_random_name
- dashboard_url
- delete_runtime_cache
- title: "R6 classes"
desc: >
Classes representing connect, users, etc.
contents:
- Connect
- Bundle
- Task
- ContentTask
- Variant
- VariantTask
- VariantSchedule
- Vanity
- Content
- PositConnect
- Environment