Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 24, 2021
1 parent d0ef3e3 commit 8f939da
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
@@ -1,94 +1,94 @@
{
"Introduction": ["index", "5min-tutorial", "install", "contributing"],
"Concepts": [
"concepts/before-oauth2",
"concepts/oauth2",
"concepts/openid-connect-oidc",
"concepts/login",
"concepts/consent",
"concepts/logout",
"jwks",
"concepts/before-oauth2",
"concepts/oauth2",
"concepts/openid-connect-oidc",
"concepts/login",
"concepts/consent",
"concepts/logout",
"jwks",
"limitations"
],
"Guides": [
{
"type": "category",
"label": "Implementing the User Interface",
"items": ["guides/login", "guides/consent", "guides/logout"]
},
},
{
"type": "category",
"label": "Operations",
"items": [
"configure-deploy",
"dependencies-environment",
"production",
"guides/tracing",
"guides/secrets-key-rotation",
"guides/kubernetes-helm-chart",
"guides/ssl-https-tls",
"guides/cookies",
"guides/scaling-hydra",
"guides/cors",
"guides/gitlab",
"configure-deploy",
"dependencies-environment",
"production",
"guides/tracing",
"guides/secrets-key-rotation",
"guides/kubernetes-helm-chart",
"guides/ssl-https-tls",
"guides/cookies",
"guides/scaling-hydra",
"guides/cors",
"guides/gitlab",
"guides/migrating-from-MITREid"
]
},
},
{
"type": "category",
"label": "OAuth2 & OpenID Connect",
"items": [
"advanced",
"guides/oauth2-clients",
"guides/common-oauth2-openid-connect-flows",
"guides/using-oauth2",
"guides/token-expiration",
"guides/oauth2-token-introspection",
"advanced",
"guides/oauth2-clients",
"guides/common-oauth2-openid-connect-flows",
"guides/using-oauth2",
"guides/token-expiration",
"guides/oauth2-token-introspection",
"guides/oauth2-public-spa-mobile"
]
}
],
"Reference": [
"reference/configuration",
"reference/api",
"reference/configuration",
"reference/api",
{
"Command Line Interface (CLI)": [
"cli/hydra",
"cli/hydra-clients",
"cli/hydra-clients-create",
"cli/hydra-clients-delete",
"cli/hydra-clients-get",
"cli/hydra-clients-import",
"cli/hydra-clients-list",
"cli/hydra-clients-update",
"cli/hydra-keys",
"cli/hydra-keys-create",
"cli/hydra-keys-delete",
"cli/hydra-keys-get",
"cli/hydra-keys-import",
"cli/hydra-migrate",
"cli/hydra-migrate-sql",
"cli/hydra-serve",
"cli/hydra-serve-admin",
"cli/hydra-serve-all",
"cli/hydra-serve-public",
"cli/hydra-token",
"cli/hydra-token-client",
"cli/hydra-token-delete",
"cli/hydra-token-flush",
"cli/hydra-token-introspect",
"cli/hydra-token-revoke",
"cli/hydra-token-user",
"cli/hydra",
"cli/hydra-clients",
"cli/hydra-clients-create",
"cli/hydra-clients-delete",
"cli/hydra-clients-get",
"cli/hydra-clients-import",
"cli/hydra-clients-list",
"cli/hydra-clients-update",
"cli/hydra-keys",
"cli/hydra-keys-create",
"cli/hydra-keys-delete",
"cli/hydra-keys-get",
"cli/hydra-keys-import",
"cli/hydra-migrate",
"cli/hydra-migrate-sql",
"cli/hydra-serve",
"cli/hydra-serve-admin",
"cli/hydra-serve-all",
"cli/hydra-serve-public",
"cli/hydra-token",
"cli/hydra-token-client",
"cli/hydra-token-delete",
"cli/hydra-token-flush",
"cli/hydra-token-introspect",
"cli/hydra-token-revoke",
"cli/hydra-token-user",
"cli/hydra-version"
]
}
],
"Debug & Help": [
"debug",
"debug/csrf",
"debug/config",
"debug/token-endpoint-auth-method",
"debug/logout",
"debug",
"debug/csrf",
"debug/config",
"debug/token-endpoint-auth-method",
"debug/logout",
"faq"
],
"SDKs": ["sdk", "sdk/go", "sdk/js", "sdk/php"],
Expand Down

0 comments on commit 8f939da

Please sign in to comment.