diff --git a/navigation.mdx b/navigation.mdx index b60a9fbdd..44968d452 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -574,16 +574,24 @@ You can use any combination of anchors, tabs, and dropdowns. The components can ## Breadcrumbs -Style pages with breadcrumbs to display the full navigation path at the top of pages. +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`. -```json -{ - "styling": { - "eyebrows": "breadcrumbs" - } + + +```json Display full breadcrumbs +"styling": { + "eyebrows": "breadcrumbs" } ``` +```json Display parent section only +"styling": { + "eyebrows": "section" +} +``` + + + ## Interaction configuration Control how users interact with navigation elements using the `interaction` property in your `docs.json`.