Skip to content

Commit f3479a4

Browse files
dks333ethanpalm
andauthored
add tag in pages and groups (#751)
* add tag in pages and groups * add info on how tags display --------- Co-authored-by: Ethan Palm <[email protected]>
1 parent f7adaa2 commit f3479a4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

navigation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Groups allow you to group your pages. Groups can also be nested within each othe
7979
},
8080
{
8181
"group": "Writing Content",
82+
"tag": "NEW",
8283
"pages": ["writing-content/page", "writing-content/text"]
8384
}
8485
]

pages.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ iconType: "solid"
5858
---
5959
```
6060

61+
## Tag
62+
63+
You can set a tag for your page. Tags display next to page titles in the sidebar. Use tags to categorize your pages and make them easier to find.
64+
65+
```jsx
66+
---
67+
tag: "NEW"
68+
---
69+
```
70+
6171
## API Pages
6272

6373
API pages let you build interactive API playgrounds. To create an API page, you

0 commit comments

Comments
 (0)