From d33375ab6051be31214e7d1d2e235f067e47cf32 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:59:04 -0700 Subject: [PATCH 1/2] sentence case --- navigation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navigation.mdx b/navigation.mdx index e0844e2de..741b528c0 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -584,11 +584,11 @@ Style pages with breadcrumbs to display the full navigation path at the top of p } ``` -## Interaction Configuration +## Interaction configuration Control how users interact with navigation elements using the `interaction` property in your `docs.json`. -### Auto Navigation on Expand +### Auto navigation on expand Different themes have different default behavior when clicking on navigation groups. You can override this behavior using the `drilldown` option: From 4b294e94c3d21e460550cfcb4664248141987c19 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:07:04 -0700 Subject: [PATCH 2/2] copyedits --- navigation.mdx | 10 +++++----- settings.mdx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/navigation.mdx b/navigation.mdx index 741b528c0..b60a9fbdd 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -588,9 +588,9 @@ Style pages with breadcrumbs to display the full navigation path at the top of p Control how users interact with navigation elements using the `interaction` property in your `docs.json`. -### Auto navigation on expand +### Enable auto-navigation for groups -Different themes have different default behavior when clicking on navigation groups. You can override this behavior using the `drilldown` option: +When a user expands a navigation group, some themes will automatically navigate to the first page in the group. You can override a theme's default behavior using the `drilldown` option: ```json { @@ -608,9 +608,9 @@ Different themes have different default behavior when clicking on navigation gro } ``` -- Set to `true` to force automatic navigation to the first page when clicking navigation groups -- Set to `false` to prevent navigation and only expand or collapse the group -- Leave unset to use the theme's default behavior +- Set to `true` to force automatic navigation to the first page when a navigation group is selected. +- Set to `false` to prevent navigation and only expand or collapse the group when it is selected. +- Leave unset to use the theme's default behavior. ## FAQ diff --git a/settings.mdx b/settings.mdx index 80667699c..d0dcdf2eb 100644 --- a/settings.mdx +++ b/settings.mdx @@ -451,7 +451,7 @@ See [Themes](themes) for more information. - Control automatic navigation behavior when clicking on navigation groups. Set to `true` to force navigation to the first page when expanding groups, `false` to only expand/collapse without navigation, or leave unset to use the theme's default behavior. + Control automatic navigation behavior when selecting navigation groups. Set to `true` to force navigation to the first page when a navigation group is expanded. Set to `false` to prevent navigation and only expand or collapse the group. Leave unset to use the theme's default behavior.