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/AlertBoxNoteTip.yml')
-rw-r--r--doc/.vale/gitlab/AlertBoxNoteTip.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/.vale/gitlab/AlertBoxNoteTip.yml b/doc/.vale/gitlab/AlertBoxNoteTip.yml
new file mode 100644
index 00000000000..0b480794476
--- /dev/null
+++ b/doc/.vale/gitlab/AlertBoxNoteTip.yml
@@ -0,0 +1,15 @@
+---
+# Error: gitlab.AlertBoxNoteTip
+#
+# Makes sure NOTE: and TIP: alert boxes follow standard formatting.
+#
+# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
+extends: substitution
+message: "NOTE: and TIP: alert boxes must be of the format 'NOTE: **Note:**' or 'TIP: **Tip:**"
+link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#alert-boxes
+level: warning
+nonword: true
+scope: raw
+swap:
+ 'NOTE: *?\*\*.*\*\*': 'NOTE: \*\*Note:\*\*'
+ 'TIP: *?\*\*.*\*\*': 'TIP: \*\*Tip:\*\*'