/docs

Cryptomator Documentation

Primary LanguagePythonCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Documentation Status

Cryptomator Documentation

This is the English Cryptomator documentation.

If you want to contribute documentation in different languages, please let us know.

Contributing

  • Install Sphinx (pip install sphinx sphinx_rtd_theme)
  • Fork this repo
  • Make your changes
  • Preview changes (make clean html)
  • Send us a pull request

For a live preview on a local server, install sphinx-autobuild and execute make clean livehtml.