jooy2 / vitepress-sidebar

🔌 VitePress Sidebar is a plugin for VitePress that automatically configures and manages the sidebar of your page with simple settings.
https://vitepress-sidebar.cdget.com
MIT License
144 stars 7 forks source link

Blocked: feat: retrieve ordering for top level folder indexes #116

Closed aslafy-z closed 9 months ago

aslafy-z commented 9 months ago

This PR retrieves the frontmatter order key for top level indexes so it can be used to order folders with useFolderTitleFromIndexFile and useFolderLinkFromIndexFile .

Blocked by https://github.com/jooy2/vitepress-sidebar/pull/117

jooy2 commented 9 months ago

Hi, thank you for your contribution to vitepress-sidebar. I've reviewed all three of your PRs and think they are good problem solving, so I'm going to merge all three of them.

Thank you.

aslafy-z commented 9 months ago

Thank you for your quick response @jooy2! 🚀 This PR was marked as blocked as it required a change after the default order was implemented. I've seen you figure it out and fix it in a follow-up commit.