Navigation Syntax
The navigation menu uses a nested syntax to define the pages. Groups contain pages and nested groups.Folders
Simply put your MDX files in folders and update the paths inmint.json.
For example, to add a file at essentials/navigation.mdx add essentials/navigation to your navigation.
Hidden Pages
MDX files not included inmint.json will not show up in the sidebar but are accessible through the search bar and by directly visiting the URL.
Tabs
Tabs help organize navigation for very large docs. Set thetabs field in mint.json.