Skip to content

Commit

Permalink
docs: fix linting errors in the markdown docs
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Jan 26, 2024
1 parent f38fafb commit b640c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"heading-style": { "style": "atx" },
"ul-style": { "style": "dash" },
"line-length": { "line_length": 120, "stern": true },
"hr-style": { "style": "---" },
"MD013": false
"hr-style": { "style": "---" }
}
3 changes: 2 additions & 1 deletion docs/content/customization/generic/global-mirror.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ title = "Global Image Registry Mirror"

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

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.
When the `globalImageRegistryMirror` variable is set, `files` with configurations for
[Containerd default mirror](https://github.com/containerd/containerd/blob/main/docs/hosts.md).

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

0 comments on commit b640c88

Please sign in to comment.