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
I already have most of the work done. I will need to add some more logic though as separating some of the docs to a nested path called versioned_docs and the latest version to a root level folder will add complexity. I will merge current work to #5 so we can start testing
Prerequisites
Issue
Following on from fastify/fastify#3492, I think we have everything we need to import documentation into this project.
For v3 (current):
main
branch needs to be cloned into /docs/ locally.docs-reorg
branch instead (but can easily switchmain
once it is merged).For v2:
2.x
branch needs to be cloned into /versioned_docs/version-v2/ locally.For v1:
1.x
branch needs to be cloned into /versioned_docs/version-v1/ locally.@luisorbaiceta is this something you are able to work on? Thanks!
The text was updated successfully, but these errors were encountered: