You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ After that, you can either:
113
113
-[Start a live server to preview the documentation as you write](https://squidfunk.github.io/mkdocs-material/creating-your-site/#previewing-as-you-write), or
114
114
115
115
```shell
116
-
mkdocs serve
116
+
mkdocs serve --livereload
117
117
```
118
118
119
119
-[Build the documentation](https://squidfunk.github.io/mkdocs-material/creating-your-site/#building-your-site)
0 commit comments