You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've come across this situation multiple times. Each software has various versions and documentation for significant releases generally changes. We have to figure out ways to handle this situation where we should be able to host documentation for multiple versions in the same docs repository.
A good example is how Laravel handled their documentation: https://laravel.com/docs/9.x , they added a dropdown for each of their major version.
It will be a good addition if we can have features like:
Dear Nuxt Team,
We've come across this situation multiple times. Each software has various versions and documentation for significant releases generally changes. We have to figure out ways to handle this situation where we should be able to host documentation for multiple versions in the same docs repository.
A good example is how Laravel handled their documentation: https://laravel.com/docs/9.x , they added a dropdown for each of their major version.
It will be a good addition if we can have features like:
app.config.ts
which supports following directory structure:
and in the top navbar, it will dynamically add versions dropdown.
I hope you find this use case useful.
The text was updated successfully, but these errors were encountered: