Document directory listings for navigation groups#5235
Closed
mintlify[bot] wants to merge 1 commit intomainfrom
Closed
Document directory listings for navigation groups#5235mintlify[bot] wants to merge 1 commit intomainfrom
mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
directoryproperty that enables automatic directory listings on group root pages, with"accordion"(list-style) and"card"(horizontal cards) layout optionsWhat shipped
Navigation groups with a
rootpage can now display an automatic directory of their child pages. Settingdirectoryto"accordion"or"card"on any navigation node renders this UI on eligible root pages. The value inherits recursively through descendants, and can be overridden at any level with"none"to opt out.Note
Low Risk
Documentation-only changes that add a new documented
navigation.directoryoption and examples; no runtime or schema enforcement code is modified.Overview
Documents a new
directoryproperty for navigation nodes to render automatic directory listings on grouprootpages, including inheritance/override behavior and the supported styles ("none","accordion","card").Updates the
docs.jsonreferences (settings-reference.mdxandsettings-structure.mdx) to includenavigation.directoryin the quick reference and full property descriptions, with a link back to the new Navigation guide section.Reviewed by Cursor Bugbot for commit f88bc4c. Bugbot is set up for automated code reviews on this repo. Configure here.