Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/.vale/gitlab/HeadingContent.yml')
-rw-r--r--doc/.vale/gitlab/HeadingContent.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/.vale/gitlab/HeadingContent.yml b/doc/.vale/gitlab/HeadingContent.yml
index 31ac3022934..ef130aa8bba 100644
--- a/doc/.vale/gitlab/HeadingContent.yml
+++ b/doc/.vale/gitlab/HeadingContent.yml
@@ -7,12 +7,13 @@
extends: existence
message: "Rename the heading '%s', or re-purpose the content elsewhere."
level: warning
-scope: heading
link: https://docs.gitlab.com/ee/development/documentation/topic_types/concept.html#concept-headings
-ignorecase: false
+ignorecase: true
+nonword: true
+scope: raw
tokens:
- - How it works
- - Limitations
- - Overview
- - Use cases?
- - Important notes?
+ - '\#+ How it works'
+ - '\#+ Limitations'
+ - '\#+ Overview'
+ - '\#+ Use cases?'
+ - '\#+ Important notes?'