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: Sheets v4.0.1+20220221
site_name: Sheets v5.0.2+20230119
site_url: http://byron.github.io/google-apis-rs/google-sheets4-cli
site_description: A complete library to interact with Sheets (protocol v4)
@@ -7,25 +7,26 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/sheets4-cli
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['spreadsheets_batch-update.md', 'Spreadsheets', 'Batch Update']
- ['spreadsheets_create.md', 'Spreadsheets', 'Create']
- ['spreadsheets_developer-metadata-get.md', 'Spreadsheets', 'Developer Metadata Get']
- ['spreadsheets_developer-metadata-search.md', 'Spreadsheets', 'Developer Metadata Search']
- ['spreadsheets_get.md', 'Spreadsheets', 'Get']
- ['spreadsheets_get-by-data-filter.md', 'Spreadsheets', 'Get By Data Filter']
- ['spreadsheets_sheets-copy-to.md', 'Spreadsheets', 'Sheets Copy To']
- ['spreadsheets_values-append.md', 'Spreadsheets', 'Values Append']
- ['spreadsheets_values-batch-clear.md', 'Spreadsheets', 'Values Batch Clear']
- ['spreadsheets_values-batch-clear-by-data-filter.md', 'Spreadsheets', 'Values Batch Clear By Data Filter']
- ['spreadsheets_values-batch-get.md', 'Spreadsheets', 'Values Batch Get']
- ['spreadsheets_values-batch-get-by-data-filter.md', 'Spreadsheets', 'Values Batch Get By Data Filter']
- ['spreadsheets_values-batch-update.md', 'Spreadsheets', 'Values Batch Update']
- ['spreadsheets_values-batch-update-by-data-filter.md', 'Spreadsheets', 'Values Batch Update By Data Filter']
- ['spreadsheets_values-clear.md', 'Spreadsheets', 'Values Clear']
- ['spreadsheets_values-get.md', 'Spreadsheets', 'Values Get']
- ['spreadsheets_values-update.md', 'Spreadsheets', 'Values Update']
nav:
- Home: 'index.md'
- 'Spreadsheets':
- 'Batch Update': 'spreadsheets_batch-update.md'
- 'Create': 'spreadsheets_create.md'
- 'Developer Metadata Get': 'spreadsheets_developer-metadata-get.md'
- 'Developer Metadata Search': 'spreadsheets_developer-metadata-search.md'
- 'Get': 'spreadsheets_get.md'
- 'Get By Data Filter': 'spreadsheets_get-by-data-filter.md'
- 'Sheets Copy To': 'spreadsheets_sheets-copy-to.md'
- 'Values Append': 'spreadsheets_values-append.md'
- 'Values Batch Clear': 'spreadsheets_values-batch-clear.md'
- 'Values Batch Clear By Data Filter': 'spreadsheets_values-batch-clear-by-data-filter.md'
- 'Values Batch Get': 'spreadsheets_values-batch-get.md'
- 'Values Batch Get By Data Filter': 'spreadsheets_values-batch-get-by-data-filter.md'
- 'Values Batch Update': 'spreadsheets_values-batch-update.md'
- 'Values Batch Update By Data Filter': 'spreadsheets_values-batch-update-by-data-filter.md'
- 'Values Clear': 'spreadsheets_values-clear.md'
- 'Values Get': 'spreadsheets_values-get.md'
- 'Values Update': 'spreadsheets_values-update.md'
theme: readthedocs