build: mkdocs dev script added

This commit is contained in:
Thomas Dupont
2022-08-18 14:03:17 +02:00
committed by Joachim Van Herwegen
parent ee38b99376
commit 092ed4bd44
2 changed files with 4 additions and 2 deletions

View File

@@ -102,5 +102,4 @@ nav:
- API: ./docs/" target="_blank
# To write documentation locally, execute the next line and browse to http://localhost:8000
# docker run --rm -it -p 8000:8000 -v ${PWD}/documentation:/docs squidfunk/mkdocs-material
# Alternatively, install `mkdocs` and `mkdocs-material` using `pip`, browse to the documentation folder and run `mkdocs serve`
# npm run mkdocs