You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "ptupitsyn (via GitHub)" <gi...@apache.org> on 2023/05/04 08:36:15 UTC

[GitHub] [ignite-3] ptupitsyn commented on a diff in pull request #2020: IGNITE-19328 .NET: Generate API documentation

ptupitsyn commented on code in PR #2020:
URL: https://github.com/apache/ignite-3/pull/2020#discussion_r1184712450


##########
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:
   `--serve` is correct: https://dotnet.github.io/docfx/



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org