Wiki update matrix
Update the wiki when functional behaviour changesโ
The wiki/ folder is a gitignored standalone clone of the wiki repository, committed separately from the main repository. When a change affects user-visible behaviour, update the relevant wiki page(s) and commit the wiki repository independently.
โ ๏ธ File search and grep tools may not index files inside
wiki/. Use directory listing to browse andReadwith the direct path to access wiki pages (e.g.wiki/In-game/Features/Components/Bonus.md).
The full page index lives in wiki/_sidebar.md.
Change-type โ page mappingโ
| Change type | Wiki pages to update |
|---|---|
| Command modified/added | wiki/In-game/Commands/ (Area, Component, Clipboard-and-Schematics, Lasers, Race, Stats) |
| Component modified/added | wiki/In-game/Features/Components/<component-name>.md |
| Race builder modified | wiki/In-game/Features/Race.md (workflow + runtime diagram) and wiki/In-game/Commands/Race.md (command table) |
| Concept modified | wiki/In-game/Concepts/ (Colors, Conditions, Light-level, Scheduled-actions, etc.) |
| Sync feature modified | wiki/In-game/Concepts/Sync.md (concept) and wiki/In-game/Concepts/Menus-hierarchy.md (UI flow ยงSyncs) |
| Area feature modified | wiki/In-game/Features/Area-configuration.md or Area-creation-and-deletion.md |
| Config option modified/added | wiki/Installation/Config.md |
| Permission modified/added | wiki/Installation/Permissions.md |
| Schematic/clipboard modified | wiki/Installation/Schematics.md and wiki/In-game/Commands/Clipboard-and-Schematics.md |
| Dependencies changed | wiki/Installation/Get-started.md |
| CI/CD modified | wiki/Develop/Code-structure/CI_CD.md |
| Development process modified | wiki/Develop/Contribute/Development-process.md |
| Integration modified | wiki/Integration/BetonQuest.md |
| Architecture / layer rules | wiki/Develop/Code-structure/Architecture.md |
| New component package | New page wiki/In-game/Features/Components/<name>.md + sidebar entry in wiki/_sidebar.md |
Sidebarโ
When creating a new wiki page, always update wiki/_sidebar.md so the page is discoverable. The sidebar drives the wiki's left-hand navigation.