mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-10 19:19:18 +02:00
23 lines
1.3 KiB
Plaintext
23 lines
1.3 KiB
Plaintext
---
|
|
title: Workspace map
|
|
sidebar_label: Workspace map
|
|
description: How gregFramework repositories on disk map to code and documentation.
|
|
---
|
|
|
|
# Workspace map
|
|
|
|
The **gregFramework** folder groups several repositories (split layout). Use this hub before diving into a specific repo.
|
|
|
|
| Area | Folder | Role |
|
|
|------|--------|------|
|
|
| Framework core | `gregCore/` | **Framework core**: translations, hooks, runtime (Harmony/events), MelonLoader host, plugins (`FFM.Plugin.*`), templates, bridges |
|
|
| Mods | `gregMod.<Name>/` (direkt unter `gregFramework/`) | Standalone gameplay mods (`FMF.*`) |
|
|
| Extensions | `gregExt.<Name>/` (direkt unter `gregFramework/`) | Extension modules (e.g. player models) |
|
|
| Documentation | `gregWiki/` | This Docusaurus site (`docs/`) |
|
|
| Legacy / tools | `gregDataCenterExporter/` | Historical monolith; migration staging |
|
|
| Modstore / infra | `gregStore/` | **Gregweb** (private repo): Next.js app (`web/`), Docker stack (`infra/`, compose at repo root) |
|
|
| IPAM / DHCP | `gregIPAM/` | **DHCP** and **IPAM** gameplay mod (MelonLoader; in-repo project still `DHCPSwitches` / `DHCPSwitches.csproj`) |
|
|
| Misc | `gregReferences/`, `gregMeta/`, `gregInternalDocs/` | Supporting repos and notes |
|
|
|
|
**Detailed inventory** (paths, `.csproj`, hooks): [Repository inventory](../contributors/repo-inventory).
|