We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe277e commit ed605f6Copy full SHA for ed605f6
1 file changed
scripts/Serve-Docs.ps1
@@ -8,4 +8,5 @@ $ErrorActionPreference = "Stop"
8
$PSNativeCommandUseErrorActionPreference = $true
9
Import-Module -Name "$PSScriptRoot\Utils.psm1"
10
11
-uv run $(Get-UvRunOptions) mkdocs serve --config-file=docs/mkdocs.yaml --strict
+# Explicit --livereload to work around https://github.com/mkdocs/mkdocs/issues/4032
12
+uv run $(Get-UvRunOptions) mkdocs serve --config-file=docs/mkdocs.yaml --livereload
0 commit comments