kobol-wiki/mkdocs.yml
2019-02-28 16:27:56 +08:00

85 lines
1.8 KiB
YAML

# 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: ''
# Copyright
copyright: 'Copyright © Kobol Innovations Pte. Ltd. 2019'
# Documentation and theme
theme:
name: 'material'
language: 'en'
favicon: './img/favicon.png'
logo: './img/helios4_logo.png'
custom_dir: 'theme'
palette:
primary: 'teal'
accent: 'pink'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Options
extra:
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: 'twitter'
link: 'https://twitter.com/kobol_io'
- type: 'rss-square'
link: 'https://blog.kobol.io'
sd_release:
latest: '10/02/2019'
# Google Analytics
google_analytics:
- 'UA-96982596-2'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite(guess_lang=false)
- toc(permalink=true)
- lightgallery
# Page naming
pages:
- Introduction: 'index.md'
- Kit Assembly: 'kit.md'
- Download: 'download.md'
- Install: 'install.md'
- O/S:
- Armbian : 'armbian.md'
- FreeBSD : 'freebsd.md'
- U-Boot (bootloader) : 'uboot.md'
- Software:
- Mdadm (RAID) : 'mdadm.md'
- NextCloud : 'nextcloud.md'
- OpenMediaVault : 'omv.md'
- Syncloud : 'syncloud.md'
- Hardware:
- Overview : 'hardware.md'
- CESA (HW Crypto) : 'cesa.md'
- GPIO : 'gpio.md'
- I2C (OLED) : 'i2c.md'
- LED : 'led.md'
- PWM (Fan) : 'pwm.md'
- SDIO (SD Card) : 'sdcard.md'
- SPI (NOR Flash) : 'spi.md'
- Wake-on-LAN : 'wol.md'
- Documents: 'docs.md'
- About: 'about.md'