Skip to content

Commit 6016e42

Browse files
author
Katie Horne
authored
chore: disable mdlint for select pages (coder#666)
1 parent aab6f09 commit 6016e42

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

setup/kubernetes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ minimum baseline version of Kubernetes supports the necessary features in a
2424
stable version. We follow this policy to ensure that Coder stops using
2525
deprecated features before they are removed from new versions of Kubernetes.
2626

27+
<!-- markdownlint-disable -->
2728
[compatible kubernetes cluster]: ../requirements.md
2829
[kubernetes upstream version support policy]:
2930
https://kubernetes.io/docs/setup/release/version-skew-policy/
3031
[installation guide]: ../installation.md
32+
<!-- markdownlint-restore -->
3133

3234
## Incompatible Kubernetes distributions
3335

setup/kubernetes/local-preview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "Local preview"
33
description: Set up a Coder deployment locally for testing.
44
---
55

6+
<!-- markdownlint-disable -->
7+
68
Coder is typically deployed to a remote data center, but you can use
79
[Docker][docker-url] to create a lightweight preview deployment of Coder.
810

0 commit comments

Comments
 (0)