-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
102 lines (87 loc) · 2.25 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
102
url: https://scotgovanalysis.github.io/objr
development:
mode: auto
template:
bootstrap: 5
bslib:
base_font: {google: "Roboto"}
home:
sidebar:
structure: [links, license, community, citation, authors]
authors:
Alice Hannah:
html: "Alice Hannah \
<a href='mailto:[email protected]'>\
<i class='fas fa-envelope' aria-hidden='true'></i>\
<span class='visually-hidden'>Email Alice Hannah></span></a> \
<a href='https://github.com/alice-hannah'>\
<i class='fab fa-github' aria-hidden='true'></i>\
<span class='visually-hidden'>Alice Hannah GitHub profile></span></a>"
Scottish Government:
html: "Scottish Government \
<a href='mailto:[email protected]'>\
<i class='fas fa-envelope' aria-hidden='true'></i>\
<span class='visually-hidden'>Email Scottish Government></span></a>\
\
<a href='https://github.com/scotgovanalysis'>\
<i class='fab fa-github' aria-hidden='true'></i>\
<span class='visually-hidden'>Scottish Government GitHub profile></span>\
</a>"
sidebar:
roles: [cre, aut]
footer:
roles: [cph]
text: "Developed by the"
figures:
dev: "svg"
fig.ext: svg
reference:
- contents:
- objr
- my_user_id
- title: Workspaces
desc: >
Workspaces are the containers that connect a collection of documents and
folders (Assets) with a collection of Users (Participants)
contents:
- workspaces
- participants
- add_participants
- title: Assets
desc: Assets represent Documents and Folders that are added to Workspaces
contents:
- assets
- asset_info
- create_folder
- rename_asset
- delete_asset
- subtitle: Document versions
contents:
- versions
- rollback_to_version
- subtitle: Download
contents:
- download_file
- read_data
- subtitle: Upload
contents:
- upload_file
- write_data
- title: Comments
desc: View comments and create new threads and replies in workspaces
contents:
- comments
- new_thread
- new_reply
- title: Two-factor authentication
desc: See `vignette("two-factor")` for more information.
contents:
- workgroup_bypass_2fa
- participant_bypass_2fa
articles:
- title: Articles
navbar: ~
contents:
- authentication
- two-factor
- faqs