Skip to content

Commit

Permalink
docs: disable MD013 markdownlint to check line length
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Jan 23, 2024
1 parent 4dd5b1f commit 2daf3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"heading-style": { "style": "atx" },
"ul-style": { "style": "dash" },
"line-length": { "line_length": 120, "stern": true },
"hr-style": { "style": "---" }
"hr-style": { "style": "---" },
"MD013": false
}
3 changes: 1 addition & 2 deletions docs/content/customization/generic/global-mirror.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ 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#setup-default-mirror-for-all-registries) will be added.

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

0 comments on commit 2daf3e1

Please sign in to comment.