I'm trying to add pages to a Vuepress site I created with a Netlify CMS back-end. It seems the only way is to add them statically:
sidebar: [
'/welcome',
'/test'
],
I assume there must be a way for pages to auto-populate when ever you create a new page in Netlify CMS.
I have already tried Automatically add new posts to the Sidebar but with no luck. I imagine there must be a simpler solution, as adding pages dynamically through a CMS is kind of the whole point of implementing a CMS back-end.