Skip to content

Files

This branch is 2 commits behind redis/jedis:master.

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