mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 11:39:18 +02:00
- Added new items to the sidebar for 'greg-hooks-and-events' and 'greg-hooks-registry' under the Framework and Reference categories, respectively. - Enhanced the documentation layout by including references to the greg hooks registry in various guides and topics, improving accessibility to hook-related information. - Updated descriptions in the documentation to clarify the purpose and usage of the greg hooks and their registry. This commit aims to improve the visibility and usability of the greg hooks registry within the documentation.
1.3 KiB
1.3 KiB
title, sidebar_label, description
| title | sidebar_label | description |
|---|---|---|
| Mod developers | Mod developers (hub) | Getting started, mod config, debugging — curated docs for FMF mod authors. |
Mod developers
Mod authors — build your own mods (hooks, configuration, debugging). Role overview: By audience.
- Greg hooks showcase — sample mod (
GregShowcaseMod) andGregPayloadusage - greg hooks registry (IL2CPP) —
greg_hooks.json, regeneration, overlap withHarmonyPatches - System architecture & documentation principles — layer model ModManager → Framework → Plugins → Mods, priorities, wiki rules
- By audience — intermediates and professionals
- Framework overview — runtime capabilities and repo layout
- FMF hooks — hook surface (generated article)
- FMF hook naming and hooks catalog
- Contributor workshop — builds, CI, and PRs
- Mods — gameplay mods (
FMF.*) and release pages