Use numbered file names to force custom ordering:
1. intro.md2. install.mdWhen trimIndexFromPath is true, the numeric prefixes are removed from emitted route names while order stays controlled by your naming.
Input files:
1. blahblah.md
2. blhalbhablah.md
Emitted routes:
/blahblah/blhalbhablahIf trimIndexFromPath is false, or not present, then the emitted routes would be:
/1-blahblah/2-blhalbhablahIf route sorting is enabled, routes are sorted lexicographically, with grouped (Name) directories ordered after regular names at the same level. Indexing can also be used for Grouper directories(directories whose names are enclosed within parenthesis) to determine their order.