From da07b804c5a99b1d71f0a05119a37a1b9ae00b21 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Tue, 24 Sep 2024 12:00:27 -0400 Subject: [PATCH] Add details on how to serve the website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be9deeb..1948a5e8 100644 --- a/README.md +++ b/README.md @@ -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`