vitepress-sidebar
vitepress-sidebar copied to clipboard
`sortMenusOrderNumericallyFromLinkwork` doesn't work on folder with no link
Hi! Currently, I use useFolderTitleFromIndexFile
and useTitleFromFileHeading
I want to implement the following sorting:
1-xxx(folder)
- index.md
- xxx.md
2-xxx.md(file)
3-xxx(folder)
- index.md
- xxx.md
Is there something like sortBy[File|Folder]Name
option works for both file and folder?
By the way, I don't want to use filename as the title, or use Frontmatter