-
Notifications
You must be signed in to change notification settings - Fork 26
/
_pkgdown.yml
101 lines (87 loc) · 1.8 KB
/
_pkgdown.yml
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
url: https://pkgs.rstudio.com/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")
- 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: "Reporting"
desc: >
Helpers to "get" data out of Connect
contents:
- starts_with("get")
- title: "Other"
desc: >
Other functions
contents:
- promote
- connect
- tbl_connect
- page_cursor
- browse_connect
- browse_dashboard
- browse_solo
- create_random_name
- dashboard_url
- dashboard_url_chr
- delete_runtime_cache
- title: "R6 classes"
desc: >
Classes representing connect, users, etc.
contents:
- Connect
- Bundle
- Task
- ContentTask
- Variant
- VariantTask
- VariantSchedule
- Vanity
- Content
- PositConnect
- Environment