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:
21
gen/admin1_reports-cli/mkdocs.yml
Normal file
21
gen/admin1_reports-cli/mkdocs.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
site_name: reports v0.0.1+20150115
|
||||
site_url: http://byron.github.io/google-apis-rs/google-admin1_reports-cli
|
||||
site_description: Write integrating applications with bcore
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_reports-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
pages:
|
||||
- ['index.md', 'Home']
|
||||
- ['activities_list.md', 'Activities', 'List']
|
||||
- ['activities_watch.md', 'Activities', 'Watch']
|
||||
- ['channels_stop.md', 'Channels', 'Stop']
|
||||
- ['customer-usage-reports_get.md', 'Customer Usage Reports', 'Get']
|
||||
- ['user-usage-report_get.md', 'User Usage Report', 'Get']
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015, `Sebastian Thiel`
|
||||
|
||||
Reference in New Issue
Block a user