Describe the bug
When there are a lot of items in a menu, it seems that the menu order is being messed up. For example, I created this repo:
https://github.com/tsnolan23/docz-menu-order-issue
There are 26 menu items under the "Components" menu. I didn't modify the order in any of the files, yes, the 2 of the files are out of position.
To Reproduce
npm run docsExpected behavior
If no order has been modified, everything should be sorted alphabetically.
Enviroment
Additional context/Screenshots
If you do not mind, we can manually set the menu order, such as
---
name: Button
menu: Components
order: 100
---
the bigger the order number, the more the front
@moedong Not really sure that's a solution to the problem...I don't want to have to maintain the order of any components directly, I just want them alphabetical.
I understand that order is an option, but it doesn't solve the underlying problem in this case, it just masks it.
✅ Fixed on v0.7.1