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:
27
gen/identitytoolkit3-cli/mkdocs.yml
Normal file
27
gen/identitytoolkit3-cli/mkdocs.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
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`
|
||||
|
||||
Reference in New Issue
Block a user