Skip to content

Commit 67f6c31

Browse files
docs: add migration guide for shadow variables (VariableListeners). (TimefoldAI#2053)
Solves part of TimefoldAI#2043 This introduces a migration guide for migrating Variable Listeners to Custom Shadow Variables (declarative). - Introduced a new subheading in the "upgrade" docs. - Introduced a new page to describe this migration in detail. --------- Co-authored-by: Christopher Chianelli <christopher@timefold.ai>
1 parent 4b89910 commit 67f6c31

4 files changed

Lines changed: 406 additions & 0 deletions

File tree

docs/src/modules/ROOT/nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@
3535
** xref:upgrading-timefold-solver/upgrade-to-latest-version.adoc[leveloffset=+1]
3636
** xref:upgrading-timefold-solver/upgrade-from-optaplanner.adoc[leveloffset=+1]
3737
** xref:upgrading-timefold-solver/backwards-compatibility.adoc[leveloffset=+1]
38+
** Migration Guides
39+
*** xref:upgrading-timefold-solver/migration-guides/variable-listeners-to-custom-shadow-variables.adoc[leveloffset=+1]
3840
* xref:enterprise-edition/enterprise-edition.adoc[leveloffset=+1]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[#migrationGuides]
2+
= Migration Guides
3+
:doctype: book
4+
:sectnums:
5+
:icons: font
6+
7+
include::variable-listeners-to-custom-shadow-variables.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)