From 1c8afb2100e58c4cde71b652975b208c847ab955 Mon Sep 17 00:00:00 2001 From: SeaZeeZee <86711383+SeaZeeZee@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:04:59 +0100 Subject: [PATCH] Added front matter Added title and order to frequent mistakes document --- markdown/dev/guides/markdown/frequent-mistakes/en.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/markdown/dev/guides/markdown/frequent-mistakes/en.md b/markdown/dev/guides/markdown/frequent-mistakes/en.md index acbdf9f2e0f..1fe8c5687fa 100644 --- a/markdown/dev/guides/markdown/frequent-mistakes/en.md +++ b/markdown/dev/guides/markdown/frequent-mistakes/en.md @@ -1,3 +1,8 @@ +--- +title: Frequent mistakes +order: 100 +--- + Some things to keep in mind when working in Markdown are: - There is no need to add a *glossary* section to documentation. We use a plugin called [remark-jargon](https://github.com/freesewing/freesewing/blob/develop/packages/remark-jargon/README.md) to explain terms. Information can be found at the link.