Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62fa7e5

Browse files
authored
docs: disable markdown link check on mailto links (#15382)
to satisfy CI --------- Co-authored-by: EdwardAngert <[email protected]>
1 parent 4fe2c5f commit 62fa7e5

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/mlc_config.json

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
{
2222
"pattern": "support.google.com"
2323
},
24+
{
25+
"pattern": "mailto:"
26+
},
2427
{
2528
"pattern": "tailscale.com"
2629
},

docs/changelogs/v2.0.0.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,13 @@ [email protected]!
6161
popular IDEs (#8722) (@BrunoQuaresma)
6262
![Template insights](https://user-images.githubusercontent.com/22407953/258239988-69641bd6-28da-4c60-9ae7-c0b1bba53859.png)
6363
- [Kubernetes log streaming](https://coder.com/docs/platforms/kubernetes/deployment-logs):
64-
Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level
65-
issues such as ResourceQuota limitations, invalid images, etc.
66-
![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/images/admin/integrations/coder-logstream-kube-logs-quota-exceeded.png)
67-
<!-- markdown-link-check-disable -->
68-
- [OIDC Role Sync](https://coder.com/docs/admin/users/oidc-auth.md#group-sync-enterprise-premium)
64+
Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level
65+
issues such as ResourceQuota limitations, invalid images, etc.
66+
![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/images/admin/integrations/coder-logstream-kube-logs-quota-exceeded.png)
67+
- [OIDC Role Sync](https://coder.com/docs/admin/users/idp-sync)
6968

7069
(Enterprise): Sync roles from your OIDC provider to Coder roles (e.g.
7170
`Template Admin`) (#8595) (@Emyrk)
72-
<!-- markdown-link-check-enable -->
7371

7472
- Users can convert their accounts from username/password authentication to SSO
7573
by linking their account (#8742) (@Emyrk)

docs/tutorials/faqs.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For other community resources, see our
1111
### How do I add a Premium trial license?
1212

1313
Visit https://coder.com/trial or contact
14+
1415
[[email protected]](mailto:[email protected]?subject=License) to get a trial key.
1516

1617
You can add a license through the UI or CLI.

0 commit comments

Comments
 (0)