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:
28
gen/plus1-cli/mkdocs.yml
Normal file
28
gen/plus1-cli/mkdocs.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
site_name: plus v0.0.1+20150326
|
||||
site_url: http://byron.github.io/google-apis-rs/google-plus1-cli
|
||||
site_description: Write integrating applications with bcore
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/plus1-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
pages:
|
||||
- ['index.md', 'Home']
|
||||
- ['activities_get.md', 'Activities', 'Get']
|
||||
- ['activities_list.md', 'Activities', 'List']
|
||||
- ['activities_search.md', 'Activities', 'Search']
|
||||
- ['comments_get.md', 'Comments', 'Get']
|
||||
- ['comments_list.md', 'Comments', 'List']
|
||||
- ['moments_insert.md', 'Moments', 'Insert']
|
||||
- ['moments_list.md', 'Moments', 'List']
|
||||
- ['moments_remove.md', 'Moments', 'Remove']
|
||||
- ['people_get.md', 'People', 'Get']
|
||||
- ['people_list.md', 'People', 'List']
|
||||
- ['people_list-by-activity.md', 'People', 'List By Activity']
|
||||
- ['people_search.md', 'People', 'Search']
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015, `Sebastian Thiel`
|
||||
|
||||
Reference in New Issue
Block a user