-
Notifications
You must be signed in to change notification settings - Fork 47
/
_pkgdown.yml
129 lines (121 loc) · 3.17 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
url: https://googledrive.tidyverse.org
development:
mode: auto
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="googledrive.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
news:
releases:
- text: "Version 2.0.0"
href: https://www.tidyverse.org/blog/2021/07/googledrive-2-0-0/
- text: "Version 1.0.0"
href: https://www.tidyverse.org/blog/2019/08/googledrive-1-0-0/
articles:
- title: Common tasks
navbar: ~
contents:
- googledrive
- articles/file-identification
- articles/multiple-files
- articles/permissions
- title: Package configuration
navbar: Package configuration
contents:
- articles/bring-your-own-client
- title: Developer
desc: Articles documenting internal matters
contents:
- articles/example-files
- articles/messages-and-errors
reference:
- title: "Reach out and touch your files"
desc: >
Retrieve metadata on your Drive files so you can act on them
contents:
- drive_find
- drive_ls
- drive_get
- drive_reveal
- drive_browse
- starts_with("drive_read")
- title: "File creation and deletion"
desc: >
Create or delete Drive files and folders
contents:
- drive_upload
- drive_put
- drive_download
- drive_create
- drive_mkdir
- drive_cp
- drive_mv
- drive_rename
- drive_update
- drive_trash
- drive_empty_trash
- drive_rm
- starts_with("drive_example")
- title: "Share your files with the world"
desc: >
View or change the sharing and publishing status of Drive files
contents:
- drive_publish
- drive_unpublish
- drive_share
- drive_reveal
- drive_link
- title: "Shared drives"
desc: >
Manipulate and explore shared drives
contents:
- matches("shared_drive")
- title: "Shortcuts"
desc: >
Similar to local file shortcuts, aliases, or symbolic links
contents:
- matches("shortcut")
- title: "Dribble object"
desc: >
Metadata about Drive files is stored in a "Drive tibble" a.k.a. a dribble
contents:
- dribble
- as_dribble
- drive_reveal
- as_id
- dribble-checks
- title: "Authorization"
desc: >
Take explicit control of the Google auth status or examine current state
contents:
- drive_user
- drive_about
- drive_auth
- drive_deauth
- drive_auth_configure
- drive_scopes
- title: "Drive API spec"
desc: >
Summon info about or check input against the Drive API spec
contents:
- starts_with("drive_endpoint")
- drive_extension
- drive_fields
- drive_mime_type
- expose
- title: "Programming around the Drive API"
desc: >
Low-level functions used internally and made available for programming
contents:
- request_generate
- request_make
- do_request
- do_paginated_request
- drive_api_key
- drive_token
- drive_has_token
- title: "Package-level configuration"
contents:
- googledrive-configuration