Order doc markdown files

625 views Asked by At

We are using docusauros as the new tool to write down our documentation. Is there a way to order markdown files under the docs repository? At the moment when creating markdown files under docs repository, it orders them alphabetically.

Thank you

1

There are 1 answers

1
Chris On

A common strategy is to alter your file names so they're ordered like you want, e.g.

  • 01-introduction.md
  • 02-details.md
  • 03-conclusion.md