You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
16
14
17
15
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.
18
16
19
-
###Pages
17
+
## Pages
20
18
21
19
Pages are the most fundamental navigation component.
22
20
@@ -42,7 +40,7 @@ Pages is an array where each entry must be a reference to the path of a [page fi
42
40
43
41
---
44
42
45
-
###Groups
43
+
## Groups
46
44
47
45
Groups allow you to group your pages. Groups can also be nested within each other.
48
46
@@ -76,7 +74,7 @@ Groups allow you to group your pages. Groups can also be nested within each othe
76
74
77
75
---
78
76
79
-
###Tabs
77
+
## Tabs
80
78
81
79
Tabs help distinguish between different topics or sections of your
82
80
documentation.
@@ -115,7 +113,7 @@ documentation.
115
113
116
114
---
117
115
118
-
###Anchors
116
+
## Anchors
119
117
120
118
Anchors are another way to section your content. They show up on top of your side navigation.
121
119
@@ -159,7 +157,7 @@ While not required, we highly recommend that you set an `icon` field as well.
159
157
160
158
---
161
159
162
-
###Dropdowns
160
+
## Dropdowns
163
161
164
162
Dropdowns show up in the same place as anchors, but are consolidated into a single dropdown.
165
163
@@ -202,7 +200,7 @@ While not required, we also recommend that you set an icon for each dropdown ite
202
200
---
203
201
204
202
205
-
###Versions
203
+
## Versions
206
204
207
205
Versions can be leveraged to partition your navigation into different versions.
208
206
@@ -240,7 +238,7 @@ Versions can be leveraged to partition your navigation into different versions.
240
238
241
239
---
242
240
243
-
###Languages
241
+
## Languages
244
242
245
243
Languages can be leveraged to partition your navigation into different languages.
0 commit comments