Skip to content

Commit ce47b82

Browse files
committed
add tag in pages and groups
1 parent 7832abe commit ce47b82

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. This is useful 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)