mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
docs: update documentation layout and links for clarity
- Revised the documentation layout to reflect updated paths for various sections, including workspace, framework, plugins, mods, tools, guides, releases, reference, contributors, roadmap, topics hub, meta, and legacy. - Adjusted links to ensure they point to the correct files, enhancing navigation and accessibility within the documentation. - Improved descriptions in the Mods and Plugins sections to clarify the distinction between gameplay mods and framework plugins. This commit enhances the overall structure and usability of the documentation.
This commit is contained in:
@@ -101,4 +101,4 @@ Output lands in the standard MelonLoader `Mods/` folder as configured in the `.c
|
||||
## Sources
|
||||
|
||||
- Module path: `mods/FMF.Mod.HexLabelMod`
|
||||
- Relatedocs: [`Standalone Mods`](/wiki/wiki-import/StandaloneMods)
|
||||
- Relatedocs: [`Standalone Mods`](/wiki/legacy/wiki-import/StandaloneMods)
|
||||
|
||||
@@ -14,7 +14,7 @@ The core `FrikaMF` runtime provides:
|
||||
|
||||
## Core references
|
||||
|
||||
- [`Framework Features & Use Cases`](/wiki/wiki-import/Framework-Features-Use-Cases)
|
||||
- [`HOOKS`](/wiki/wiki-import/HOOKS)
|
||||
- [`FFI Bridge Reference`](/wiki/wiki-import/FFI-Bridge-Reference)
|
||||
- [`Mod Developer Debug`](/wiki/wiki-import/Mod-Developer-Debug)
|
||||
- [`Framework Features & Use Cases`](/wiki/legacy/wiki-import/Framework-Features-Use-Cases)
|
||||
- [`HOOKS`](/wiki/legacy/wiki-import/HOOKS)
|
||||
- [`FFI Bridge Reference`](/wiki/legacy/wiki-import/FFI-Bridge-Reference)
|
||||
- [`Mod Developer Debug`](/wiki/legacy/wiki-import/Mod-Developer-Debug)
|
||||
|
||||
@@ -6,7 +6,7 @@ description: Standalone MelonLoader gameplay mods (FMF.*) — separate from FFM
|
||||
|
||||
# Gameplay mods
|
||||
|
||||
These pages document **gameplay mods** (`FMF.*` assemblies), each repo at `gregMod.<Name>/` directly under `gregFramework/`. They are **not** the same as [FFM plugins](../plugins/index), which extend the framework inside the game process.
|
||||
These pages document **gameplay mods** (`FMF.*` assemblies), hosted under `gregMods/` in the workspace. They are **not** the same as [FFM plugins](../plugins/index.md), which extend the framework inside the game process.
|
||||
|
||||
## Mods
|
||||
|
||||
@@ -19,4 +19,4 @@ These pages document **gameplay mods** (`FMF.*` assemblies), each repo at `gregM
|
||||
## See also
|
||||
|
||||
- [Framework](./framework) — FMF runtime & plugin host
|
||||
- [Releases](../releases/index) — versioned release notes
|
||||
- [Releases](../releases/index.mdx) — versioned release notes
|
||||
|
||||
Reference in New Issue
Block a user