kobol-wiki/mkdocs.yml

116 lines
2.7 KiB
YAML
Raw Normal View History

2017-10-10 16:03:56 +00:00
# Project information
site_name: 'Kobol Wiki'
site_description: 'Kobol Wiki'
2017-10-10 16:03:56 +00:00
site_author: 'Kobol Team'
site_url: 'https://wiki.kobol.io'
# Repository
repo_name: 'Kobol GitHub Repo'
2017-10-10 16:03:56 +00:00
repo_url: 'https://github.com/helios-4'
edit_uri: ''
2017-10-10 16:03:56 +00:00
# Copyright
2020-01-03 12:45:01 +08:00
copyright: 'Copyright © Kobol Innovations Pte. Ltd. 2020'
2017-10-10 16:03:56 +00:00
# Documentation and theme
theme:
name: 'material'
language: 'en'
2017-11-20 19:13:16 +08:00
favicon: './img/favicon.png'
logo: './img/kobol_logo.png'
custom_dir: 'theme'
2017-10-10 16:03:56 +00:00
palette:
primary: 'teal'
accent: 'pink'
font:
text: 'Roboto'
code: 'Roboto Mono'
2017-11-20 19:13:16 +08:00
2017-11-20 19:13:16 +08:00
# Options
extra:
2017-10-10 16:03:56 +00:00
social:
- type: 'home'
link: 'https://kobol.io'
2017-10-10 16:03:56 +00:00
- type: 'github'
link: 'https://github.com/helios-4'
- type: 'facebook'
link: 'https://facebook.com/kobol.io'
2018-09-10 16:49:15 +08:00
- type: 'twitter'
link: 'https://twitter.com/kobol_io'
2017-10-10 16:03:56 +00:00
- type: 'rss-square'
link: 'https://blog.kobol.io'
disqus: 'kobol-wiki'
sd_release:
latest: '19/11/2019'
2017-10-10 16:03:56 +00:00
# Google Analytics
2017-10-30 23:14:49 +08:00
google_analytics:
- 'UA-96982596-2'
- 'auto'
2017-10-10 16:03:56 +00:00
# Plugins
plugins:
- search
- git-revision-date
2017-10-10 16:03:56 +00:00
# Extensions
markdown_extensions:
- admonition
- meta
- codehilite:
2019-07-17 12:04:43 +08:00
guess_lang: False
- toc:
2019-07-17 12:04:43 +08:00
permalink: True
- lightgallery
2017-10-10 16:03:56 +00:00
# Page naming
2019-07-17 12:04:43 +08:00
nav:
- Welcome: 'index.md'
- Helios64:
- Introduction: 'helios64/intro.md'
- Hardware:
- Overview : 'helios64/hardware.md'
2020-03-16 16:41:28 +07:00
- Button : 'helios64/button.md'
2020-03-27 16:25:10 +07:00
- eMMC : 'helios64/emmc.md'
- Ethernet : 'helios64/ethernet.md'
2020-04-02 16:16:15 +08:00
- Front Panel : 'helios64/front-panel.md'
- GPIO : 'helios64/gpio.md'
2020-02-19 21:21:04 +07:00
- I2C : 'helios64/i2c.md'
- Jumper: 'helios64/jumper.md'
2020-03-02 06:56:31 +07:00
- LED : 'helios64/led.md'
2020-04-02 16:16:15 +08:00
- M.2 : 'helios64/m2.md'
- PWM Fan : 'helios64/fan.md'
- SATA : 'helios64/sata.md'
- SPI : 'helios64/spi.md'
2020-04-02 16:16:15 +08:00
- UEXT : 'helios64/uext.md'
- UPS Battery : 'helios64/battery.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'
2017-10-10 16:03:56 +00:00
- About: 'about.md'