From 11176dc156eac300a2a4f400838f93063b3925a4 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 5 Aug 2020 21:56:00 +0000 Subject: [PATCH] autogen(docs): generate cli docs --- docs/sidebar.json | 89 ++++++++++++++++++++++++++++++----------------- 1 file changed, 57 insertions(+), 32 deletions(-) diff --git a/docs/sidebar.json b/docs/sidebar.json index a0f82181a08..fe9cddf29e4 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -1,13 +1,13 @@ { "Introduction": ["index", "5min-tutorial", "install"], "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": [ @@ -15,58 +15,83 @@ "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", + "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" ] - }, + }, { "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", { "type": "category", "label": "Command Line Interface (CLI)", "items": [ + "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-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-flush", + "cli/hydra-token-introspect", + "cli/hydra-token-revoke", + "cli/hydra-token-user", + "cli/hydra-version" ] } ], "Debug & Help": [ - "debug", - "debug/csrf", - "debug/token-endpoint-auth-method", + "debug", + "debug/csrf", + "debug/token-endpoint-auth-method", "debug/logout" ], "SDKs": ["sdk", "sdk/go", "sdk/js", "sdk/php"], "Further Reading": [ - "case-study", - "benchmark", - "security-architecture", + "case-study", + "benchmark", + "security-architecture", "faq" ] }