diff --git a/docs/docs/cli/hydra-clients.md b/docs/docs/cli/hydra-clients.md index 6f834fed004..5e32236c51b 100644 --- a/docs/docs/cli/hydra-clients.md +++ b/docs/docs/cli/hydra-clients.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Manage OAuth 2.0 Clients -### Synopsis - -Manage OAuth 2.0 Clients - ### Options ``` diff --git a/docs/docs/cli/hydra-keys-create.md b/docs/docs/cli/hydra-keys-create.md index 2fb2b17bfc4..4fb5629e591 100644 --- a/docs/docs/cli/hydra-keys-create.md +++ b/docs/docs/cli/hydra-keys-create.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Create a new JSON Web Key Set -### Synopsis - -Create a new JSON Web Key Set - ``` hydra keys create [flags] ``` diff --git a/docs/docs/cli/hydra-keys-delete.md b/docs/docs/cli/hydra-keys-delete.md index 66bb2ab371f..909ed06558d 100644 --- a/docs/docs/cli/hydra-keys-delete.md +++ b/docs/docs/cli/hydra-keys-delete.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Delete a new JSON Web Key Set -### Synopsis - -Delete a new JSON Web Key Set - ``` hydra keys delete [flags] ``` diff --git a/docs/docs/cli/hydra-keys-get.md b/docs/docs/cli/hydra-keys-get.md index c133f78174b..3968b0950e7 100644 --- a/docs/docs/cli/hydra-keys-get.md +++ b/docs/docs/cli/hydra-keys-get.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Get a new JSON Web Key Set -### Synopsis - -Get a new JSON Web Key Set - ``` hydra keys get [flags] ``` diff --git a/docs/docs/cli/hydra-keys.md b/docs/docs/cli/hydra-keys.md index 41154946b57..597cb4034b8 100644 --- a/docs/docs/cli/hydra-keys.md +++ b/docs/docs/cli/hydra-keys.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Manage JSON Web Keys -### Synopsis - -Manage JSON Web Keys - ### Options ``` diff --git a/docs/docs/cli/hydra-migrate.md b/docs/docs/cli/hydra-migrate.md index 6664814446f..31b9e90f203 100644 --- a/docs/docs/cli/hydra-migrate.md +++ b/docs/docs/cli/hydra-migrate.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Various migration helpers -### Synopsis - -Various migration helpers - ### Options ``` diff --git a/docs/docs/cli/hydra-token-delete.md b/docs/docs/cli/hydra-token-delete.md index 1480b44e099..8e480405ef3 100644 --- a/docs/docs/cli/hydra-token-delete.md +++ b/docs/docs/cli/hydra-token-delete.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Deletes access tokens of a client -### Synopsis - -Deletes access tokens of a client - ``` hydra token delete [flags] ``` diff --git a/docs/docs/cli/hydra-token-flush.md b/docs/docs/cli/hydra-token-flush.md index 3bf4a4d2208..b2b61b09c33 100644 --- a/docs/docs/cli/hydra-token-flush.md +++ b/docs/docs/cli/hydra-token-flush.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Removes inactive access tokens from the database -### Synopsis - -Removes inactive access tokens from the database - ``` hydra token flush [flags] ``` diff --git a/docs/docs/cli/hydra-token-introspect.md b/docs/docs/cli/hydra-token-introspect.md index 1f0be740176..1ec71cc0a80 100644 --- a/docs/docs/cli/hydra-token-introspect.md +++ b/docs/docs/cli/hydra-token-introspect.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Introspect an access or refresh token -### Synopsis - -Introspect an access or refresh token - ``` hydra token introspect [flags] ``` diff --git a/docs/docs/cli/hydra-token-revoke.md b/docs/docs/cli/hydra-token-revoke.md index 3ced987d253..bc3f903c020 100644 --- a/docs/docs/cli/hydra-token-revoke.md +++ b/docs/docs/cli/hydra-token-revoke.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Revoke an access or refresh token -### Synopsis - -Revoke an access or refresh token - ``` hydra token revoke [flags] ``` diff --git a/docs/docs/cli/hydra-token.md b/docs/docs/cli/hydra-token.md index 1f5d32d70c4..fa8e683fc98 100644 --- a/docs/docs/cli/hydra-token.md +++ b/docs/docs/cli/hydra-token.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Issue and Manage OAuth2 tokens -### Synopsis - -Issue and Manage OAuth2 tokens - ### Options ``` diff --git a/docs/docs/cli/hydra-version.md b/docs/docs/cli/hydra-version.md index e4aefea4543..718de78a02a 100644 --- a/docs/docs/cli/hydra-version.md +++ b/docs/docs/cli/hydra-version.md @@ -16,10 +16,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Display this binary's version, build time and git hash of this build -### Synopsis - -Display this binary's version, build time and git hash of this build - ``` hydra version [flags] ``` diff --git a/docs/docs/cli/hydra.md b/docs/docs/cli/hydra.md index 4b09c7b6f9b..edd8e3b7497 100644 --- a/docs/docs/cli/hydra.md +++ b/docs/docs/cli/hydra.md @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go Run and manage ORY Hydra -### Synopsis - -Run and manage ORY Hydra - ### Options ``` diff --git a/docs/sidebar.json b/docs/sidebar.json index 2c85efebbc2..1c7adec89db 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -82,6 +82,35 @@ "cli/hydra-token-revoke", "cli/hydra-token-user", "cli/hydra-version" + ], + "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-version" ] } ],