This page explains how the wiki is built behind the scenes. The structure is designed to be simple, predictable and easy to expand. Every page follows the same layout and uses the same neon‑dark styling.
The wiki uses a clean and organized folder structure. Each section of the wiki has its own directory, and every page is stored as a standalone file.
/wiki/
css/
neon-dark.css
pages/
welcome.php
overview.php
structure.php
(other documentation pages)
images/
(screenshots, diagrams)
Every page in the wiki follows the same format:
.page and .card elementsThe structure is intentionally simple. No loaders, no dynamic routing, no complex frameworks — just clean, readable files.
To add a new page, simply:
.php file in the /pages/ folder