Panel/docs/REPOSITORY_STRUCTURE.md
2026-06-08 16:09:54 -05:00

27 lines
1,013 B
Markdown

# GSP Repository Structure
Workspace reference: [`GSP-WORKSPACE.md`](../../GSP-WORKSPACE.md)
This repository is the panel and documentation repository for the ecosystem.
## Top-level layout
| Path | Purpose |
| --- | --- |
| `Panel/` | Web panel modules, shared includes, config game XML, and admin tools |
| `Website/` | Public-facing site and customer content |
| `docs/` | Architecture, module, feature, and development documentation |
| `README.md` | Repository overview and entry point |
## Panel layout
- `Panel/modules/` - user/admin modules
- `Panel/includes/` - shared panel libraries
- `Panel/modules/config_games/` - XML game definitions and schema
- `Panel/modules/update/` - panel update workflow
- `Panel/modules/gamemanager/` - lifecycle and status UI
- `Panel/modules/addonsmanager/` - server content and Workshop workflows
## Documentation rule
If a change affects a module boundary, update flow, or agent contract, document it here and in the more specific architecture or feature docs.