docs: update enterprise documentation#2240
Conversation
TomCools
commented
Apr 15, 2026
- Enterprise features in Navbar
- Enterprise feature docs moved to their logical location (instead of all on the enterprise page)
- Various other updates.
Also move Nearby selection to it's new spot
There was a problem hiding this comment.
Pull request overview
This PR restructures and updates the documentation around commercial (Plus/Enterprise) features, moving previously Enterprise-specific content out of the removed enterprise-edition page into more logical locations and adding a new “Commercial editions” documentation section.
Changes:
- Introduces new Commercial editions docs (overview, installation, performance improvements, multistage moves) and updates nav/index to point to them.
- Moves/embeds Enterprise-only feature documentation (multi-threaded incremental solving, partitioned search, throttling best solution events, constraint profiling, nearby selection) into the relevant topic pages.
- Updates cross-references across docs from the removed Enterprise Edition page to the new locations and gates sections via
_only-*.adocincludes.
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/src/modules/ROOT/pages/using-timefold-solver/running-the-solver.adoc | Adds Enterprise-only sections for multi-threaded incremental solving, partitioned search, and throttling best-solution events; updates xrefs. |
| docs/src/modules/ROOT/pages/using-timefold-solver/modeling-planning-problems.adoc | Updates @PlanningId xref to new multi-threaded incremental solving location. |
| docs/src/modules/ROOT/pages/using-timefold-solver/benchmarking-and-tweaking.adoc | Updates xref to multi-threaded incremental solving section in running-the-solver. |
| docs/src/modules/ROOT/pages/upgrading-timefold-solver/upgrade-from-v1.adoc | Updates edition wording and xrefs for moved Enterprise-only sections. |
| docs/src/modules/ROOT/pages/responding-to-change/responding-to-change.adoc | Gates “Responding to adhoc changes” to Plus/Enterprise and updates partitioned search xref. |
| docs/src/modules/ROOT/pages/optimization-algorithms/neighborhoods.adoc | Retargets multi-threaded solving and nearby selection references to their new locations. |
| docs/src/modules/ROOT/pages/optimization-algorithms/move-selector-reference.adoc | Adds Enterprise-only “Nearby selection” content and gates multistage move selectors via includes. |
| docs/src/modules/ROOT/pages/optimization-algorithms/construction-heuristics.adoc | Updates Partitioned Search xref to running-the-solver. |
| docs/src/modules/ROOT/pages/integration/integration.adoc | Updates nearby selection reference to the new commercial docs (needs anchor fix). |
| docs/src/modules/ROOT/pages/integration/_config-properties.adoc | Retargets properties’ xrefs to new constraint profiling / multithreading / nearby selection locations. |
| docs/src/modules/ROOT/pages/frequently-asked-questions.adoc | Updates commercial editions wording and links to new commercial-editions landing page. |
| docs/src/modules/ROOT/pages/enterprise-edition/enterprise-edition.adoc | Removes the legacy Enterprise Edition page (content redistributed elsewhere). |
| docs/src/modules/ROOT/pages/constraints-and-score/understanding-the-score.adoc | Renames page title and gates content to Plus/Enterprise via include. |
| docs/src/modules/ROOT/pages/constraints-and-score/score-calculation.adoc | Gates incremental score calculation section to Enterprise via include. |
| docs/src/modules/ROOT/pages/constraints-and-score/performance.adoc | Moves constraint profiling docs here and gates to Enterprise via include (needs xref fix). |
| docs/src/modules/ROOT/pages/constraints-and-score/overview.adoc | Removes now-redundant Enterprise-only note (moved to specific sections). |
| docs/src/modules/ROOT/pages/commercial-editions/performance-improvements.adoc | New page describing Enterprise performance features (node sharing, shadow variable improvements). |
| docs/src/modules/ROOT/pages/commercial-editions/multistage-moves.adoc | New page documenting Enterprise multistage moves. |
| docs/src/modules/ROOT/pages/commercial-editions/installation.adoc | New page describing license setup and commercial artifact coordinates. |
| docs/src/modules/ROOT/pages/commercial-editions/commercial-editions.adoc | New commercial editions landing page with feature comparison (has formatting issue to fix). |
| docs/src/modules/ROOT/pages/commercial-editions/_only-plus-and-enterprise.adoc | New include snippet for Plus+Enterprise-only NOTE. |
| docs/src/modules/ROOT/pages/commercial-editions/_only-enterprise.adoc | New include snippet for Enterprise-only NOTE. |
| docs/src/modules/ROOT/pages/.index.adoc | Replaces Enterprise Edition include with Commercial editions include. |
| docs/src/modules/ROOT/nav.adoc | Adds Commercial editions section and deep-links to feature pages. |
triceo
left a comment
There was a problem hiding this comment.
Good work! Added some comments of varying importance. Copilot also has some interesting ones.
Will approve when all comments are resolved one way or another.
|
Did I miss the Quarkus blurb, or is it missing? |
…tions.adoc Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…tions.adoc Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…provements.adoc Co-authored-by: Lukáš Petrovický <lukas@petrovicky.net>
…adoc Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…solver.adoc Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Quarkus blurb will be in another PR. Don't want to linger on this too long given the amount of changes |
|
|


