-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (24 loc) · 626 Bytes
/
mkdocs.yml
File metadata and controls
24 lines (24 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
site_name: Enchantrix
site_description: Go encryption library and Trix file format
site_url: https://github.com/Snider/Enchantrix
repo_url: https://github.com/Snider/Enchantrix
repo_name: Snider/Enchantrix
docs_dir: docs
theme:
name: material
nav:
- Home: index.md
- Trix File Format: trix_format.md
- CLI Reference: cli.md
- Examples:
- Trix & Sigil Chaining: trix_and_sigils.md
- Hashing: hashing.md
- Checksums: checksums.md
- RSA: rsa.md
- PGP: pgp.md
- Standalone Sigils: standalone_sigils.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true