mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
docs: disable markdown link check on mailto links (#15382)
to satisfy CI --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
{
|
||||
"pattern": "support.google.com"
|
||||
},
|
||||
{
|
||||
"pattern": "mailto:"
|
||||
},
|
||||
{
|
||||
"pattern": "tailscale.com"
|
||||
},
|
||||
|
||||
@@ -61,15 +61,13 @@ ben@coder.com!
|
||||
popular IDEs (#8722) (@BrunoQuaresma)
|
||||

|
||||
- [Kubernetes log streaming](https://coder.com/docs/platforms/kubernetes/deployment-logs):
|
||||
Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level
|
||||
issues such as ResourceQuota limitations, invalid images, etc.
|
||||

|
||||
<!-- markdown-link-check-disable -->
|
||||
- [OIDC Role Sync](https://coder.com/docs/admin/users/oidc-auth.md#group-sync-enterprise-premium)
|
||||
Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level
|
||||
issues such as ResourceQuota limitations, invalid images, etc.
|
||||

|
||||
- [OIDC Role Sync](https://coder.com/docs/admin/users/idp-sync)
|
||||
|
||||
(Enterprise): Sync roles from your OIDC provider to Coder roles (e.g.
|
||||
`Template Admin`) (#8595) (@Emyrk)
|
||||
<!-- markdown-link-check-enable -->
|
||||
|
||||
- Users can convert their accounts from username/password authentication to SSO
|
||||
by linking their account (#8742) (@Emyrk)
|
||||
|
||||
@@ -11,6 +11,7 @@ For other community resources, see our
|
||||
### How do I add a Premium trial license?
|
||||
|
||||
Visit https://coder.com/trial or contact
|
||||
|
||||
[sales@coder.com](mailto:sales@coder.com?subject=License) to get a trial key.
|
||||
|
||||
You can add a license through the UI or CLI.
|
||||
|
||||
Reference in New Issue
Block a user