Skip to content

Commit 07063b0

Browse files
committed
update breadcrumbs
1 parent 7004be3 commit 07063b0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

navigation.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -530,20 +530,20 @@ You can use any combination of anchors, tabs, and dropdowns. The components can
530530
}
531531
```
532532

533-
```json Tabs with external anchors
533+
```json Tabs with external anchor
534534
{
535535
"navigation": {
536+
"global": {
537+
"anchors": [
538+
{
539+
"anchor": "Anchor 1",
540+
"href": "https://mintlify.com/docs"
541+
}
542+
]
543+
},
536544
"tabs": [
537545
{
538546
"tab": "Tab 1",
539-
"global": {
540-
"anchors": [
541-
{
542-
"anchor": "Anchor 1",
543-
"href": "https://mintlify.com/docs"
544-
}
545-
]
546-
},
547547
"groups": [
548548
{
549549
"group": "Group 1",
@@ -577,7 +577,7 @@ You can use any combination of anchors, tabs, and dropdowns. The components can
577577

578578
## Breadcrumbs
579579

580-
Control how breadcrumbs display on individual pages to orient users in your documentation.
580+
Style pages with breadcrumbs to display the full navigation path at the top of pages.
581581

582582
```json
583583
{

0 commit comments

Comments
 (0)