Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 492 Bytes

File metadata and controls

15 lines (11 loc) · 492 Bytes

Jedis Documentation

This documentation uses MkDocs to generate the static site.

See mkdocs.yml for the configuration.

To develop the documentation locally, you can use the included Dockerfile to build a container with all the dependencies, and run it to preview your changes:

# in docs/
docker build -t squidfunk/mkdocs-material .
# cd ..
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material