Skip to content

Commit 6b1330a

Browse files
Added strict mode for mkdocs serve
1 parent 486aef0 commit 6b1330a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ pip3 install -r requirements.txt
5959
mkdocs serve
6060
```
6161

62+
If you want to catch potential issues, such as broken links or missing resources, you can run the development server in strict mode:
63+
64+
```bash
65+
mkdocs serve --strict
66+
```
67+
6268
##### 4.2 Once the server is running, open your browser and visit http://127.0.0.1:8000.
6369

6470
### Option 2: Use a Docker container

0 commit comments

Comments
 (0)