Woke uses the material MkDocs theme.
You can find the live site at https://docs.getwoke.tech.
See mkdocs.yml for details.
docker build -t woke-mkdocs -f docs/Dockerfile .
docker run --rm -v `pwd`:/workdir -w /workdir -p 8000:8000 woke-mkdocs
You can now access the site locally via http://localhost:8000
. Auto-reload is enabled
Any changes made to the docs
directory will be automatically deployed on merges to main
.