Contributing
Placeholder
Documentation
You can build and run the documentation site using the .NET CLI command below from the /docs folder.
| Command | Description |
|---|---|
dotnet clean |
Clean the docs and .NET build artifacts. |
dotnet build |
Build the docs site to the /docs/dist folder. |
dotnet run |
Build and preview the docs site in your browser. |