Files
google-apis-rs/gen/identitytoolkit3-cli/mkdocs.yml
Sebastian Thiel f5f12c5594 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
2015-04-16 22:44:40 +02:00

28 lines
1.2 KiB
YAML

site_name: Identity Toolkit v0.0.1+20141009
site_url: http://byron.github.io/google-apis-rs/google-identitytoolkit3-cli
site_description: Write integrating applications with bcore
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/identitytoolkit3-cli
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['relyingparty_create-auth-uri.md', 'Relyingparty', 'Create Auth Uri']
- ['relyingparty_delete-account.md', 'Relyingparty', 'Delete Account']
- ['relyingparty_download-account.md', 'Relyingparty', 'Download Account']
- ['relyingparty_get-account-info.md', 'Relyingparty', 'Get Account Info']
- ['relyingparty_get-oob-confirmation-code.md', 'Relyingparty', 'Get Oob Confirmation Code']
- ['relyingparty_get-public-keys.md', 'Relyingparty', 'Get Public Keys']
- ['relyingparty_reset-password.md', 'Relyingparty', 'Reset Password']
- ['relyingparty_set-account-info.md', 'Relyingparty', 'Set Account Info']
- ['relyingparty_upload-account.md', 'Relyingparty', 'Upload Account']
- ['relyingparty_verify-assertion.md', 'Relyingparty', 'Verify Assertion']
- ['relyingparty_verify-password.md', 'Relyingparty', 'Verify Password']
theme: readthedocs
copyright: Copyright © 2015, `Sebastian Thiel`