Skip to content

Commit

Permalink
Update project reference in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoxyBear committed Jan 4, 2024
1 parent c1e45d3 commit 1cadc78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Docs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"src": [
{
"files": [
"**.csproj"
"ChartTools.csproj"
],
"src": "../source"
"src": "../ChartTools"
}
],
"dest": "api",
Expand Down

0 comments on commit 1cadc78

Please sign in to comment.