This repository contains all files used to create the Manessia KB website. Automatic deployment happens with Netlify.
Check it out here
- Clone the repo locally and
cd
into it. - Download the docker image with
docker pull squidfunk/mkdocs-material
, then build the custom docker image withdocker build -t squidfunk/mkdocs-material .
- run
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
to start the dev server - run
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build
to build the site to /site