Files
google-apis-rs/gen/drive2-cli/mkdocs.yml
Sebastian Thiel 55badfe90e regen all APIs
2024-03-05 19:07:52 +01:00

105 lines
3.1 KiB
YAML

site_name: drive v5.0.3+20240227
site_url: http://byron.github.io/google-apis-rs/google-drive2-cli
site_description: A complete library to interact with drive (protocol v2)
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/drive2-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': 'changes_get.md'
- 'Get Start Page Token': 'changes_get-start-page-token.md'
- 'List': 'changes_list.md'
- 'Watch': 'changes_watch.md'
- 'Channels':
- 'Stop': 'channels_stop.md'
- 'Children':
- 'Delete': 'children_delete.md'
- 'Get': 'children_get.md'
- 'Insert': 'children_insert.md'
- 'List': 'children_list.md'
- 'Comments':
- 'Delete': 'comments_delete.md'
- 'Get': 'comments_get.md'
- 'Insert': 'comments_insert.md'
- 'List': 'comments_list.md'
- 'Patch': 'comments_patch.md'
- 'Update': 'comments_update.md'
- 'Drives':
- 'Delete': 'drives_delete.md'
- 'Get': 'drives_get.md'
- 'Hide': 'drives_hide.md'
- 'Insert': 'drives_insert.md'
- 'List': 'drives_list.md'
- 'Unhide': 'drives_unhide.md'
- 'Update': 'drives_update.md'
- 'Files':
- 'Copy': 'files_copy.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'
- 'Insert': 'files_insert.md'
- 'List': 'files_list.md'
- 'List Labels': 'files_list-labels.md'
- 'Modify Labels': 'files_modify-labels.md'
- 'Patch': 'files_patch.md'
- 'Touch': 'files_touch.md'
- 'Trash': 'files_trash.md'
- 'Untrash': 'files_untrash.md'
- 'Update': 'files_update.md'
- 'Watch': 'files_watch.md'
- 'Parents':
- 'Delete': 'parents_delete.md'
- 'Get': 'parents_get.md'
- 'Insert': 'parents_insert.md'
- 'List': 'parents_list.md'
- 'Permissions':
- 'Delete': 'permissions_delete.md'
- 'Get': 'permissions_get.md'
- 'Get Id For Email': 'permissions_get-id-for-email.md'
- 'Insert': 'permissions_insert.md'
- 'List': 'permissions_list.md'
- 'Patch': 'permissions_patch.md'
- 'Update': 'permissions_update.md'
- 'Properties':
- 'Delete': 'properties_delete.md'
- 'Get': 'properties_get.md'
- 'Insert': 'properties_insert.md'
- 'List': 'properties_list.md'
- 'Patch': 'properties_patch.md'
- 'Update': 'properties_update.md'
- 'Replies':
- 'Delete': 'replies_delete.md'
- 'Get': 'replies_get.md'
- 'Insert': 'replies_insert.md'
- 'List': 'replies_list.md'
- 'Patch': 'replies_patch.md'
- 'Update': 'replies_update.md'
- 'Revisions':
- 'Delete': 'revisions_delete.md'
- 'Get': 'revisions_get.md'
- 'List': 'revisions_list.md'
- 'Patch': 'revisions_patch.md'
- 'Update': 'revisions_update.md'
- 'Teamdrives':
- 'Delete': 'teamdrives_delete.md'
- 'Get': 'teamdrives_get.md'
- 'Insert': 'teamdrives_insert.md'
- 'List': 'teamdrives_list.md'
- 'Update': 'teamdrives_update.md'
theme: readthedocs
copyright: Copyright © 2015-2020, `Sebastian Thiel`