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: Cloud Support v4.0.1+20220305
site_name: Cloud Support v5.0.2+20230121
site_url: http://byron.github.io/google-apis-rs/google-cloudsupport2_beta-cli
site_description: A complete library to interact with Cloud Support (protocol v2beta)
@@ -7,22 +7,26 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/cloudsupport2_be
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['attachments_create.md', 'Attachments', 'Create']
- ['case-classifications_search.md', 'Case Classifications', 'Search']
- ['cases_attachments-list.md', 'Cases', 'Attachments List']
- ['cases_close.md', 'Cases', 'Close']
- ['cases_comments-create.md', 'Cases', 'Comments Create']
- ['cases_comments-list.md', 'Cases', 'Comments List']
- ['cases_create.md', 'Cases', 'Create']
- ['cases_escalate.md', 'Cases', 'Escalate']
- ['cases_get.md', 'Cases', 'Get']
- ['cases_list.md', 'Cases', 'List']
- ['cases_patch.md', 'Cases', 'Patch']
- ['cases_search.md', 'Cases', 'Search']
- ['media_download.md', 'Media', 'Download']
- ['media_upload.md', 'Media', 'Upload']
nav:
- Home: 'index.md'
- 'Attachments':
- 'Create': 'attachments_create.md'
- 'Case Classifications':
- 'Search': 'case-classifications_search.md'
- 'Cases':
- 'Attachments List': 'cases_attachments-list.md'
- 'Close': 'cases_close.md'
- 'Comments Create': 'cases_comments-create.md'
- 'Comments List': 'cases_comments-list.md'
- 'Create': 'cases_create.md'
- 'Escalate': 'cases_escalate.md'
- 'Get': 'cases_get.md'
- 'List': 'cases_list.md'
- 'Patch': 'cases_patch.md'
- 'Search': 'cases_search.md'
- 'Media':
- 'Download': 'media_download.md'
- 'Upload': 'media_upload.md'
theme: readthedocs