kobol-wiki/mkdocs.yml
Aditya Prayoga 8d9b263f66 Move jumper and boot mode into their own page
On overview table, create link to its respective pages
2020-03-16 14:08:04 +07:00

118 lines
2.8 KiB
YAML

# Project information
site_name: 'Kobol Wiki'
site_description: 'Kobol Wiki'
site_author: 'Kobol Team'
site_url: 'https://wiki.kobol.io'
# Repository
repo_name: 'Kobol GitHub Repo'
repo_url: 'https://github.com/helios-4'
edit_uri: ''
# Copyright
copyright: 'Copyright © Kobol Innovations Pte. Ltd. 2020'
# Documentation and theme
theme:
name: 'material'
language: 'en'
favicon: './img/favicon.png'
logo: './img/kobol_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'
- 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'
disqus: 'kobol-wiki'
sd_release:
latest: '19/11/2019'
# Google Analytics
google_analytics:
- 'UA-96982596-2'
- 'auto'
# Plugins
plugins:
- search
- git-revision-date
# Extensions
markdown_extensions:
- admonition
- meta
- codehilite:
guess_lang: False
- toc:
permalink: True
- lightgallery
# Page naming
nav:
- Welcome: 'index.md'
- Helios64:
- Introduction: 'helios64/intro.md'
- Download: 'helios64/download.md'
- Install:
- Overview: 'helios64/install.md'
- Install to micro-SD : 'helios64/install-1.md'
- Install directly to eMMC : 'helios64/install-3.md'
- Hardware:
- Overview : 'helios64/hardware.md'
- Battery : 'helios64/battery.md'
- Boot Mode : 'helios64/boot_mode.md'
- Front Panel (P3): 'helios64/front-panel.md'
- GPIO (P5): 'helios64/gpio.md'
- I2C : 'helios64/i2c.md'
- Jumper: 'helios64/jumper.md'
- LED : 'helios64/led.md'
- M2 Connector (J2): 'helios64/m2.md'
- PWM Fan : 'helios64/fan.md'
- SPI : 'helios64/spi.md'
- UEXT Connector (P2): 'helios64/uext.md'
- USB : 'helios64/usb.md'
- Helios4:
- Introduction: 'helios4/intro.md'
- Kit Assembly: 'helios4/kit.md'
- Download: 'helios4/download.md'
- Install: 'helios4/install.md'
- O/S:
- Arch Linux : 'helios4/arch.md'
- Armbian : 'helios4/armbian.md'
- FreeBSD : 'helios4/freebsd.md'
- Syncloud : 'helios4/syncloud.md'
- U-Boot (bootloader) : 'helios4/uboot.md'
- Software:
- Mdadm (RAID) : 'helios4/mdadm.md'
- NextCloud : 'helios4/nextcloud.md'
- OpenMediaVault : 'helios4/omv.md'
- Hardware:
- Overview : 'helios4/hardware.md'
- CESA (HW Crypto) : 'helios4/cesa.md'
- GPIO : 'helios4/gpio.md'
- I2C (OLED) : 'helios4/i2c.md'
- LED : 'helios4/led.md'
- PWM (Fan) : 'helios4/pwm.md'
- SDIO (SD Card) : 'helios4/sdcard.md'
- SPI (NOR Flash) : 'helios4/spi.md'
- Wake-on-LAN : 'helios4/wol.md'
- Documents: 'helios4/docs.md'
- About: 'about.md'