Skip to main content

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 and Read with 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 typeWiki pages to update
Command modified/addedwiki/In-game/Commands/ (Area, Component, Clipboard-and-Schematics, Lasers, Race, Stats)
Component modified/addedwiki/In-game/Features/Components/<component-name>.md
Race builder modifiedwiki/In-game/Features/Race.md (workflow + runtime diagram) and wiki/In-game/Commands/Race.md (command table)
Concept modifiedwiki/In-game/Concepts/ (Colors, Conditions, Light-level, Scheduled-actions, etc.)
Sync feature modifiedwiki/In-game/Concepts/Sync.md (concept) and wiki/In-game/Concepts/Menus-hierarchy.md (UI flow ยงSyncs)
Area feature modifiedwiki/In-game/Features/Area-configuration.md or Area-creation-and-deletion.md
Config option modified/addedwiki/Installation/Config.md
Permission modified/addedwiki/Installation/Permissions.md
Schematic/clipboard modifiedwiki/Installation/Schematics.md and wiki/In-game/Commands/Clipboard-and-Schematics.md
Dependencies changedwiki/Installation/Get-started.md
CI/CD modifiedwiki/Develop/Code-structure/CI_CD.md
Development process modifiedwiki/Develop/Contribute/Development-process.md
Integration modifiedwiki/Integration/BetonQuest.md
Architecture / layer ruleswiki/Develop/Code-structure/Architecture.md
New component packageNew page wiki/In-game/Features/Components/<name>.md + sidebar entry in wiki/_sidebar.md

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.