Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab80c9c

Browse files
committed
Fix formatting in external-auth and idp-sync docs
Improve readability by adjusting line breaks for clearer sections.
1 parent 377bc53 commit ab80c9c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/admin/external-auth.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,9 @@ CODER_EXTERNAL_AUTH_0_SCOPES="repo:read repo:write write:gpg_key"
181181

182182
## Multiple External Providers (enterprise) (premium)
183183

184-
Multiple providers are an Enterprise feature. [Learn more](https://coder.com/pricing#compare-plans).
185-
Below is an example configuration with multiple providers.
184+
Multiple providers are an Enterprise feature.
185+
[Learn more](https://coder.com/pricing#compare-plans). Below is an example
186+
configuration with multiple providers.
186187

187188
```env
188189
# Provider 1) github.com

docs/admin/users/idp-sync.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ the OIDC provider. See
3434
> ones include `groups`, `memberOf`, and `roles`.
3535
3636
Next configure the Coder server to read groups from the claim name with the
37-
[OIDC group field](../../reference/cli/server.md#--oidc-group-field) server flag:
37+
[OIDC group field](../../reference/cli/server.md#--oidc-group-field) server
38+
flag:
3839

3940
```sh
4041
# as an environment variable
@@ -365,8 +366,8 @@ Some common issues when enabling group/role sync.
365366

366367
If you are running into issues with group/role sync, is best to view your Coder
367368
server logs and enable
368-
[verbose mode](../../reference/cli/index.md#-v---verbose). To reduce
369-
noise, you can filter for only logs related to group/role sync:
369+
[verbose mode](../../reference/cli/index.md#-v---verbose). To reduce noise, you
370+
can filter for only logs related to group/role sync:
370371

371372
```sh
372373
CODER_VERBOSE=true

0 commit comments

Comments
 (0)