Hello,
it would be nice if nuxt could somehow expose the list of available siblingPages, parentPages, nextPage, prevPage to make it easy to build a navigation or a breadcrumb based on the pages directory. Since nuxt is walking through the pages directory anyway, I don't think it will add much overhead (if any) to expose this information somewhere, possibly on the router object.
Proposal:
Next Page: <nuxt-link :to="$router.nextPage.path">{{ $router.nextPage.name }}</nuxt-link>
Cheers, Stefan
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1418">#c1418</a>)</em></sub></div>