From 9128e6d02b17f9ab80a00768b2ff87703b3ab639 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:25:10 +0000 Subject: [PATCH 1/3] markdown link check disables --- docs/changelogs/v2.0.0.md | 4 ++++ docs/tutorials/faqs.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/changelogs/v2.0.0.md b/docs/changelogs/v2.0.0.md index f6e6005122a20..15b072e7f1fa3 100644 --- a/docs/changelogs/v2.0.0.md +++ b/docs/changelogs/v2.0.0.md @@ -32,9 +32,13 @@ What is changing: - Regular scale testing: Follow along on our [ Google Sheets or Grafana dashboard ] + + Questions? Feel free to ask in [our Discord](https://discord.gg/coder) or email ben@coder.com! + + ## Changelog ### BREAKING CHANGES diff --git a/docs/tutorials/faqs.md b/docs/tutorials/faqs.md index b982d8bc25566..e04e9bc92267b 100644 --- a/docs/tutorials/faqs.md +++ b/docs/tutorials/faqs.md @@ -11,8 +11,13 @@ 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. In the UI, click the Deployment tab -> Licenses and upload the `jwt` license From 4b5a77635bce4cc01e93716064d1fb7b237e7098 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:56:05 +0000 Subject: [PATCH 2/3] add mailto to mlc ignore --- .github/workflows/mlc_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/mlc_config.json b/.github/workflows/mlc_config.json index 405f69cc86ccd..e7c4c6c1a3f27 100644 --- a/.github/workflows/mlc_config.json +++ b/.github/workflows/mlc_config.json @@ -21,6 +21,9 @@ { "pattern": "support.google.com" }, + { + "pattern": "mailto:" + }, { "pattern": "tailscale.com" }, From 8313947d57513aa34a3d3b36481196b37e25a685 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:06:01 +0000 Subject: [PATCH 3/3] link fix; remove mlc ignores --- docs/changelogs/v2.0.0.md | 14 ++++---------- docs/tutorials/faqs.md | 4 ---- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/docs/changelogs/v2.0.0.md b/docs/changelogs/v2.0.0.md index 15b072e7f1fa3..a02fb765f768a 100644 --- a/docs/changelogs/v2.0.0.md +++ b/docs/changelogs/v2.0.0.md @@ -32,13 +32,9 @@ What is changing: - Regular scale testing: Follow along on our [ Google Sheets or Grafana dashboard ] - - Questions? Feel free to ask in [our Discord](https://discord.gg/coder) or email ben@coder.com! - - ## Changelog ### BREAKING CHANGES @@ -65,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) - -- [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) - - Users can convert their accounts from username/password authentication to SSO by linking their account (#8742) (@Emyrk) diff --git a/docs/tutorials/faqs.md b/docs/tutorials/faqs.md index e04e9bc92267b..8f27b92ebf92c 100644 --- a/docs/tutorials/faqs.md +++ b/docs/tutorials/faqs.md @@ -12,12 +12,8 @@ For other community resources, see our 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. In the UI, click the Deployment tab -> Licenses and upload the `jwt` license