rebuild all APIS

This commit is contained in:
Sebastian Thiel
2023-03-16 18:16:47 +01:00
parent 952ec161b8
commit a791dde0ce
3202 changed files with 103346 additions and 529276 deletions

View File

@@ -1,4 +1,4 @@
site_name: taskqueue v4.0.1+20160428
site_name: taskqueue v5.0.2+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)
@@ -7,16 +7,18 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/taskqueue1_beta2
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['taskqueues_get.md', 'Taskqueues', 'Get']
- ['tasks_delete.md', 'Tasks', 'Delete']
- ['tasks_get.md', 'Tasks', 'Get']
- ['tasks_insert.md', 'Tasks', 'Insert']
- ['tasks_lease.md', 'Tasks', 'Lease']
- ['tasks_list.md', 'Tasks', 'List']
- ['tasks_patch.md', 'Tasks', 'Patch']
- ['tasks_update.md', 'Tasks', 'Update']
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