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: App State v4.0.1+20190627
site_name: App State v5.0.2+20190627
site_url: http://byron.github.io/google-apis-rs/google-appstate1-cli
site_description: A complete library to interact with App State (protocol v1)
@@ -7,13 +7,14 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/appstate1-cli
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['states_clear.md', 'States', 'Clear']
- ['states_delete.md', 'States', 'Delete']
- ['states_get.md', 'States', 'Get']
- ['states_list.md', 'States', 'List']
- ['states_update.md', 'States', 'Update']
nav:
- Home: 'index.md'
- 'States':
- 'Clear': 'states_clear.md'
- 'Delete': 'states_delete.md'
- 'Get': 'states_get.md'
- 'List': 'states_list.md'
- 'Update': 'states_update.md'
theme: readthedocs