From 539254db8c9d024eec528e925b39b0e464efe3bf Mon Sep 17 00:00:00 2001 From: Marvin <52848568+mleem97@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:01:06 +0200 Subject: [PATCH] docs(repo-inventory): improve clarity in framework project references Updated the documentation in `repo-inventory.md` to enhance clarity by simplifying the description of the framework `.csproj` file location. This change aims to provide a more straightforward reference for contributors regarding project structure. --- docs/contributors/repo-inventory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/repo-inventory.md b/docs/contributors/repo-inventory.md index 7a93ad2..13ee2f4 100644 --- a/docs/contributors/repo-inventory.md +++ b/docs/contributors/repo-inventory.md @@ -32,7 +32,7 @@ These folders typically sit **next to each other** in a developer workspace (see | Concern | Where to look | |---------|----------------| -| Framework `.csproj` | `gregCore/framework/FrikaMF.csproj` (see `gregCore/FrikaMF.sln`; a root `gregCore/FrikaMF.csproj` may exist for alternate layouts) | +| Framework `.csproj` | `gregCore/framework/FrikaMF.csproj` (solution: `gregCore/FrikaMF.sln`) | | Plugins (`FFM.Plugin.*`) — authoring | `gregExt./` (e.g. `gregExt.AssetExporter/`) | | Plugins — optional mirrors | `gregCore/plugins/greg.Plugin.*` (und ältere `FFM.Plugin.*`-Spiegel je nach Branch) | | Mod sources (`FMF.*`) | `gregMod./` |