Pochatkin commented on code in PR #2020: URL: https://github.com/apache/ignite-3/pull/2020#discussion_r1184657302
########## modules/platforms/dotnet/DEVNOTES.md: ########## @@ -42,3 +42,11 @@ Static code analysis (Roslyn-based) runs as part of the build and includes code ### Pack NuGet `dotnet pack Apache.Ignite --configuration Release --include-source --output release/nupkg` + +### Build Docs +1. `dotnet tool restore` +2. `dotnet docfx docs/docfx.json` + +Resulting docs are in `docs/_site`. + +To view them locally, run `dotnet docfx docs/docfx.json --serve`. Review Comment: Maybe --server? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
