Skip to content

Commit d173ae4

Browse files
committed
update breadcrumb info
1 parent 9e456fc commit d173ae4

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

navigation.mdx

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -574,16 +574,24 @@ You can use any combination of anchors, tabs, and dropdowns. The components can
574574

575575
## Breadcrumbs
576576

577-
Style pages with breadcrumbs to display the full navigation path at the top of pages.
577+
Breadcrumbs display the full navigation path at the top of pages. Some themes have breadcrumbs enabled by default and others do not. You can control whether breadcrumbs are enabled for your site using the `styling` property in your `docs.json`.
578578

579-
```json
580-
{
581-
"styling": {
582-
"eyebrows": "breadcrumbs"
583-
}
579+
<CodeGroup>
580+
581+
```json Display full breadcrumbs
582+
"styling": {
583+
"eyebrows": "breadcrumbs"
584584
}
585585
```
586586

587+
```json Display section title only
588+
"styling": {
589+
"eyebrows": "section"
590+
}
591+
```
592+
593+
</CodeGroup>
594+
587595
## Interaction configuration
588596

589597
Control how users interact with navigation elements using the `interaction` property in your `docs.json`.

0 commit comments

Comments
 (0)