From d3454566054178e598aec449c441542386abea15 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Thu, 30 Jan 2025 20:29:53 -0500 Subject: [PATCH] tweak api input --- docs/dotnet/docfx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dotnet/docfx.json b/docs/dotnet/docfx.json index 660aa502fd3..7eefe1a32b1 100644 --- a/docs/dotnet/docfx.json +++ b/docs/dotnet/docfx.json @@ -4,10 +4,10 @@ "src": [ { "files": [ - "Contracts/Microsoft.AutoGen.Contracts.csproj", - "Core/Microsoft.AutoGen.Core.csproj" + "src/Microsoft.AutoGen/Core/**/*.csproj", + "src/Microsoft.AutoGen/Contracts/**/*.csproj" ], - "src": "../../dotnet/src/Microsoft.Autogen/" + "src": "../../dotnet/" } ], "dest": "api",