Official documentation site for Cryptomator. Built with Docusaurus.
We welcome contributions! Please read our contributing guidelines for details on how to help.
npm install
npm start
Opens dev server at http://localhost:3000
with live reload.
docs/desktop/
- Desktop app documentationdocs/android/
- Android app documentationdocs/ios/
- iOS app documentationdocs/hub/
- Cryptomator Hub documentationdocs/security/
- Encryption architecture and security detailsdocs/misc/
- Additional resources
npm run build # Build static site
npm run serve # Serve built site locally
Other scripts can be found in package.json
.
Deployed to docs.cryptomator.org via GitHub Pages from the main
branch.