The navigation field in docs.json defines the pages that go in the navigation menu
docs.json
every time you add a new page. Pages do not show up automatically.
.mdx
in page names.
docs.json
.
For example, to have a page at https://yoursite.com/your-folder/your-page
you would make a folder called your-folder
containing an MDX file called your-page.mdx
.
api
for the name of a folder unless you nest it inside another folder. Mintlify uses Next.js which reserves the top-level api
folder for internal server calls. A folder name such as api-reference
would be accepted.docs.json
will not show up in the sidebar but are accessible through the search bar and by linking directly to them.