Skip to content

Commit 646d290

Browse files
hemal7735montogeek
authored andcommitted
docs(contribute): Add group prop in writer's guide (#2704)
1 parent 44d1c09 commit 646d290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/contribute/writers-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Each article contains a small section at the top written in [YAML Frontmatter](h
2020
``` yaml
2121
---
2222
title: My Article
23+
group: My Sub-Section
2324
sort: 3
2425
contributors:
2526
- [github username]
@@ -32,7 +33,8 @@ related:
3233
Let's break these down:
3334

3435
- `title`: The name of the article.
35-
- `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.
3638
- `contributors`: A list of GitHub usernames who have contributed to this article.
3739
- `related`: Any related reading or useful examples.
3840

0 commit comments

Comments
 (0)