mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
docs: move premium and enterprise badges from heading to info in admonition (#15774)
closes https://github.com/coder/coder.com/issues/666 [preview](https://coder.com/docs/@666-unheading-premium/user-guides/workspace-scheduling#autostop-requirement) --------- Co-authored-by: EdwardAngert <2408959-EdwardAngert@users.noreply.gitlab.com> Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This commit is contained in:
@ -69,7 +69,7 @@ func (api *API) scimServiceProviderConfig(rw http.ResponseWriter, _ *http.Reques
|
||||
enc.SetEscapeHTML(true)
|
||||
_ = enc.Encode(scim.ServiceProviderConfig{
|
||||
Schemas: []string{"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"},
|
||||
DocURI: "https://coder.com/docs/admin/users/oidc-auth#scim-enterprise-premium",
|
||||
DocURI: "https://coder.com/docs/admin/users/oidc-auth#scim",
|
||||
Patch: scim.Supported{
|
||||
Supported: true,
|
||||
},
|
||||
@ -93,7 +93,7 @@ func (api *API) scimServiceProviderConfig(rw http.ResponseWriter, _ *http.Reques
|
||||
Type: "oauthbearertoken",
|
||||
Name: "HTTP Header Authentication",
|
||||
Description: "Authentication scheme using the Authorization header with the shared token",
|
||||
DocURI: "https://coder.com/docs/admin/users/oidc-auth#scim-enterprise-premium",
|
||||
DocURI: "https://coder.com/docs/admin/users/oidc-auth#scim",
|
||||
},
|
||||
},
|
||||
Meta: scim.ServiceProviderMeta{
|
||||
|
Reference in New Issue
Block a user