Skip to content

Commit 0507c89

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent 5090cc7 commit 0507c89

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

navigation.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The [navigation](settings#param-navigation) property in [docs.json](settings) de
99
With proper navigation configuration, you can organize your content into a logical hierarchy that makes it easy for users to find exactly what they're looking for.
1010

1111
<Info>
12-
Do not use `api` as a title for any navigation element. The `/api` path is reserved in production and will cause pages to return 404 errors if their URLs contain `/api`.
12+
Do not use `api` as a title for any navigation element. The `/api` path is reserved in production and will cause pages to return 404 errors if their URLs contain `/api`.
1313
</Info>
1414

1515
## Pages
@@ -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-
Use groups to organize your navigation into sections. Groups can be nested within each other and labeled with tags.
48+
Use groups to organize your navigation into sections. Groups can be nested within each other, labeled with tags, and styled with icons.
4949

5050
<img
5151
className="block dark:hidden pointer-events-none"
@@ -63,15 +63,18 @@ Use groups to organize your navigation into sections. Groups can be nested withi
6363
"groups": [
6464
{
6565
"group": "Getting Started",
66+
"icon": "play",
6667
"pages": [
6768
"quickstart",
6869
{
6970
"group": "Editing",
71+
"icon": "pencil",
7072
"pages": [
7173
"installation",
7274
"editor",
7375
{
7476
"group": "Nested group",
77+
"icon": "code",
7578
"pages": [
7679
"navigation",
7780
"code"
@@ -83,6 +86,7 @@ Use groups to organize your navigation into sections. Groups can be nested withi
8386
},
8487
{
8588
"group": "Writing Content",
89+
"icon": "notebook-text",
8690
"tag": "NEW",
8791
"pages": ["writing-content/page", "writing-content/text"]
8892
}
@@ -516,4 +520,4 @@ This way, you can create a very complex navigation structure that is easy to man
516520
}
517521
```
518522

519-
</CodeGroup>
523+
</CodeGroup>

0 commit comments

Comments
 (0)