mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-01 00:51:17 +01:00
feat(CLI): added first versions of all CLI
That way, changes can be tracked. Also, we make it official. Future checkins will only be made if major changes were done, similar to how the APIs are handled. Related to #64
This commit is contained in:
24
gen/taskqueue1_beta2-cli/mkdocs.yml
Normal file
24
gen/taskqueue1_beta2-cli/mkdocs.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
site_name: taskqueue v0.0.1+20141111
|
||||
site_url: http://byron.github.io/google-apis-rs/google-taskqueue1_beta2-cli
|
||||
site_description: Write integrating applications with bcore
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/taskqueue1_beta2-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
pages:
|
||||
- ['index.md', 'Home']
|
||||
- ['taskqueues_get.md', 'Taskqueues', 'Get']
|
||||
- ['tasks_delete.md', 'Tasks', 'Delete']
|
||||
- ['tasks_get.md', 'Tasks', 'Get']
|
||||
- ['tasks_insert.md', 'Tasks', 'Insert']
|
||||
- ['tasks_lease.md', 'Tasks', 'Lease']
|
||||
- ['tasks_list.md', 'Tasks', 'List']
|
||||
- ['tasks_patch.md', 'Tasks', 'Patch']
|
||||
- ['tasks_update.md', 'Tasks', 'Update']
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015, `Sebastian Thiel`
|
||||
|
||||
Reference in New Issue
Block a user