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: Workflows v4.0.1+20220223
site_name: Workflows v5.0.2+20230105
site_url: http://byron.github.io/google-apis-rs/google-workflows1-cli
site_description: A complete library to interact with Workflows (protocol v1)
@@ -7,18 +7,19 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/workflows1-cli
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['projects_locations-get.md', 'Projects', 'Locations Get']
- ['projects_locations-list.md', 'Projects', 'Locations List']
- ['projects_locations-operations-delete.md', 'Projects', 'Locations Operations Delete']
- ['projects_locations-operations-get.md', 'Projects', 'Locations Operations Get']
- ['projects_locations-operations-list.md', 'Projects', 'Locations Operations List']
- ['projects_locations-workflows-create.md', 'Projects', 'Locations Workflows Create']
- ['projects_locations-workflows-delete.md', 'Projects', 'Locations Workflows Delete']
- ['projects_locations-workflows-get.md', 'Projects', 'Locations Workflows Get']
- ['projects_locations-workflows-list.md', 'Projects', 'Locations Workflows List']
- ['projects_locations-workflows-patch.md', 'Projects', 'Locations Workflows Patch']
nav:
- Home: 'index.md'
- 'Projects':
- 'Locations Get': 'projects_locations-get.md'
- 'Locations List': 'projects_locations-list.md'
- 'Locations Operations Delete': 'projects_locations-operations-delete.md'
- 'Locations Operations Get': 'projects_locations-operations-get.md'
- 'Locations Operations List': 'projects_locations-operations-list.md'
- 'Locations Workflows Create': 'projects_locations-workflows-create.md'
- 'Locations Workflows Delete': 'projects_locations-workflows-delete.md'
- 'Locations Workflows Get': 'projects_locations-workflows-get.md'
- 'Locations Workflows List': 'projects_locations-workflows-list.md'
- 'Locations Workflows Patch': 'projects_locations-workflows-patch.md'
theme: readthedocs