forked from dhondta/python-codext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
31 lines (31 loc) · 837 Bytes
/
mkdocs.yml
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
27
28
29
30
31
site_name: "Codext - Extension of native codecs for Python"
repo_url: https://github.com/dhondta/python-codext
site_author: dhondta
docs_dir: docs
nav:
- Introduction: index.md
- Features: features.md
- 'Guess mode': guessing.md
- Encodings:
- Base: enc/base.md
- Binary: enc/binary.md
- Common: enc/common.md
- Compressions: enc/compressions.md
- Cryptography: enc/crypto.md
- Hashing: enc/hashing.md
- Languages: enc/languages.md
- Others: enc/others.md
- Steganography: enc/stegano.md
- 'String manipulations': manipulations.md
- 'CLI tool': cli.md
- 'Create your codec': howto.md
extra:
mailto: [email protected]
theme: readthedocs
extra_javascript:
- js/collapsible-navbar.js
use_directory_urls: false
markdown_extensions:
- toc:
permalink: true
- admonition