2017-12-22 22:11:36 +00:00
|
|
|
# Project information
|
2018-08-27 11:25:47 +00:00
|
|
|
site_name: Monero Documentation
|
2017-12-22 22:11:36 +00:00
|
|
|
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-09-07 20:21:19 +00:00
|
|
|
- Interacting:
|
|
|
|
- Overview: 'interacting/overview.md'
|
|
|
|
- monerod:
|
|
|
|
- Overview: 'interacting/monerod/overview.md'
|
2018-09-08 16:54:29 +00:00
|
|
|
- Reference: 'interacting/monerod/reference.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'
|
2018-01-07 16:47:12 +00:00
|
|
|
- Private keys: 'cryptography/asymmetric/private-key.md'
|
|
|
|
- Public keys: 'cryptography/asymmetric/public-key.md'
|
2018-08-20 15:17:45 +00:00
|
|
|
- Edwards25519 curve: 'cryptography/asymmetric/edwards25519.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-08-26 20:42:44 +00:00
|
|
|
- Main: 'public-address/main-address.md'
|
2018-01-02 15:22:23 +00:00
|
|
|
- Subaddress: 'public-address/subaddress.md'
|
2018-08-26 17:50:18 +00:00
|
|
|
- Integrated: 'public-address/integrated-address.md'
|
2018-01-02 15:22:23 +00:00
|
|
|
- Multisignature: 'multisignature.md'
|
2018-09-21 14:45:07 +00:00
|
|
|
- Infrastructure:
|
|
|
|
- Mainnet, stagenet, testnet: 'infrastructure/networks.md'
|
|
|
|
- MoneroPulse: 'infrastructure/monero-pulse.md'
|
2017-12-23 01:35:50 +00:00
|
|
|
|
2017-12-22 22:11:36 +00:00
|
|
|
theme:
|
2018-10-19 15:30:00 +00:00
|
|
|
name: 'material'
|
2017-12-22 22:11:36 +00:00
|
|
|
palette:
|
2018-10-19 15:30:00 +00:00
|
|
|
# primary: 'Indigo'
|
2017-12-23 01:35:50 +00:00
|
|
|
# primary: 'Deep Orange'
|
2018-10-19 15:30:00 +00:00
|
|
|
# primary: 'Orange'
|
|
|
|
primary: 'White'
|
2017-12-23 01:35:50 +00:00
|
|
|
accent: 'Indigo'
|
2018-10-19 15:30:00 +00:00
|
|
|
logo: 'images/monero.svg'
|
2017-12-22 22:11:36 +00:00
|
|
|
language: 'en'
|
|
|
|
# feature:
|
|
|
|
# tabs: true
|
2017-12-23 01:35:50 +00:00
|
|
|
|
2018-09-19 15:25:52 +00:00
|
|
|
extra_css: ['extra.css', 'overrides.css']
|
2017-12-23 01:35:50 +00:00
|
|
|
|
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
|