-
Notifications
You must be signed in to change notification settings - Fork 189
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
archive(8.2) isolation: pt 2, reviewable steps #4626
Merged
pepopowitz
merged 16 commits into
unsupported/8.2
from
pepopowitz/4527-archive-8-2/isolation-reviewable
Nov 20, 2024
Merged
archive(8.2) isolation: pt 2, reviewable steps #4626
pepopowitz
merged 16 commits into
unsupported/8.2
from
pepopowitz/4527-archive-8-2/isolation-reviewable
Nov 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Base automatically changed from
pepopowitz/4527-archive-8-2/isolation-chonky-boi
to
unsupported/8.2
November 20, 2024 15:13
Closed
…changes (not in main yet; #4624)
pepopowitz
force-pushed
the
pepopowitz/4527-archive-8-2/isolation-reviewable
branch
from
November 20, 2024 16:30
bb1f7d4
to
d5b0fa5
Compare
versioned_docs/version-8.2/guides/devops-lifecycle/integrate-web-modeler-in-ci-cd.md
Show resolved
Hide resolved
versioned_docs/version-8.2/guides/devops-lifecycle/integrate-web-modeler-in-ci-cd.md
Show resolved
Hide resolved
versioned_docs/version-8.2/guides/devops-lifecycle/integrate-web-modeler-in-ci-cd.md
Show resolved
Hide resolved
pepopowitz
commented
Nov 20, 2024
@@ -134,45 +134,6 @@ function Home() { | |||
</div> | |||
</section> | |||
)} | |||
<div className={clsx("hero hero--secondary", styles.heroBanner)}> |
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.
Removing this entire section, because only 1 of 3 links in here applies to this version.
pepopowitz
added
kind/cleanup
Issues related with clean-up the documentation
dx
Documentation infrastructure typically handled by the Camunda DX team
theme:performance
Issues related to improving performance.
labels
Nov 20, 2024
akeller
approved these changes
Nov 20, 2024
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.
This looks good, however, I just skimmed the link changes.
pepopowitz
deleted the
pepopowitz/4527-archive-8-2/isolation-reviewable
branch
November 20, 2024 21:26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dx
Documentation infrastructure typically handled by the Camunda DX team
kind/cleanup
Issues related with clean-up the documentation
theme:performance
Issues related to improving performance.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: this PR currently targets
unsupported/8.2
. These changes will not make it intomain
.Description
Part of #4527.
This PR includes the reviewable steps for isolating an 8.2 website. After this merges, I'll publish a standalone 8.2 release.
Most of the steps in this PR were automated, but the last couple are manual:
Progress
unsupported/8.2
.)When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).My changes require an Engineering review, and I've assigned the Engineering DRI or delegate.
My changes require a technical writer review, and I've assigned @camunda/tech-writers as a reviewer.
My changes require a docs infrastructure review.