monero-docs/mkdocs.yml

34 lines
846 B
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
2017-12-23 01:35:50 +00:00
pages:
- Home: 'index.md'
2017-12-28 21:23:29 +00:00
- Technical Specs: 'technical-specs.md'
2017-12-23 01:35:50 +00:00
- Primitives:
2017-12-28 21:23:29 +00:00
- 'Base58': 'primitives/base58.md'
2017-12-23 01:35:50 +00:00
- Address:
2017-12-28 21:23:29 +00:00
- 'Standard': 'public-address/standard-address.md'
- 'Integrated': 'public-address/integrated-address.md'
- 'Subaddress': 'public-address/subaddress.md'
- 'Multisignature': 'multisignature.md'
- 'Directory': 'directory/overview.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'