We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d1c09 commit 646d290Copy full SHA for 646d290
src/content/contribute/writers-guide.md
@@ -20,6 +20,7 @@ Each article contains a small section at the top written in [YAML Frontmatter](h
20
``` yaml
21
---
22
title: My Article
23
+group: My Sub-Section
24
sort: 3
25
contributors:
26
- [github username]
@@ -32,7 +33,8 @@ related:
32
33
Let's break these down:
34
35
- `title`: The name of the article.
-- `sort`: The order of the article within its section.
36
+- `group`: The name of the sub-section
37
+- `sort`: The order of the article within its section (or) sub-section if it is present.
38
- `contributors`: A list of GitHub usernames who have contributed to this article.
39
- `related`: Any related reading or useful examples.
40
0 commit comments