mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
2.7 KiB
2.7 KiB
id, title, slug
| id | title | slug |
|---|---|---|
| intro | FrikaMF Docs Start | /docs |
This documentation matches the current monorepo: MelonLoader framework under framework/, gameplay mods under mods/, FFM plugins under plugins/, Docusaurus content in docs/, and the wiki app in wiki/. It is written for players, mod developers, contributors, and sponsors — pick a lane below.
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.
Mods Hub
- Framework entry:
Framework - Standalone / mod list:
Standalone Mods
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 — projects, solution scope, entry points
- Monorepo target layout — phased migration goals
Source model
- Authoring: Markdown and MDX live in the repo-root
docs/folder (this tree). See thedocs/layout map for what lives where (curated topics vswiki-import/vswiki/stubs). - Site: The Docusaurus application is in
wiki/; routes use base/wiki(see Docusaurus workflow). - Legacy GitHub Wiki: Mirrored under
docs/wiki-import/; refresh from.wiki/withnpm run wiki:refreshinwiki/. Details: Legacy wiki import.