Files
google-apis-rs/gen/tasks1-cli/mkdocs.yml
Sebastian Thiel 6393bbf7f6 chore(code-update): latest version of v0.3.1 code
* also fixed OSX deployment utility to deal with target folder
  as primary location for build-artifacts

[skip ci]
2015-06-27 08:51:09 +02:00

31 lines
971 B
YAML

site_name: tasks v0.3.1+20141121
site_url: http://byron.github.io/google-apis-rs/google-tasks1-cli
site_description: Write integrating applications with bcore
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/tasks1-cli
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['tasklists_delete.md', 'Tasklists', 'Delete']
- ['tasklists_get.md', 'Tasklists', 'Get']
- ['tasklists_insert.md', 'Tasklists', 'Insert']
- ['tasklists_list.md', 'Tasklists', 'List']
- ['tasklists_patch.md', 'Tasklists', 'Patch']
- ['tasklists_update.md', 'Tasklists', 'Update']
- ['tasks_clear.md', 'Tasks', 'Clear']
- ['tasks_delete.md', 'Tasks', 'Delete']
- ['tasks_get.md', 'Tasks', 'Get']
- ['tasks_insert.md', 'Tasks', 'Insert']
- ['tasks_list.md', 'Tasks', 'List']
- ['tasks_move.md', 'Tasks', 'Move']
- ['tasks_patch.md', 'Tasks', 'Patch']
- ['tasks_update.md', 'Tasks', 'Update']
theme: readthedocs
copyright: Copyright © 2015, `Sebastian Thiel`