Commit 969dc3e6 authored by Evan Read's avatar Evan Read

Add 'front matter' to Vale substitution rules

Also improves wording of sentence.
parent aeb27a75
...@@ -9,6 +9,7 @@ link: https://about.gitlab.com/handbook/communication/#top-misused-terms ...@@ -9,6 +9,7 @@ link: https://about.gitlab.com/handbook/communication/#top-misused-terms
level: error level: error
ignorecase: true ignorecase: true
swap: swap:
frontmatter: front matter
GitLabber: GitLab team member GitLabber: GitLab team member
gitlab omnibus: Omnibus GitLab gitlab omnibus: Omnibus GitLab
param: parameter param: parameter
......
...@@ -550,7 +550,7 @@ You can also ...@@ -550,7 +550,7 @@ You can also
[configure the text editor of your choice](https://errata-ai.github.io/vale/#local-use-by-a-single-writer) [configure the text editor of your choice](https://errata-ai.github.io/vale/#local-use-by-a-single-writer)
to display the results. to display the results.
Vale's test results [are displayed](#testing) in CI pipelines. Vale's error-level test results [are displayed](#testing) in CI pipelines.
##### Disable a Vale test ##### Disable a Vale test
......
...@@ -173,7 +173,7 @@ we reference the array with a symbol (`:versions`). ...@@ -173,7 +173,7 @@ we reference the array with a symbol (`:versions`).
## Bumping versions of CSS and JavaScript ## Bumping versions of CSS and JavaScript
Whenever the custom CSS and JavaScript files under `content/assets/` change, Whenever the custom CSS and JavaScript files under `content/assets/` change,
make sure to bump their version in the frontmatter. This method guarantees that make sure to bump their version in the front matter. This method guarantees that
your changes will take effect by clearing the cache of previous files. your changes will take effect by clearing the cache of previous files.
Always use Nanoc's way of including those files, do not hardcode them in the Always use Nanoc's way of including those files, do not hardcode them in the
......
...@@ -29,7 +29,7 @@ templates of the default branch will be taken into account. ...@@ -29,7 +29,7 @@ templates of the default branch will be taken into account.
For example, if you have a project for tracking new blog posts, you can require the For example, if you have a project for tracking new blog posts, you can require the
title, outlines, author name, author social media information, and so on. title, outlines, author name, author social media information, and so on.
- Following the previous example, you can make a template for every MR submitted - Following the previous example, you can make a template for every MR submitted
with a new blog post, requiring information about the post date, frontmatter data, with a new blog post, requiring information about the post date, front matter data,
images guidelines, link to the related issue, reviewer name, and so on. images guidelines, link to the related issue, reviewer name, and so on.
- You can also create issues and merge request templates for different - You can also create issues and merge request templates for different
stages of your workflow, for example, feature proposal, feature improvement, or a bug report. stages of your workflow, for example, feature proposal, feature improvement, or a bug report.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment