Skip to content

Files

Latest commit

 

History

History

docs

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