Files
gregWiki/i18n/de/docusaurus-plugin-content-docs/current/intro.md
Marvin ea92a0baf8 refactor: update project branding and structure for gregFramework
- 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 quality.
2026-04-10 01:20:22 +02:00

2.8 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 ZielgruppeNewbies, Intermediates, Professionals.

Repository-Hub

  • Workspace-Karte — Ordner → Repos
  • Framework-Kern: gregCore/FrikaMF-StandaloneRepo/ (Übersetzung, Hooks, Runtime, Templates, Bridges)
  • Mods: gregMods/ (Repos gregMod.<Name>)
  • Extensions: gregExtensions/ (Repos gregExt.<Name>)
  • Wiki: gregWiki/

Hooks und Releases

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: Der Framework-Kern ist gregCore — Übersetzung, Hooks und Runtime/Bridge-Implementierung liegen dort.
  • RustBridge: im Core unter FrikaMF-StandaloneRepo/bridges/gregSta.RustBridge/.