Add a setting to control the paths for versioned docs #11345
Replies: 2 comments 2 replies
-
Can you comment on the dedicated issue after reading it? This would help to design the feature if we could better understand your motivations |
Beta Was this translation helpful? Give feedback.
-
The issue seems related but my use case is different. Our repo releases our docs from the main branch using CI CD. The issue I have is that we are using both Docs Mulit-instance and Versioning. Our documentation will have over 35 products(multi-site) - and for a number of these producsts (mulit-site) we need to have between 2 or three versions of them. I've structured the multi-sites to be in their own products/categegory/product - so all docs and settings for the product(mulit-site) are in there. Enableing versioning on the product(mulit-site) then creates the version_docs, versioned_sidebars, versions.json at the root. So it's confusing to look for a products(multi-sites) content at the root and in the subfolders. The feature request is to be able to set the paths for all the versioned content, so we can locate it nearer to where the current/dev/next version of the content is. Current folder structure
The structure we'd like supported
Can I add anymore information to make it clearer? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a docs repo that has multiple products as their own sites. Some products need to support versioning of there docs. I'd like to be able to tell Docusaurus where to store the
versioned
folders - as having them all in the root directory is confusing.I suggest that in the
docusaurus.config.js
file we added some new settings:Each of my products are in a products/function/product folder so I'd like to store their versions there as well.
Beta Was this translation helpful? Give feedback.
All reactions