kobol-wiki/mkdocs.yml

80 lines
1.6 KiB
YAML
Raw Normal View History

2017-10-10 18:03:56 +02:00
# Project information
site_name: 'Helios4 Wiki'
site_description: 'Helios4 Wiki'
site_author: 'Kobol Team'
site_url: 'https://wiki.kobol.io'
# Repository
repo_name: 'Helios4 GitHub Repo'
repo_url: 'https://github.com/helios-4'
edit_uri: ''
2017-10-10 18:03:56 +02:00
# Copyright
copyright: 'Copyright © Kobol Innovations Pte. Ltd. 2018'
2017-10-10 18:03:56 +02:00
# Documentation and theme
theme:
name: 'material'
language: 'en'
2017-11-20 12:13:16 +01:00
favicon: './img/favicon.png'
2017-11-20 16:40:49 +01:00
logo: './img/helios4_logo.png'
custom_dir: 'theme'
2017-10-10 18:03:56 +02:00
palette:
primary: 'teal'
accent: 'pink'
font:
text: 'Roboto'
code: 'Roboto Mono'
2017-11-20 12:13:16 +01:00
2017-11-20 12:13:16 +01:00
# Options
extra:
2017-10-10 18:03:56 +02:00
social:
- type: 'home'
link: 'https://kobol.io/helios4'
- type: 'github'
link: 'https://github.com/helios-4'
- type: 'facebook'
link: 'https://facebook.com/kobol.io'
- type: 'rss-square'
link: 'https://blog.kobol.io'
sd_release:
2018-08-27 12:37:28 +02:00
latest: '22/08/2018'
2017-10-10 18:03:56 +02:00
# Google Analytics
2017-10-30 16:14:49 +01:00
google_analytics:
- 'UA-96982596-2'
- 'auto'
2017-10-10 18:03:56 +02:00
# Extensions
markdown_extensions:
- admonition
- codehilite(guess_lang=false)
- toc(permalink=true)
- lightgallery
2017-10-10 18:03:56 +02:00
# Page naming
2017-10-10 18:03:56 +02:00
pages:
- Introduction: 'index.md'
- Hardware:
- Overview : 'hardware.md'
- GPIO : 'gpio.md'
- PWM (Fan) : 'pwm.md'
- I2C (OLED) : 'i2c.md'
- SPI (NOR Flash) : 'spi.md'
- CESA (HW Crypto) : 'cesa.md'
2018-07-19 11:44:25 +02:00
- Kit Assembly: 'kit.md'
- Install: 'install.md'
2017-10-10 18:03:56 +02:00
- Software:
- U-Boot : 'uboot.md'
2018-07-19 11:44:25 +02:00
- Armbian : 'armbian.md'
2018-07-24 17:33:27 +02:00
- Mdadm (RAID) : 'mdadm.md'
- NextCloud : 'nextcloud.md'
2017-10-10 18:03:56 +02:00
- OpenMediaVault : 'omv.md'
- Syncloud : 'syncloud.md'
- FreeBSD : 'freebsd.md'
2017-10-10 18:03:56 +02:00
- Download: 'download.md'
- Development: 'dev.md'
- Documents: 'docs.md'
- About: 'about.md'