Describe the bug
Currently section Development of documentation contains 3 items:
- getting-started,
- authentication, <<< this one is wrong
- external-url
But if we will click on authentication, we will be redirected to the overview/introduction.
It is because there is no such file exists in docs/development. It looks like authentication should be removed from the list (it is related to Deployment section and already present there).
Also probably 2 following items should be added to this section (at least such .mdx files are exists):
But before doing that, filenames and sidebarTitle/title should be aligned, because now:
- file
installation.mdx has sidebarTitle: "Overview"
- file
overview.mdx has title: "Quickstart"
It is little bit unclear which of thes files is really overview :)
*Please assign it to me if it will be confirmed that it should be fixed.
To Reproduce
Steps to reproduce the behavior:
- Run documentation with
mintlify dev
- Find section
Development on navigation side bar
- Try to click
authentication
- You will be redireced to
http://localhost:3000/overview/introduction
Expected behavior
Navigation should contain actual items only.
Screenshots

Desktop (please complete the following information):
- OS: Ubuntu 22.04.4 LTS (Jammy Jellyfish)
- Browser: Firefox
- Version: 128.0.2 (64-bit)
Describe the bug
Currently section
Developmentof documentation contains 3 items:But if we will click on
authentication, we will be redirected to theoverview/introduction.It is because there is no such file exists in
docs/development. It looks likeauthenticationshould be removed from the list (it is related toDeploymentsection and already present there).Also probably 2 following items should be added to this section (at least such
.mdxfiles are exists):But before doing that, filenames and
sidebarTitle/titleshould be aligned, because now:installation.mdxhassidebarTitle: "Overview"overview.mdxhastitle: "Quickstart"It is little bit unclear which of thes files is really overview :)
*Please assign it to me if it will be confirmed that it should be fixed.
To Reproduce
Steps to reproduce the behavior:
mintlify devDevelopmenton navigation side barauthenticationhttp://localhost:3000/overview/introductionExpected behavior
Navigation should contain actual items only.
Screenshots

Desktop (please complete the following information):