-
Notifications
You must be signed in to change notification settings - Fork 197
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
[DRAFT] Implement alternate SM install journey #4601
base: main
Are you sure you want to change the base?
Conversation
👋 🤖 🤔 Hello, @conceptualshark! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
@theburi I don't think this represents the final state, just an initial cutover to a new structure before we introduce any content changes. Here's a few outstanding items:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @conceptualshark! As dsicussed - great first iteration to structure the docs in a more user journey focused way!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
653fbab
@akeller @theburi Looking for some final feedback here to ideally get a version of this merged prior to the next alpha/other, additional content restructuring. I don't plan on making significant changes to the actual written docs in this PR, but have created some landing pages for the new content sections to at least give a place for future content to live. I presented this to the SM teams at our kick-off meeting, and received approval there for internal understanding, as well as for meeting the expectations of what our SM audience might expect for coming to this section of the docs. I've hesitated on backporting to 8.7, but think it might be worthwhile if the upcoming reference architecture docs/changes are going to be available in 8.7 as well. Otherwise, the goal is to position these docs better for the 8.8 unified architecture, with suggestions for the remaining content to follow! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The high-level simplicity here is fab!
sidebars.js
Outdated
{ | ||
"Reference architecture": [ | ||
"self-managed/reference-architecture/reference-architecture", | ||
"self-managed/reference-architecture/manual/manual", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the manual option intentionally under reference arch? Can I get more context here?
I'm really happy with the direction this is heading and think you have a few choices. None of this is blocking if you are going to 8.8, but there are a few catches: 💡 You can merge, pretty much as-is, to 8.8. This would mean you accept that the rendered sidebar content doesn't reflect the directories in the repo, which could make it a weird experience to update and navigate, particularly if you look at the URLs. If you assume most people navigate this area through the sidebar, the URLs in an unreleased version may not matter as much. But as we approach 8.8, this would need to be cleaned up and there would be a healthy amount of redirects. This enables you to iterate but also deliver incrementally, which I fully support. ❓ Backporting to 8.7 means things need to be really buttoned up by April. Is that reasonable? Particularly given my comments above. In the spirit of incremental delivery, and as the DRI of this docs area, please feel empowered to focus on 8.8 and bring that to a fantastic state in time for release day. That said, you'll likely still continue to get feedback about 8.7 docs. |
Based on some ongoing discussions I've had about additional content moves/restructuring for the actual Components, I'd like to make this whole rearchitecture an 8.8 goal and get the initial structure in place. This means I can follow up with additional landing page information, and eventually set up the redirects (do we do them for new branches? I am not sure if any links would break if /8.8/ doesn't exist yet). |
![]() After speaking with @theburi, the suggestion was made to rename "Deploy" to just the base "Reference architecture." This moves the top-level Ref arch guides (Overview, Manual JAR) into the top-level here, and would most impact future updates to build out the one-stop pages for Kubernetes, etc, as those items would now live in this same section. @hisImminence @Langleu @akeller Does this reflect how you would expect to find this information if you were attempting to install/deploy Camunda on your own? Is there any value to separate or nested Deploy vs Reference Arch sections? I think this user journey is a little less clear, but if this is how things usually look, I'm happy to leave it as-is. |
🚧 The preview environment for the commit 58537a3 is being built. This usually takes 15-20 minutes. |
I personally like the "action orientated" menu bar (install, deploy, update, configure) - I find it clear and easy. "Reference architecture" seems to break that pattern. But as reference architecture seems to get a very prominent name (also used in blog posts, CamundaCon, etc. ...) - I guess thats the motivatino to put it more prominent on the top level. I would then suggest to keep it over install, so having:
This would still keep the action menu together and could be also seen as an order to go through (what makes sense imo): first getting started, then understand the architecture + infrastructure, then install the application, ... |
Description
This PR attempts to implement a proposed restructuring of the initial/installation SM content. It does not attempt to rewrite any of this content, only attempt to change the architecture; changes to content can come in future iterations, and may be identified here for updates.
I expect there will be future changes required, but would like this to move iteratively, and can follow up with additional improvements to content as they are identified.
Current (left) vs Proposed (right) state of the docs:
Most importantly:
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).