mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
8 lines
260 B
YAML
8 lines
260 B
YAML
extends: existence
|
|
message: 'Do not start headings with with a gerund (ing word). Use an imperative verb instead.'
|
|
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#content-organization
|
|
level: error
|
|
scope: heading
|
|
tokens:
|
|
- '^\w*ing.*'
|