Skip to content

Commit 716fe5b

Browse files
committed
Update navigation page
1 parent 883d97d commit 716fe5b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

core-concepts/navigation.mdx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@ icon: "map"
55
---
66

77
export const LayoutFrame = ({ children }) => (
8-
<div className="flex justify-center p-10 pointer-events-none border border-zinc-200/50 dark:border-zinc-800 rounded-2xl bg-zinc-100 dark:bg-zinc-900">
8+
<div className="flex justify-center py-6 pointer-events-none border border-zinc-200/50 dark:border-zinc-800 rounded-2xl bg-zinc-100 dark:bg-zinc-900">
99
{children}
1010
</div>
1111
)
1212

13-
## Introduction
14-
15-
The `navigation` property in your [docs.json](/core-concepts/settings) defines how users will browse through your documentation. Think of it as the blueprint for your documentation's menu structure.
13+
The [navigation](/core-concepts/settings#param-navigation) property in [docs.json](/core-concepts/settings) defines how users will browse through your documentation. Think of it as the blueprint for your documentation's menu structure.
1614

1715
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.
1816

19-
### Pages
17+
## Pages
2018

2119
Pages are the most fundamental navigation component.
2220

@@ -42,7 +40,7 @@ Pages is an array where each entry must be a reference to the path of a [page fi
4240

4341
---
4442

45-
### Groups
43+
## Groups
4644

4745
Groups allow you to group your pages. Groups can also be nested within each other.
4846

@@ -76,7 +74,7 @@ Groups allow you to group your pages. Groups can also be nested within each othe
7674

7775
---
7876

79-
### Tabs
77+
## Tabs
8078

8179
Tabs help distinguish between different topics or sections of your
8280
documentation.
@@ -115,7 +113,7 @@ documentation.
115113

116114
---
117115

118-
### Anchors
116+
## Anchors
119117

120118
Anchors are another way to section your content. They show up on top of your side navigation.
121119

@@ -159,7 +157,7 @@ While not required, we highly recommend that you set an `icon` field as well.
159157

160158
---
161159

162-
### Dropdowns
160+
## Dropdowns
163161

164162
Dropdowns show up in the same place as anchors, but are consolidated into a single dropdown.
165163

@@ -202,7 +200,7 @@ While not required, we also recommend that you set an icon for each dropdown ite
202200
---
203201

204202

205-
### Versions
203+
## Versions
206204

207205
Versions can be leveraged to partition your navigation into different versions.
208206

@@ -240,7 +238,7 @@ Versions can be leveraged to partition your navigation into different versions.
240238

241239
---
242240

243-
### Languages
241+
## Languages
244242

245243
Languages can be leveraged to partition your navigation into different languages.
246244

0 commit comments

Comments
 (0)