mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
- Move markdown and wiki-import tree into docs/; keep app shell at repo root - Point docusaurus docs path to docs/; edit links to mleem97/gregWiki - Sync and i18n scripts use gregWiki root and ../.wiki under gregFramework - Sidebars: workspace layout from root docs ids; plugins under mods/extensions - Fix redirects, module catalog URLs, release note paths, and wiki-import category keys - Update repo inventory for split repos; Dockerfile for single-repo context Made-with: Cursor
2.3 KiB
2.3 KiB
id, title, slug
| id | title | slug |
|---|---|---|
| intro | FrikaMF Docs Start | /docs |
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? — Who is this for?
| Audience | Start here |
|---|---|
| Spieler — install, play, troubleshoot | End users (hub) · End user wiki (import) |
| Moddevs — build mods, hooks, debugging | Mod developers (hub) · ModDevs wiki (import) · Framework |
| Contributor — PRs, docs, plugins, CI | Contributors (workflow) · Contributors wiki (import) |
| Sponsorinnen & Sponsoren — support & transparency | Sponsors (hub) · Sponsors (EN) · Sponsoren (DE) |
Experience tracks (newbies → pros): By audience → Newbies, Intermediates, Professionals.
Repository Hub
- Core:
gregCore/FrikaMF-StandaloneRepo/ - Mods:
gregMods/(ReposgregMod.<Name>) - Extensions:
gregExtensions/(ReposgregExt.<Name>) - Wiki:
gregWiki/
Hooks and releases
- FMF hook naming —
FMF.<Domain>.…and legacyFFM.* - FMF hooks catalog — generated from
framework/FrikaMF/HookNames.cs - Release channels — Steam Workshop vs GitHub (beta)
- MCP server — LLM/IDE tools over docs +
fmf_hooks.json(optional Docker bundle)
Repository layout (contributors)
- Repo inventory — aktuelle Projekt-/Repo-Übersicht
- Split-Konvention:
gregMod.<Name>,gregExt.<Name>,gregSta.<Name>
Source model
- Authoring: Inhalte liegen im
gregWiki-Repo. - Core source of truth: technische Runtime-/Bridge-Details kommen aus
gregCore. - RustBridge: ist im Core integriert unter
FrikaMF-StandaloneRepo/bridges/gregSta.RustBridge/.