mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-15 05:16:41 +03:00
c407726a66
* docs: adds vale rules and workflow for running in CI * docs: updates product name from ReDoc to Redoc
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.*'
|