-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
60 lines (56 loc) · 1.32 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
url: https://g6t.github.io/cloudfs/
template:
bootstrap: 5
bslib:
code_font: {google: "Fira Code"}
authors:
Stefan Musch:
href: https://github.com/StefanMusch
Iaroslav Domin:
href: https://github.com/idmn
Michal Czyz:
href: https://github.com/mczyzj
Emmanuel Ugochukwu:
href: https://github.com/EmmanuelUgo
Gradient Metrics:
href: https://www.gradientmetrics.com/
html: "<img src='https://www.gradientmetrics.com/hubfs/branding/default/gradient_default_black.png' width=108>"
articles:
- title: Overview
navbar: ~
contents:
- cloudfs
reference:
- title: Attach a cloud root
contents:
- cloud_drive_attach
- cloud_s3_attach
- title: Browse cloud contents
contents:
- ends_with("_ls")
- ends_with("_browse")
- -cloud_local_ls
- -cloud_object_ls
- title: Upload and download
contents:
- ends_with("_upload")
- ends_with("_download")
- title: Write and read
contents:
- ends_with("_write")
- ends_with("_read")
- title: Bulk upload and download
contents:
- cloud_local_ls
- ends_with("_upload_bulk")
- ends_with("_download_bulk")
- title: Bulk write and read
contents:
- cloud_object_ls
- ends_with("_write_bulk")
- ends_with("_read_bulk")
- title: Miscellaneous
contents:
- cloud_get_roots
- cloud_drive_spreadsheet_autofit
- cloud_read_excel