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:
Edward Angert
2024-11-05 12:35:46 -05:00
committed by GitHub
parent 4fe2c5f09a
commit 62fa7e5ab8
3 changed files with 8 additions and 6 deletions
+3
View File
@@ -21,6 +21,9 @@
{
"pattern": "support.google.com"
},
{
"pattern": "mailto:"
},
{
"pattern": "tailscale.com"
},
+4 -6
View File
@@ -61,15 +61,13 @@ ben@coder.com!
popular IDEs (#8722) (@BrunoQuaresma)
![Template insights](https://user-images.githubusercontent.com/22407953/258239988-69641bd6-28da-4c60-9ae7-c0b1bba53859.png)
- [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.
![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/images/admin/integrations/coder-logstream-kube-logs-quota-exceeded.png)
<!-- 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.
![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/images/admin/integrations/coder-logstream-kube-logs-quota-exceeded.png)
- [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)
+1
View File
@@ -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.