Skip to content

Commit 2daf3e1

Browse files
committed
docs: disable MD013 markdownlint to check line length
1 parent 4dd5b1f commit 2daf3e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"heading-style": { "style": "atx" },
33
"ul-style": { "style": "dash" },
44
"line-length": { "line_length": 120, "stern": true },
5-
"hr-style": { "style": "---" }
5+
"hr-style": { "style": "---" },
6+
"MD013": false
67
}

docs/content/customization/generic/global-mirror.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ title = "Global Image Registry Mirror"
44

55
Add containerd image registry mirror configuration to all Nodes in the cluster.
66

7-
When the `globalImageRegistryMirror` variable is set, `files` with configurations for
8-
[Containerd default mirror](https://github.com/containerd/containerd/blob/main/docs/hosts.md#setup-default-mirror-for-all-registries) will be added.
7+
When the `globalImageRegistryMirror` variable is set, `files` with configurations for [Containerd default mirror](https://github.com/containerd/containerd/blob/main/docs/hosts.md#setup-default-mirror-for-all-registries) will be added.
98

109
This customization will be available when the
1110
[provider-specific cluster configuration patch]({{< ref "..">}}) is included in the `ClusterClass`.

0 commit comments

Comments
 (0)