site_name: gocryptfs theme: name: readthedocs # https://www.mkdocs.org/user-guide/customizing-your-theme/#using-the-theme-custom_dir custom_dir: custom_theme highlightjs: False logo: img/gocryptfs-logo.paths-white.svg navigation_depth: 1 extra_css: - style.css plugins: [] nav: - Home: index.md - Quickstart: quickstart.md - Compile from Source: compile.md - Cryptography: forward_mode_crypto.md - Reverse Mode Cryptography: reverse_mode_crypto.md - Threat Model: threat_model.md - Comparison with Other Projects: comparison.md - Signed Releases: releases.md - Source Code Mirrors: mirrors.md - Contribute: contribute.md - 'Download Binaries ➚': 'https://github.com/rfjakob/gocryptfs/releases' - 'Changelog ➚': 'https://github.com/rfjakob/gocryptfs#changelog' - 'Man Page ➚': 'https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE.md' - 'Wiki ➚': 'https://github.com/rfjakob/gocryptfs/wiki'