monero-docs/mkdocs.yml

61 lines
1.8 KiB
YAML
Raw Normal View History

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'
- Interacting:
2018-10-28 18:05:01 +00:00
- Download: 'interacting/download-monero-binaries.md'
- Verify: 'interacting/verify-monero-binaries.md'
- Overview: 'interacting/overview.md'
- monerod: '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'
- Private keys: 'cryptography/asymmetric/private-key.md'
- Public keys: 'cryptography/asymmetric/public-key.md'
- 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:
- Main: 'public-address/main-address.md'
2018-01-02 15:22:23 +00:00
- Subaddress: 'public-address/subaddress.md'
- 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:
name: 'material'
2017-12-22 22:11:36 +00:00
palette:
# primary: 'Indigo'
2017-12-23 01:35:50 +00:00
# primary: 'Deep Orange'
# primary: 'Orange'
primary: 'White'
2017-12-23 01:35:50 +00:00
accent: 'Indigo'
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
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