monero-docs/mkdocs.yml

33 lines
808 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'
- Technical Specs: 'Technical-Specs.md'
- Primitives:
- 'Base 58': 'primitives/Base58.md'
- Address:
- 'Standard': 'public-address/Standard-Address.md'
- 'Integrated': 'public-address/Integrated-Address.md'
- 'Subaddress': 'public-address/Subaddress.md'
- 'Multisignature': 'Multisignature.md'
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'