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: Safebrowsing v4.0.1+20220305
site_name: Safebrowsing v5.0.2+20230108
site_url: http://byron.github.io/google-apis-rs/google-safebrowsing4-cli
site_description: A complete library to interact with Safebrowsing (protocol v4)
@@ -7,15 +7,22 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/safebrowsing4-cl
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['encoded-full-hashes_get.md', 'Encoded Full Hashes', 'Get']
- ['encoded-updates_get.md', 'Encoded Updates', 'Get']
- ['full-hashes_find.md', 'Full Hashes', 'Find']
- ['threat-hits_create.md', 'Threat Hits', 'Create']
- ['threat-list-updates_fetch.md', 'Threat List Updates', 'Fetch']
- ['threat-lists_list.md', 'Threat Lists', 'List']
- ['threat-matches_find.md', 'Threat Matches', 'Find']
nav:
- Home: 'index.md'
- 'Encoded Full Hashes':
- 'Get': 'encoded-full-hashes_get.md'
- 'Encoded Updates':
- 'Get': 'encoded-updates_get.md'
- 'Full Hashes':
- 'Find': 'full-hashes_find.md'
- 'Threat Hits':
- 'Create': 'threat-hits_create.md'
- 'Threat List Updates':
- 'Fetch': 'threat-list-updates_fetch.md'
- 'Threat Lists':
- 'List': 'threat-lists_list.md'
- 'Threat Matches':
- 'Find': 'threat-matches_find.md'
theme: readthedocs