Files
google-apis-rs/gen/drive3-cli/mkdocs.yml
2024-05-16 21:23:40 +02:00

78 lines
2.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

site_name: drive v5.0.5+20240412
site_url: http://byron.github.io/google-apis-rs/google-drive3-cli
site_description: A complete library to interact with drive (protocol v3)
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/drive3-cli
docs_dir: docs
site_dir: build_html
nav:
- Home: 'index.md'
- 'About':
- 'Get': 'about_get.md'
- 'Apps':
- 'Get': 'apps_get.md'
- 'List': 'apps_list.md'
- 'Changes':
- 'Get Start Page Token': 'changes_get-start-page-token.md'
- 'List': 'changes_list.md'
- 'Watch': 'changes_watch.md'
- 'Channels':
- 'Stop': 'channels_stop.md'
- 'Comments':
- 'Create': 'comments_create.md'
- 'Delete': 'comments_delete.md'
- 'Get': 'comments_get.md'
- 'List': 'comments_list.md'
- 'Update': 'comments_update.md'
- 'Drives':
- 'Create': 'drives_create.md'
- 'Delete': 'drives_delete.md'
- 'Get': 'drives_get.md'
- 'Hide': 'drives_hide.md'
- 'List': 'drives_list.md'
- 'Unhide': 'drives_unhide.md'
- 'Update': 'drives_update.md'
- 'Files':
- 'Copy': 'files_copy.md'
- 'Create': 'files_create.md'
- 'Delete': 'files_delete.md'
- 'Empty Trash': 'files_empty-trash.md'
- 'Export': 'files_export.md'
- 'Generate Ids': 'files_generate-ids.md'
- 'Get': 'files_get.md'
- 'List': 'files_list.md'
- 'List Labels': 'files_list-labels.md'
- 'Modify Labels': 'files_modify-labels.md'
- 'Update': 'files_update.md'
- 'Watch': 'files_watch.md'
- 'Permissions':
- 'Create': 'permissions_create.md'
- 'Delete': 'permissions_delete.md'
- 'Get': 'permissions_get.md'
- 'List': 'permissions_list.md'
- 'Update': 'permissions_update.md'
- 'Replies':
- 'Create': 'replies_create.md'
- 'Delete': 'replies_delete.md'
- 'Get': 'replies_get.md'
- 'List': 'replies_list.md'
- 'Update': 'replies_update.md'
- 'Revisions':
- 'Delete': 'revisions_delete.md'
- 'Get': 'revisions_get.md'
- 'List': 'revisions_list.md'
- 'Update': 'revisions_update.md'
- 'Teamdrives':
- 'Create': 'teamdrives_create.md'
- 'Delete': 'teamdrives_delete.md'
- 'Get': 'teamdrives_get.md'
- 'List': 'teamdrives_list.md'
- 'Update': 'teamdrives_update.md'
theme: readthedocs
copyright: Copyright © 20152024, `Sebastian Thiel`