Skip to content

Commit 2aedbbb

Browse files
authored
Tags fixes (#795)
* clarify where tags display * note that groups can use tags
1 parent 9f47b48 commit 2aedbbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Pages is an array where each entry must be a reference to the path of a [page fi
4545

4646
## Groups
4747

48-
Groups allow you to group your pages. Groups can also be nested within each other.
48+
Use groups to organize your navigation into sections. Groups can be nested within each other and labeled with tags.
4949

5050
<img
5151
className="block dark:hidden pointer-events-none"

pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ iconType: "solid"
6060

6161
## Tag
6262

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.
63+
Add tags to label specific pages. Tags display in the sidebar next to page titles.
6464

6565
```jsx
6666
---

0 commit comments

Comments
 (0)