Files
google-apis-rs/gen/bigquery2-cli/mkdocs.yml
Sebastian Thiel 3484fecf9c chore(code-update):added latest version of api+cli
APIs have additional files thanks to the build-script
requirement.
CLI has just seen minor changes though, making it
usable with a stable compiler.
2015-06-19 13:27:40 +02:00

37 lines
1.2 KiB
YAML

site_name: bigquery v0.3.0+20150326
site_url: http://byron.github.io/google-apis-rs/google-bigquery2-cli
site_description: Write integrating applications with bcore
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/bigquery2-cli
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['datasets_delete.md', 'Datasets', 'Delete']
- ['datasets_get.md', 'Datasets', 'Get']
- ['datasets_insert.md', 'Datasets', 'Insert']
- ['datasets_list.md', 'Datasets', 'List']
- ['datasets_patch.md', 'Datasets', 'Patch']
- ['datasets_update.md', 'Datasets', 'Update']
- ['jobs_get.md', 'Jobs', 'Get']
- ['jobs_get-query-results.md', 'Jobs', 'Get Query Results']
- ['jobs_insert.md', 'Jobs', 'Insert']
- ['jobs_list.md', 'Jobs', 'List']
- ['jobs_query.md', 'Jobs', 'Query']
- ['projects_list.md', 'Projects', 'List']
- ['tabledata_insert-all.md', 'Tabledata', 'Insert All']
- ['tabledata_list.md', 'Tabledata', 'List']
- ['tables_delete.md', 'Tables', 'Delete']
- ['tables_get.md', 'Tables', 'Get']
- ['tables_insert.md', 'Tables', 'Insert']
- ['tables_list.md', 'Tables', 'List']
- ['tables_patch.md', 'Tables', 'Patch']
- ['tables_update.md', 'Tables', 'Update']
theme: readthedocs
copyright: Copyright © 2015, `Sebastian Thiel`