monero-docs/mkdocs.yml

52 lines
1.5 KiB
YAML
Raw Normal View History

2017-12-22 22:11:36 +00:00
# Project information
site_name: Monero Docs
site_description: 'Unofficial Monero Documentation'
site_author: "Piotr 'Qertoip' Włodarek"
2017-12-23 01:39:51 +00:00
site_url: 'https://monerodocs.org/'
2017-12-22 22:11:36 +00:00
2018-08-18 14:55:44 +00:00
nav:
2017-12-23 01:35:50 +00:00
- Home: 'index.md'
2018-01-02 15:22:23 +00:00
- Interacting: 'interacting/overview.md'
2018-01-06 13:41:04 +00:00
- Technical specs: 'technical-specs.md'
2018-01-03 11:10:56 +00:00
- Cryptography:
2018-01-09 13:42:16 +00:00
- Introduction: 'cryptography/introduction.md'
2018-01-03 11:10:56 +00:00
- PRNG: 'cryptography/prng.md'
- 'Keccak-256': 'cryptography/keccak-256.md'
2018-01-06 13:41:04 +00:00
- Asymmetric:
2018-01-09 13:42:16 +00:00
- Introduction: 'cryptography/asymmetric/introduction.md'
- Private keys: 'cryptography/asymmetric/private-key.md'
- Public keys: 'cryptography/asymmetric/public-key.md'
- Ed25519 curve: 'cryptography/asymmetric/ed25519.md'
2018-01-11 21:52:20 +00:00
- Key image: 'cryptography/asymmetric/key-image.md'
2018-01-03 11:10:56 +00:00
# - CryptoNight PoW: 'cryptography/cryptonight.md'
2018-01-05 16:36:27 +00:00
- Base58: 'cryptography/base58.md'
2017-12-23 01:35:50 +00:00
- Address:
2018-01-02 15:22:23 +00:00
- Standard: 'public-address/standard-address.md'
- Integrated: 'public-address/integrated-address.md'
- Subaddress: 'public-address/subaddress.md'
- Multisignature: 'multisignature.md'
2017-12-23 01:35:50 +00:00
2017-12-22 22:11:36 +00:00
theme:
2017-12-23 01:35:50 +00:00
name: 'material' # 'material'
2017-12-22 22:11:36 +00:00
palette:
2017-12-23 01:35:50 +00:00
# primary: 'Deep Orange'
primary: 'Indigo'
accent: 'Indigo'
2017-12-22 22:11:36 +00:00
# logo: 'images/monero.svg'
language: 'en'
# feature:
# tabs: true
2017-12-23 01:35:50 +00:00
extra_css: ['extra.css']
2017-12-23 01:39:51 +00:00
repo_name: 'monerodocs/md'
repo_url: 'https://github.com/monerodocs/md'
2018-01-06 13:41:04 +00:00
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true