New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure multi-instance versioning #1116
Comments
|
@pepopowitz wants a post mortem for this, and I 100% agree. |
Added to our 1:1 board 😅 |
|
@pepopowitz what work remains open that must be completed for this issue? I know other items have popped up but they seem outside of the scope of this epic. (More context: I'm interested in pivoting our focus to the C7 SEO issues.) |
|
Wait, nevermind -- I was struggling to find the Optimize apis-clients docs for 1.3....and it turns out it's because they don't exist. So THISISDONE!!! |
|
Before I close it -- how much do we care about these 2 issues? Are they worth creating issues for?
|
|
I think we can leave them here for context, no need to create new issues at this time. I'm excited to celebrate all your great work with this 🎉 |


Epic: https://github.com/camunda/product-hub/issues/231
Prerequisite: #1115
Optimize versions are different than the versions of the other Camunda components. Docusaurus recommends using multiple instances of the docs plugin to enable users to see different versions for different docs.
Work to be done
Preparation (ahead of time)
Move docs over
✅ Create a "next" Optimize version
This moves a single doc into the new instance, including all configuration necessary to iteratively move more docs over afterward:
what-is-optimize) into new instance✅ Create a "3.8.0" Optimize version
This will be merged into
mainall at once, because this is the current version of documentation and we will confuse people if we release it in pieces.✅ chore: move exisiting Optimize docs into a components/ folder to make space for apis-clients/ and self-managed/ #1286
For consistency with the new folders planned to move, we'll want to move all the existing Optimize docs into a
/components/folder./optimize/*into/optimize/components/*for vNext/optimize_versioned_docs/version-3.8.0/*into/optimize_versioned_docs/version-3.8.0/*for v3.8.0✅ Move Optimize docs from apis-clients & self-managed sections into Optimize instance
/docs/apis-clients/optimize-api/docs into vNext/docs/self-managed/optimize-deployment/docs into vNext/docs/apis-clients/optimize-api/docs into 3.8.0/docs/self-managed/optimize-deployment/docs into 3.8.0✅ Update
release-procedure.md#1217✅ Create a "3.7.0" Optimize version
Follow-ups/polish
POC
See #906 for a POC of this work.
Decision to make
What do we want to use as the root directory for the new section of documentation?
In #906, I used
optimizeas the root. It’s arbitrary, and we can choose whatever we want (except for something starting withdocssince that is the main docs instance). (Update: we choseoptimize.)Background
This is Recommendation #1 in the Optimize Multi-Instance Documentation Proposal.
The text was updated successfully, but these errors were encountered: