Initialize mkdocs for serving documentation on GitHub pages On push to ms-3 branch a workflow publishes the documentation to gh-pages which gets served by GitHub The content is based on README.md
532 B
532 B
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