Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.09 KB

🔐 Keycloak latest official documentation (ebook)

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.

How to use this code

💻 Run it directly on your computer

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

🐋 Run it on a Container (recommended option)

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! 🎉

🔍 Find me on Docker Hub!

https://hub.docker.com/r/dafero/get-keycloak-docs