mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-10 19:19:18 +02:00
- Changed project title and tagline in docusaurus.config.js to reflect the new branding. - Updated package.json and package-lock.json to rename the project to gregwiki-docs-site. - Adjusted sidebar and documentation files to align with the new project structure and naming conventions. - Enhanced documentation content for clarity and consistency across various sections. - Added Prettier as a development dependency for code formatting. This commit aligns the project with the new branding and improves overall documentation structure.
2.4 KiB
2.4 KiB
id, title, slug, description
| id | title | slug | description |
|---|---|---|---|
| intro | gregFramework Dokumentation | /docs | Einstieg für den Split-Repo-Workspace — Core, Mods, Extensions und dieses Wiki. |
Diese Dokumentation beschreibt den aktuellen Split-Stand: gregFramework/ als Wrapper mit Einzel-Repositories für Core, Mods, Extensions und Wiki. Sie richtet sich an Spieler, Mod-Developer, Contributors und Sponsoren.
Für wen?
| Zielgruppe | Einstieg |
|---|---|
| Spieler — installieren, spielen, Troubleshooting | Endnutzer (Hub) · Endnutzer-Wiki (Import) |
| Moddevs — Mods bauen, Hooks, Debugging | Mod-Entwickler (Hub) · ModDevs-Wiki (Import) · Framework |
| Contributor — PRs, Doku, Plugins, CI | Contributors (Workflow) · Contributors-Wiki (Import) |
| Sponsorinnen & Sponsoren | Sponsors (Hub) · Sponsors (EN) · Sponsoren (DE) |
Erfahrungspfade (Einsteiger → Profis): Nach Zielgruppe → Newbies, Intermediates, Professionals.
Repository-Hub
- Core:
gregCore/FrikaMF-StandaloneRepo/ - Mods:
gregMods/(ReposgregMod.<Name>) - Extensions:
gregExtensions/(ReposgregExt.<Name>) - Wiki:
gregWiki/
Hooks und Releases
- FMF Hook-Naming —
FMF.<Domain>.…und LegacyFFM.* - FMF-Hooks-Katalog — generiert aus Core-
HookNames.cs - Release-Kanäle — Steam Workshop vs GitHub (Beta)
- MCP-Server — optionale LLM/IDE-Tools über Doku +
fmf_hooks.json
Layout (Contributors)
- Repo-Inventar — Projekt- und Repo-Übersicht
- Split-Konvention:
gregMod.<Name>,gregExt.<Name>,gregSta.<Name>
Quellenmodell
- Authoring: Inhalte liegen im gregWiki-Repo.
- Technische Wahrheit: Runtime/Bridge-Details kommen aus gregCore.
- RustBridge: im Core unter
FrikaMF-StandaloneRepo/bridges/gregSta.RustBridge/.