diff --git a/docs/admin/integrations/oauth2-provider.md b/docs/admin/integrations/oauth2-provider.md index 910a6c31b4..7476b58681 100644 --- a/docs/admin/integrations/oauth2-provider.md +++ b/docs/admin/integrations/oauth2-provider.md @@ -239,7 +239,7 @@ eval $(./setup-test-app.sh) ./cleanup-test-app.sh ``` -For more details on testing, see the [OAuth2 test scripts README](../../../scripts/oauth2/README.md). +For more details on testing, see the [OAuth2 test scripts README](https://github.com/coder/coder/blob/main/scripts/oauth2/README.md). ## Common Issues diff --git a/docs/install/releases/feature-stages.md b/docs/install/releases/feature-stages.md index c43e3a3fea..8cbe79b94a 100644 --- a/docs/install/releases/feature-stages.md +++ b/docs/install/releases/feature-stages.md @@ -129,7 +129,7 @@ For support, consult our knowledgeable and growing community on already. Customers with a valid Coder license, can submit a support request or contact your [account team](https://coder.com/contact). -We intend [Coder documentation](../../README.md) to be the +We intend [Coder documentation](../../about/contributing/documentation.md) to be the [single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth) and all features should have some form of complete documentation that outlines how to use or implement a feature. If you discover an error or if you have a diff --git a/docs/manifest.json b/docs/manifest.json index b130dd6912..cbbeceefbe 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -2388,6 +2388,11 @@ "description": "Prints the list of users.", "path": "reference/cli/users_list.md" }, + { + "title": "users oidc-claims", + "description": "Display the OIDC claims for the authenticated user.", + "path": "reference/cli/users_oidc-claims.md" + }, { "title": "users show", "description": "Show a single user. Use 'me' to indicate the currently authenticated user.",