Skip to content

Commit 20dc8e9

Browse files
authored
Add --livereload flag to mkdocs serve command
1 parent 7a3f5de commit 20dc8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/creating-your-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ write your documentation. The server will automatically rebuild the site upon
196196
saving. Start it with:
197197

198198
``` sh
199-
mkdocs serve # (1)!
199+
mkdocs serve --livereload # (1)!
200200
```
201201

202202
1. If you have a large documentation project, it might take minutes until

0 commit comments

Comments
 (0)