File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ mkdocs serve # (1)
144
144
145
145
1 . If you have a large documentation project, it might take minutes until
146
146
MkDocs has rebuilt all pages for you to preview. If you're only interested
147
- in the current page, the ` --dirtyreload ` flag will make rebuilds much
148
- faster:
147
+ in the current page, the [ ` --dirtyreload ` ] [ --dirtyreload ] flag will make
148
+ rebuilds much faster:
149
149
150
150
```
151
151
mkdocs serve --dirtyreload
@@ -169,6 +169,7 @@ Point your browser to [localhost:8000][live preview] and you should see:
169
169
170
170
[![Creating your site]][Creating your site]
171
171
172
+ [--dirtyreload]: https://www.mkdocs.org/about/release-notes/#support-for-dirty-builds-990
172
173
[live preview]: http://localhost:8000
173
174
[Creating your site]: assets/screenshots/creating-your-site.png
174
175
You can’t perform that action at this time.
0 commit comments