kobol-wiki/mkdocs.yml

65 lines
1.3 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'
site_favicon: 'img/favicon.png'
# Repository
repo_name: 'Helios4 GitHub Repo'
repo_url: 'https://github.com/helios-4'
# Copyright
copyright: 'Copyright © Kobol Team 2017'
# Documentation and theme
theme: 'material'
theme_dir: 'theme'
# Options
extra:
logo: './img/helios4_logo.png'
palette:
primary: 'teal'
accent: 'pink'
font:
text: 'Roboto'
code: 'Roboto Mono'
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'
# 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)
pages:
- Introduction: 'index.md'
- Hardware: 'hardware.md'
- Software:
- U-Boot : 'uboot.md'
- Kernel : 'kernel.md'
- Linux : 'linux.md'
- OpenMediaVault : 'omv.md'
- Syncloud : 'syncloud.md'
- Starter kit : 'kit.md'
2017-10-10 18:03:56 +02:00
- Download: 'download.md'
- Install: 'install.md'
- Development: 'dev.md'
- Documents: 'docs.md'
- About: 'about.md'