Files
google-apis-rs/gen/tasks1-cli/mkdocs.yml
2024-03-05 21:02:48 +01:00

33 lines
886 B
YAML

site_name: Tasks v5.0.4+20240303
site_url: http://byron.github.io/google-apis-rs/google-tasks1-cli
site_description: A complete library to interact with Tasks (protocol v1)
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/tasks1-cli
docs_dir: docs
site_dir: build_html
nav:
- Home: 'index.md'
- 'Tasklists':
- 'Delete': 'tasklists_delete.md'
- 'Get': 'tasklists_get.md'
- 'Insert': 'tasklists_insert.md'
- 'List': 'tasklists_list.md'
- 'Patch': 'tasklists_patch.md'
- 'Update': 'tasklists_update.md'
- 'Tasks':
- 'Clear': 'tasks_clear.md'
- 'Delete': 'tasks_delete.md'
- 'Get': 'tasks_get.md'
- 'Insert': 'tasks_insert.md'
- 'List': 'tasks_list.md'
- 'Move': 'tasks_move.md'
- 'Patch': 'tasks_patch.md'
- 'Update': 'tasks_update.md'
theme: readthedocs
copyright: Copyright © 2015-2020, `Sebastian Thiel`