Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation is not respecting the ordering #40

Open
andynog opened this issue Feb 17, 2023 · 2 comments
Open

Navigation is not respecting the ordering #40

andynog opened this issue Feb 17, 2023 · 2 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation ui User interface-related

Comments

@andynog
Copy link
Contributor

andynog commented Feb 17, 2023

Noticed that the order specified in the page (.md file) is not respected when displaying in the navigation. For example,

  • Introduction
    • install (order 3)
    • quick-start (order 2)
    • what-is-cometbft (order 4)

I'd expect to see them displayed in this order

  1. Quick Start
  2. Install
  3. What is CometBFT

But they are displayed as this:
image

So not sure why the ordering is not respected and rendered properly

@andynog andynog added bug Something isn't working documentation Improvements or additions to documentation ui User interface-related labels Feb 17, 2023
@aaronmw
Copy link
Contributor

aaronmw commented Feb 22, 2023

@andynog Locally, at least, mine seems to respect the order 🤔 Which branch of the docs is this happening on for you?

image

@andynog
Copy link
Contributor Author

andynog commented Feb 22, 2023

@aaronmw It shows the same for all releases. For background context, I'm using Firefox on Fedora (Linux)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation ui User interface-related
Projects
No open projects
Status: Todo
Development

No branches or pull requests

2 participants