Add --livereload flag to mkdocs serve command

This commit is contained in:
Aevarkan
2026-04-16 22:42:24 +08:00
committed by GitHub
parent 7a3f5dee6d
commit 20dc8e937f

View File

@@ -196,7 +196,7 @@ write your documentation. The server will automatically rebuild the site upon
saving. Start it with:
``` sh
mkdocs serve # (1)!
mkdocs serve --livereload # (1)!
```
1. If you have a large documentation project, it might take minutes until