diff --git a/Docs/docfx.json b/Docs/docfx.json index 5001fc8..b1ae44f 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -7,7 +7,13 @@ "files": [ "**/*.csproj" ] - } + }, + { + "src": "../BenMakesGames.PlayPlayMini.GraphicsExtensions", + "files": [ + "**/*.csproj" + ] + }, ], "dest": "api" }