diff --git a/Docs/Program.cs b/Docs/Program.cs index 5ec92adf..685e2cf7 100644 --- a/Docs/Program.cs +++ b/Docs/Program.cs @@ -15,6 +15,7 @@ } }; +// Requires docfx as a global tool. Install with "dotnet tool install -g docfx", otherwise will throw a file not found exception Process.Start(new ProcessStartInfo("http://localhost:8080") { UseShellExecute = true }); cmd.Start(); diff --git a/Docs/docfx.json b/Docs/docfx.json index b85babb9..243bdcba 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -4,9 +4,9 @@ "src": [ { "files": [ - "**.csproj" + "ChartTools.csproj" ], - "src": "../source" + "src": "../ChartTools" } ], "dest": "api",