Skip to content

Documentation (Development): wrong set of items in navigation pane. #1525

@frwl404

Description

@frwl404

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):

  • installation
  • overview

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:

  1. Run documentation with mintlify dev
  2. Find section Development on navigation side bar
  3. Try to click authentication
  4. You will be redireced to http://localhost:3000/overview/introduction

Expected behavior
Navigation should contain actual items only.

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu 22.04.4 LTS (Jammy Jellyfish)
  • Browser: Firefox
  • Version: 128.0.2 (64-bit)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions