Skip to content

Commit f9b8053

Browse files
committed
Merge branch 'restructure-new' of https://github.com/coder/coder into restructure-new
2 parents 5c3c383 + 94a50d8 commit f9b8053

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)