Skip to content

docs: disable markdown link check on mailto links #15382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
{
"pattern": "support.google.com"
},
{
"pattern": "mailto:"
},
{
"pattern": "tailscale.com"
},
Expand Down
10 changes: 4 additions & 6 deletions docs/changelogs/v2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading