Skip to content

Commit b640c88

Browse files
committed
docs: fix linting errors in the markdown docs
1 parent f38fafb commit b640c88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.markdownlint.json

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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 [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
8+
[Containerd default mirror](https://github.com/containerd/containerd/blob/main/docs/hosts.md).
89

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

0 commit comments

Comments
 (0)