Skip to content

Commit 1f54c36

Browse files
authored
docs: rename external-auth heading in setup doc (#17868)
to help point searchers to the correct doc [preview](https://coder.com/docs/@setup-ext-auth/admin/setup#continue-your-setup-with-external-authentication) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent b551a06 commit 1f54c36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/admin/setup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ To configure Coder behind a corporate proxy, set the environment variables
140140
`HTTP_PROXY` and `HTTPS_PROXY`. Be sure to restart the server. Lowercase values
141141
(e.g. `http_proxy`) are also respected in this case.
142142

143-
## External Authentication
143+
## Continue your setup with external authentication
144144

145145
Coder supports external authentication via OAuth2.0. This allows enabling
146146
integrations with Git providers, such as GitHub, GitLab, and Bitbucket.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
]
552552
},
553553
{
554-
"title": "External Auth",
554+
"title": "External Authentication",
555555
"description": "Learn how to configure external authentication",
556556
"path": "./admin/external-auth.md",
557557
"icon_path": "./images/icons/plug.svg"

0 commit comments

Comments
 (0)