Skip to main content
The navigation menu is generated from your configuration file. You’ll update ecge.config.json each time you add a new page — pages don’t appear automatically. Navigation supports nesting, so you can create grouped and hierarchical menus. Page references don’t need the .mdx extension.

Folders

Place your MDX files in folders and reference them with their path in the config. For example, to serve a page at https://yoursite.com/guides/setup, create guides/setup.mdx.
The top-level api folder name is reserved. Use a different name like api-reference instead.
Folder example

Hidden pages

MDX files not listed in the config won’t appear in the sidebar but remain accessible via search and direct links.