mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
8 lines
212 B
YAML
8 lines
212 B
YAML
extends: occurrence
|
|
message: "Try to keep headings short (< 8 words)."
|
|
link: https://docs.docker.com/contribute/style/formatting/#headings-and-subheadings
|
|
scope: heading
|
|
level: suggestion
|
|
max: 8
|
|
token: \b(\w+)\b
|