Files
google-apis-rs/gen/taskqueue1_beta2-cli/mkdocs.yml
2023-08-23 08:25:17 +02:00

27 lines
707 B
YAML

site_name: taskqueue v5.0.3+20160428
site_url: http://byron.github.io/google-apis-rs/google-taskqueue1_beta2-cli
site_description: A complete library to interact with taskqueue (protocol v1beta2)
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/taskqueue1_beta2-cli
docs_dir: docs
site_dir: build_html
nav:
- Home: 'index.md'
- 'Taskqueues':
- 'Get': 'taskqueues_get.md'
- 'Tasks':
- 'Delete': 'tasks_delete.md'
- 'Get': 'tasks_get.md'
- 'Insert': 'tasks_insert.md'
- 'Lease': 'tasks_lease.md'
- 'List': 'tasks_list.md'
- 'Patch': 'tasks_patch.md'
- 'Update': 'tasks_update.md'
theme: readthedocs
copyright: Copyright © 2015-2020, `Sebastian Thiel`