--- # Warning: gitlab.HeadingContent # # Checks for generic, unhelpful subheadings. # # For a list of all options, see https://vale.sh/docs/topics/styles/ extends: existence message: "Rename the heading '%s', or re-purpose the content elsewhere." level: warning link: https://docs.gitlab.com/ee/development/documentation/topic_types/concept.html#concept-topic-titles ignorecase: true nonword: true scope: raw tokens: - '\#+ How it works' - '\#+ Limitations' - '\#+ Overview' - '\#+ Use cases?' - '\#+ Important notes?'