<!-- Please don't delete this template or we'll close your issue --> <!-- Please use English language --> <!-- Before creating an issue please make sure you are using the latest version of Docsify. --> <!-- Please ask questions on StackOverflow 👉 https://stackoverflow.com/questions/ask?tags=docsify --> ## Feature request #### What problem does this feature solve? Enable yaml front matter in sidebars #### What does the proposed API look like? I am not sure if the current hook.beforeEach is processed with sidebars. Is there an existing hook for sidebar rendering? #### How should this be implemented in your opinion? Add a hook for sidebar rendering and add the beforeEach in front-matter to the sidebar hook. #### Are you willing to work on this yourself? Would need a bit of guidance on the sidebar rendering