-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
Accepting Pull RequestsDocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededjavascriptPull requests that update Javascript codePull requests that update Javascript code
Description
Docusaurus does support versioned documentation: https://docusaurus.io/docs/versioning. Though they display this warning at the top:
Warning
Think about it before starting to version your documentation - it can become difficult for contributors to help improve it!
Which I'm not sure is necessarily true, but still something to take into account. Perhaps we could commit to keeping the last 2 or 3 minor versions.
If and when we do this, we could retroactively generate the versions from existing tags:
git checkout v3.6
npm run docusaurus docs:version v3.6Originally posted by @edgarrmondragon in #9021
Metadata
Metadata
Assignees
Labels
Accepting Pull RequestsDocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededjavascriptPull requests that update Javascript codePull requests that update Javascript code