chore: Plan as top-level Antora module (JTBD) - #3162
Open
gtrivedi88 wants to merge 1 commit into
Open
Conversation
gtrivedi88
requested review from
a team,
deerskindoll and
mkuznyetsov
as code owners
July 14, 2026 12:38
|
🎊 Navigate the preview: https://6a67b77a7acdb3ec586091eb--eclipse-che-docs-pr.netlify.app 🎊 |
gtrivedi88
force-pushed
the
jtbd-plan-category
branch
3 times, most recently
from
July 16, 2026 01:38
cbf98bf to
44cf014
Compare
gtrivedi88
force-pushed
the
jtbd-plan-category
branch
2 times, most recently
from
July 27, 2026 19:06
31e52f5 to
7e404a6
Compare
gtrivedi88
force-pushed
the
jtbd-plan-category
branch
5 times, most recently
from
July 27, 2026 19:43
09efde7 to
dc3c03a
Compare
Plan module: - Create modules/plan/ with nav, pages, examples, and images - Move 4 pages from admin-guide and install modules - Break running-at-scale.adoc into 3 focused concept pages: cluster-capacity-limits, etcd-storage-limits, multi-cluster-deployments - Add page-aliases for backward-compatible URLs Optimize module: - Add 3 procedure pages to reduce etcd storage pressure: configuring-automatic-cleanup-of-inactive-workspaces (DevWorkspace Pruner) disabling-workspace-ca-bundle-mount (ca-certs-merged ConfigMaps) disabling-copied-csvs (OLM namespace-scoped CSV copies) - Update optimize/nav.adoc with "Reduce etcd pressure at scale" section Plan nav links to Optimize procedures via cross-module xrefs. Zero content loss. Matches downstream devspaces-documentation structure. Co-authored-by: Cursor <cursoragent@cursor.com>
gtrivedi88
force-pushed
the
jtbd-plan-category
branch
from
July 27, 2026 19:46
dc3c03a to
e2958f0
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this pull request change?
Plan module (new)
Creates
modules/plan/as a top-level Antora module. Moves planning content from Install and Discover modules. Breaks the monolithicrunning-at-scale.adocinto 3 focused concept pages.6 pages in
modules/plan/pages/:supported-platforms.adoccalculating-che-resource-requirements.adoccluster-capacity-limits.adocetcd-storage-limits.adocmulti-cluster-deployments.adocinstalling-the-chectl-management-tool.adocOptimize module (3 new procedure pages)
Adds 3 procedures to reduce etcd storage pressure on large clusters:
configuring-automatic-cleanup-of-inactive-workspaces.adocdisabling-workspace-ca-bundle-mount.adocdisabling-copied-csvs.adocPlan nav links to these Optimize procedures via cross-module xrefs (pain + solution together in the user journey).
Also moved: 4 examples, 1 image directory.
Updated: install/nav.adoc, discover/nav.adoc, optimize/nav.adoc, antora.yml, 13+ cross-module xrefs.
Backward-compatible URLs:
:page-aliases:added forinstall:,discover:, andadministration-guide:redirects.Zero content loss. Matches downstream devspaces-documentation structure.
Made with Cursor