Skip to content

Commit 94a50d8

Browse files
committed
Update link to external authentication doc
- Corrected a broken link in the setup documentation. - Added external authentication entry to docs manifest. This ensures consistency in navigation and accessibility.
1 parent dd7c93d commit 94a50d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/admin/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Coder supports external authentication via OAuth2.0. This allows enabling integr
145145

146146
External authentication can also be used to integrate with external services like JFrog Artifactory and others.
147147

148-
Please refer to the [external authentication](./external-auth.md) section for more information.
148+
Please refer to the [external authentication](../admin/external-auth.md) section for more information.
149149

150150
## Up Next
151151

docs/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,12 @@
341341
"path": "./admin/provisioners.md",
342342
"icon_path": "./images/icons/key.svg"
343343
},
344+
{
345+
"title": "External Authentication",
346+
"description": "Learn how to configure external authentication",
347+
"path": "./admin/external-auth.md",
348+
"icon_path": "./images/icons/plug.svg"
349+
},
344350
{
345351
"title": "Integrations",
346352
"description": "Use integrations to extend Coder",

0 commit comments

Comments
 (0)