Skip to content

Commit

Permalink
Add details on how to serve the website
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 committed Sep 24, 2024
1 parent 4dfd687 commit da07b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ This is summary of docfx-utils.ps1 list members. They are described above, but t
> [!NOTE]
> The docfx-utils.ps1 script (.ps1 PowerShell scripts in general) must be run in PowerShell.
These commands do not serve the docs. Serve them by running `dotnet docfx --serve`.
These commands do not serve the docs. Serve them by running `dotnet docfx serve _site`. Note that this will not work if the documentation website has not been previously built. If the SVGs have been created, but the `_site` folder is empty and the only option that needs to be run is building the documentation pages, run `dotnet docfx --serve` to build the pages and automatically serve them.

## `dotnet docfx`

Expand Down

0 comments on commit da07b80

Please sign in to comment.