This python code will download Keycloak's latest documentation guides from https://www.keycloak.org/documentation.html, put all the content in a single file, and convert it to epub, markdown, and any other format supported by pandoc.
So you can read the Keycloak docs on your Kindle or other ebook devices.
As a requirement, you will need pandoc
installed, please follow: https://pandoc.org/installing.html
pip install -r requirements.txt
python get_keycloak_docs.py -v --format epub --output /tmp/keycloak_docs.epub
sudo docker run -i -t --rm -v /tmp/keycloak_docs/:/output dafero/get-keycloak-docs:v2.2
Note: the resulting file will be created in
/tmp/keycloak_docs/keycloak_docs.epub
on your local machine
Enjoy! 🎉