autogen/docs/dotnet/README.md
Ryan Sweet 7e1f7a762a
more dotnet doc improvements (#5559)
cleaning up the dotnet docs site, improving formatting, making the
landing page look more like the python
## Why are these changes needed?

---------

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2025-02-19 17:24:26 +00:00

384 B

How to build and run the website

Prerequisites

  • dotnet 8.0 or later

Build

Firstly, go to autogen/dotnet folder and run the following command to build the website:

dotnet tool restore
dotnet tool run docfx ../docs/dotnet/docfx.json --serve

After the command is executed, you can open your browser and navigate to http://localhost:8080 to view the website.