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 7832abe commit ce47b82Copy full SHA for ce47b82
navigation.mdx
@@ -79,6 +79,7 @@ Groups allow you to group your pages. Groups can also be nested within each othe
79
},
80
{
81
"group": "Writing Content",
82
+ "tag": "NEW",
83
"pages": ["writing-content/page", "writing-content/text"]
84
}
85
]
pages.mdx
@@ -58,6 +58,16 @@ iconType: "solid"
58
---
59
```
60
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
71
## API Pages
72
73
API pages let you build interactive API playgrounds. To create an API page, you
0 commit comments