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:
Marvin
2026-04-10 01:40:00 +02:00
parent b37a0d9078
commit 526a9629ae
5 changed files with 21 additions and 23 deletions

View File

@@ -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