1
0
mirror of synced 2025-12-19 18:05:53 -05:00
Files
sense-installer/MKDOCS.md
Ilir Bekteshi f3a3e97618 Init mkdocs and gh workflow for publishing docs
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
2020-03-11 21:32:34 +01:00

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