blob: a57ab2f9375a2b0d6ac8fa9049ac08135ca825cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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'
|