docs: document menu support for products in navigation#6220
docs: document menu support for products in navigation#6220mintlify[bot] wants to merge 5 commits into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
- Updated organize/navigation.mdx Mintlify-Source: dashboard-editor
- Updated organize/navigation.mdx Mintlify-Source: dashboard-editor
Summary
Document that the
productsarray indocs.jsonnavigation now accepts amenu, enabling multi-column product dropdowns (same shape astabs[].menu).Changes
organize/navigation.mdx: mentionmenuas a supported field onproductsand add a "Product menus" subsection with a JSON example.organize/settings-reference.mdx: expand thenavigation.productsshape to includemenuand other supported fields.es/,fr/, andzh/locales (zh settings-reference does not listnavigation.products, so only navigation.mdx is updated there).Context
Follows upstream support for
menuunder product divisions: mintlify/mint#8504.Note
Low Risk
Documentation-only MDX changes with no runtime or config schema code touched.
Overview
Documents
menuonnavigation.productsand aligns tab menu item rules with the broader navigation divisions Mintlify supports.Navigation guides (
organize/navigation.mdxandes/,fr/,zh/): tab menu items are no longer described as limited to groups, pages, and external links—they can nest pages,href, or divisions (groups,tabs,anchors,dropdowns,products,languages,versions). Products now listmenuas a supported field, with a new Product menus subsection and JSON example for multi-column product switcher dropdowns (same shape as tab menus).Schema reference (
organize/settings-reference.mdx,es/,fr/):navigation.productsprose and type line now includemenualongsidegroups,pages,href, etc.Minor fixes in the same locales: restore a missing
</CodeGroup>closing tag; English navigation page tweaks imageclassName/srcattribute order and a table format line; French copy uses straight apostrophes in several strings.Reviewed by Cursor Bugbot for commit 77658cc. Bugbot is set up for automated code reviews on this repo. Configure here.