worshop work
This commit is contained in:
parent
0d44c65ea5
commit
3829a4a83d
92 changed files with 487 additions and 110 deletions
27
docs/REPOSITORY_STRUCTURE.md
Normal file
27
docs/REPOSITORY_STRUCTURE.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue