hikerpig / gatsby-project-kb

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.
https://gatsby-project-kb.vercel.app/
MIT License
62 stars 15 forks source link

Configurable sidebar sort behavior #59

Open hikerpig opened 1 year ago

hikerpig commented 1 year ago

A previous PR #58 changes the default sorting method of sidebar nodes from gatsby internal node id to file relativePath.

But since the sidebar displays article title rather than file path, it could be confusing sometimes.

It'd be better to make sorting method configurable to fit all possible needs.