Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 532 Bytes

MKDOCS.md

File metadata and controls

23 lines (16 loc) · 532 Bytes

Qlik Sense installer documentation

Local development of documentation

Documentation is built using mkdocs and uses Material for MKDocs theme

Requirements: Python and PIP or Docker

pip install mkdocs
pip install mkdocs-material

View live changes locally at http://localhost:8000

mkdocs serve

Docker

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material