mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: remove nested alerts (#18580)
hotfix removes nested gfm alerts, which is a known ~issue~ feature https://github.com/orgs/community/discussions/16925#discussioncomment-12043928 Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This commit is contained in:
co-authored by
EdwardAngert
parent
3c4d9206bc
commit
072c81cd73
@@ -107,10 +107,9 @@ Below is an example that uses the `groups` claim and maps all groups prefixed by
|
||||
}
|
||||
```
|
||||
|
||||
> [!IMPORTANT]
|
||||
> You must specify Coder group IDs instead of group names. The fastest way to find
|
||||
> the ID for a corresponding group is by visiting
|
||||
> `https://coder.example.com/api/v2/groups`.
|
||||
You must specify Coder group IDs instead of group names.
|
||||
You can find the ID for a corresponding group by visiting
|
||||
`https://coder.example.com/api/v2/groups`.
|
||||
|
||||
Here is another example which maps `coder-admins` from the identity provider to
|
||||
two groups in Coder and `coder-users` from the identity provider to another
|
||||
|
||||
Reference in New Issue
Block a user