Skip to content

Commit 4b294e9

Browse files
committed
copyedits
1 parent d33375a commit 4b294e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

navigation.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -588,9 +588,9 @@ Style pages with breadcrumbs to display the full navigation path at the top of p
588588

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

591-
### Auto navigation on expand
591+
### Enable auto-navigation for groups
592592

593-
Different themes have different default behavior when clicking on navigation groups. You can override this behavior using the `drilldown` option:
593+
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:
594594

595595
```json
596596
{
@@ -608,9 +608,9 @@ Different themes have different default behavior when clicking on navigation gro
608608
}
609609
```
610610

611-
- Set to `true` to force automatic navigation to the first page when clicking navigation groups
612-
- Set to `false` to prevent navigation and only expand or collapse the group
613-
- Leave unset to use the theme's default behavior
611+
- Set to `true` to force automatic navigation to the first page when a navigation group is selected.
612+
- Set to `false` to prevent navigation and only expand or collapse the group when it is selected.
613+
- Leave unset to use the theme's default behavior.
614614

615615
## FAQ
616616

settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ See [Themes](themes) for more information.
451451

452452
<Expandable title="Interaction">
453453
<ResponseField name="drilldown" type="boolean">
454-
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.
454+
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.
455455
</ResponseField>
456456
</Expandable>
457457
</ResponseField>

0 commit comments

Comments
 (0)