Skip to content

Commit f4ab30d

Browse files
committed
remove page breaks
1 parent b4e4b1a commit f4ab30d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

navigation.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Pages is an array where each entry must be a reference to the path of a [page fi
4141
}
4242
```
4343

44-
---
45-
4644
## Groups
4745

4846
Use groups to organize your navigation into sections. Groups can be nested within each other, labeled with tags, and styled with icons.
@@ -176,8 +174,6 @@ Tabs can have menus that display dropdown navigation items that let users go dir
176174
}
177175
```
178176

179-
---
180-
181177
## Anchors
182178

183179
Anchors are another way to section your content. They show up on top of your side navigation.
@@ -225,8 +221,6 @@ While not required, we highly recommend that you set an `icon` field as well.
225221
}
226222
```
227223

228-
---
229-
230224
Anchors that strictly contain external links can be achieved using the `global` keyword:
231225

232226
```json
@@ -294,8 +288,6 @@ While not required, we also recommend that you set an icon for each dropdown ite
294288
}
295289
```
296290

297-
---
298-
299291
## Versions
300292

301293
Versions can be leveraged to partition your navigation into different versions.
@@ -337,8 +329,6 @@ Versions can be leveraged to partition your navigation into different versions.
337329
}
338330
```
339331

340-
---
341-
342332
## Languages
343333

344334
Languages can be leveraged to partition your navigation into different languages.
@@ -400,8 +390,6 @@ We currently support the following languages:
400390
}
401391
```
402392

403-
---
404-
405393
## Nesting
406394

407395
You can use any combination of anchors, tabs, and dropdowns. The components can be nested within each other interchangeably to create your desired navigation structure.
@@ -524,8 +512,6 @@ You can use any combination of anchors, tabs, and dropdowns. The components can
524512

525513
</CodeGroup>
526514

527-
---
528-
529515
## Breadcrumbs
530516

531517
Control how breadcrumbs display on individual pages to orient users in your documentation.

0 commit comments

Comments
 (0)