kobol-wiki/mkdocs.yml

145 lines
3.8 KiB
YAML
Raw Permalink Normal View History

2017-10-10 18:03:56 +02:00
# Project information
site_name: 'Kobol Wiki'
site_description: 'Kobol Wiki'
2017-10-10 18:03:56 +02:00
site_author: 'Kobol Team'
2020-11-12 04:42:20 +01:00
site_url: 'https://wiki.kobol.io/'
2017-10-10 18:03:56 +02:00
# Repository
repo_name: 'Kobol GitHub Repo'
2020-04-21 06:12:14 +02:00
repo_url: 'https://github.com/kobol-io'
edit_uri: ''
2017-10-10 18:03:56 +02:00
# Copyright
2021-04-05 09:23:31 +02:00
copyright: 'Copyright © Kobol Innovations Pte. Ltd. 2021'
2017-10-10 18:03:56 +02:00
# Documentation and theme
theme:
name: 'material'
language: 'en'
favicon: 'img/favicon.png'
logo: 'img/kobol_logo.svg'
icon:
repo: 'fontawesome/brands/git-alt'
custom_dir: 'theme'
features:
- tabs
2017-10-10 18:03:56 +02:00
palette:
primary: 'white'
2017-10-10 18:03:56 +02:00
font:
text: 'Roboto'
code: 'Roboto Mono'
2017-11-20 12:13:16 +01:00
extra_css:
- css/extra.css
2017-11-20 12:13:16 +01:00
# Options
extra:
2017-10-10 18:03:56 +02:00
social:
- icon: 'fontawesome/solid/home'
link: 'https://kobol.io'
- icon: 'fontawesome/brands/github'
2020-04-21 06:12:14 +02:00
link: 'https://github.com/kobol-io'
- icon: 'fontawesome/brands/facebook'
2017-10-10 18:03:56 +02:00
link: 'https://facebook.com/kobol.io'
- icon: 'fontawesome/brands/twitter'
2018-09-10 10:49:15 +02:00
link: 'https://twitter.com/kobol_io'
- icon: 'fontawesome/solid/rss-square'
2017-10-10 18:03:56 +02:00
link: 'https://blog.kobol.io'
disqus: 'kobol-wiki'
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
# Plugins
plugins:
- search
- git-revision-date-localized
2017-10-10 18:03:56 +02:00
# Extensions
markdown_extensions:
- admonition
- meta
- codehilite:
2019-07-17 06:04:43 +02:00
guess_lang: False
- toc:
2019-07-17 06:04:43 +02:00
permalink: True
- pymdownx.tabbed
2019-07-17 06:04:43 +02:00
- lightgallery
2017-10-10 18:03:56 +02:00
# Page naming
2019-07-17 06:04:43 +02:00
nav:
2020-09-24 09:20:21 +02:00
- Home: 'index.md'
- Helios64:
- Introduction: 'helios64/intro.md'
2020-08-23 08:13:18 +02:00
- Kit Assembly: 'helios64/kit.md'
- Download: '/download/#helios64'
- Install:
- Preliminary : 'helios64/install/preliminary.md'
- eMMC Install : 'helios64/install/emmc.md'
- SDcard Install : 'helios64/install/sdcard.md'
- First Start : 'helios64/install/first-start.md'
- Transfer Installed OS: 'helios64/install/transfer.md'
- Recovery :
- Recovery Mode: '/helios64/button/#recovery-button'
- Maskrom Mode: 'helios64/maskrom.md'
- Software:
- ZFS:
- Install ZFS: 'helios64/software/zfs/install-zfs.md'
- Docker with ZFS: 'helios64/software/zfs/docker-zfs.md'
- LXD with ZFS: 'helios64/software/zfs/lxd-zfs.md'
- Build ZFS: 'helios64/software/zfs/build-zfs.md'
2020-02-12 10:46:55 +01:00
- Hardware:
- Overview: 'helios64/hardware.md'
- Button: 'helios64/button.md'
- Ethernet: 'helios64/ethernet.md'
- Front Panel: 'helios64/front-panel.md'
- GPIO: 'helios64/gpio.md'
- I2C: 'helios64/i2c.md'
- Jumper: 'helios64/jumper.md'
- LED: 'helios64/led.md'
- M.2: 'helios64/m2.md'
2020-10-29 12:05:19 +01:00
- Power Management:
2020-10-28 10:56:44 +01:00
- PMIC: 'helios64/pmic.md'
2020-10-29 12:05:19 +01:00
- Auto Power-On: 'helios64/auto_poweron.md'
2020-10-28 10:56:44 +01:00
- UPS Battery: 'helios64/ups.md'
- PWM Fan: 'helios64/pwm.md'
- RTC: 'helios64/rtc.md'
- SATA: 'helios64/sata.md'
- SPI: 'helios64/spi.md'
- UEXT: 'helios64/uext.md'
- USB: 'helios64/usb.md'
2020-08-11 12:44:29 +02:00
- Documents: 'helios64/docs.md'
2020-11-05 04:20:28 +01:00
- Troubleshooting: 'helios64/troubleshoot.md'
- Helios4:
- Introduction: 'helios4/intro.md'
- Kit Assembly: 'helios4/kit.md'
- Download: '/download/#helios4'
- 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'
- Forum:
- Kobol Club: 'https://forum.armbian.com/clubs/5-kobol-forum/'
2020-09-24 09:20:21 +02:00
- Download: 'download.md'
- About: 'about.md'