This is the source repository of Cryptomator's documentation.
We prefer contributions to our documentation to be in English, but if you wish to contribute in another language, please contact us.
- Clone this repo
- Make your changes
- Preview changes and clear errors by following our guide below
- Send us a pull request
-
Install Docker
docker compose up
The live preview will be available at: http://localhost:8000/
docker compose exec cryptomator-docs sphinx-build -M html /source /build/html
-
Install pip
-
Install sphinx, sphinx_rtd_theme, and sphinx-autobuild
pip install sphinx sphinx_rtd_theme sphinx-autobuild
make clean livehtml
make clean html