Add option to compile a "versionless" site when using docusaurus start
#2988
Labels
feature
This is not a bug or issue with Docusausus, per se. It is a feature request for the future.
status: needs triage
This issue has not been triaged by maintainers
🚀 Feature
Often when previewing your site using
docusaurus start
you want to check that the newest doc in development is correct and don't really care about old versions of the doc. Therefore to speed up compilation time, it would be nice to have an option to "turn off" versioning, such that only the documents located in thedocs
folder is compiled (basically compile the site as if it wasn't using versioning).Have you read the Contributing Guidelines on issues?
Yes.
Motivation
Faster compilation times when previewing a site that uses versioning.
Pitch
Our amount of docs is quite big (~360 .mdx files per version) and as such the compilation time has started to become long after introducing versioning. I have plans on a workaround to do this kinda thing myself (keeping the versioning related stuff in a separate folder such that it doesn't get compiled, then copying those folder into the project when deploying), but having an official, simple option from Docusaurus would be favourable and would probably please other developers as well :)
The text was updated successfully, but these errors were encountered: