From 73e8010a5b798467e1ee5db6886cd6e53a16ccbc Mon Sep 17 00:00:00 2001 From: Ben H Date: Sat, 23 Mar 2024 10:36:33 -0400 Subject: [PATCH] including PlayPlayMini.GraphicsExtensions in docfx docs --- Docs/docfx.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" }