mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +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:
25
gen/replicapoolupdater1_beta1-cli/mkdocs.yml
Normal file
25
gen/replicapoolupdater1_beta1-cli/mkdocs.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
site_name: replicapoolupdater v0.0.1+20150129
|
||||
site_url: http://byron.github.io/google-apis-rs/google-replicapoolupdater1_beta1-cli
|
||||
site_description: Write integrating applications with bcore
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/replicapoolupdater1_beta1-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
pages:
|
||||
- ['index.md', 'Home']
|
||||
- ['rolling-updates_cancel.md', 'Rolling Updates', 'Cancel']
|
||||
- ['rolling-updates_get.md', 'Rolling Updates', 'Get']
|
||||
- ['rolling-updates_insert.md', 'Rolling Updates', 'Insert']
|
||||
- ['rolling-updates_list.md', 'Rolling Updates', 'List']
|
||||
- ['rolling-updates_list-instance-updates.md', 'Rolling Updates', 'List Instance Updates']
|
||||
- ['rolling-updates_pause.md', 'Rolling Updates', 'Pause']
|
||||
- ['rolling-updates_resume.md', 'Rolling Updates', 'Resume']
|
||||
- ['rolling-updates_rollback.md', 'Rolling Updates', 'Rollback']
|
||||
- ['zone-operations_get.md', 'Zone Operations', 'Get']
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015, `Sebastian Thiel`
|
||||
|
||||
Reference in New Issue
Block a user