-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
42 lines (38 loc) · 1.2 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
site_name: CryptoFuzz
site_author: 'Pymmdrza@gmail.com'
repo_url: 'https://github.com/Pymmdrza/cryptoFuzz'
edit_uri: '?query=root/path/docs/'
site_description: 'cryptoFuzz a fast and easy Python package for generating private keys and mnemonics, converting seeds, binary, and decimals.'
site_url: 'https://cryptofuzz.readthedocs.io'
copyright: 'Copyright © 2023, Pymmdrza'
nav:
- Home: index.md
- Use in Windows: '#windows'
- Use in Linux/Mac: '#linux--mac'
- Git: '#git'
- Bug Tracking: 'https://github.com/Pymmdrza/cryptoFuzz/issues'
- Pull Requests: 'https://github.com/Pymmdrza/cryptoFuzz/pulls'
- Source: 'https://github.com/Pymmdrza/cryptoFuzz'
- Example:
- Decimal: 'example/#decimal'
- Mnemonic: 'example/#mnemonic'
- Private Key: 'example/#private-key'
- Wif: 'example/#wif'
- Programmer And Owner: 'https://mmdrza.com'
theme:
name: readthedocs
locale: en
collapse_by_default: false
include_homepage_in_sidebar: true
features:
- navigation.tabs
- navigation.instant
plugins:
- search:
indexing: 'full'
markdown_extensions:
- smarty
- toc:
permalink: true
separator: "-"
- sane_lists