WIP: Add OMV section
Update mkdocs material
This commit is contained in:
parent
845722b446
commit
a420660ad6
18 changed files with 159 additions and 47 deletions
|
@ -15,6 +15,7 @@ copyright: 'Copyright © Kobol Team 2017'
|
|||
# Documentation and theme
|
||||
theme:
|
||||
name: 'material'
|
||||
language: 'en'
|
||||
favicon: './img/favicon.png'
|
||||
logo: './img/helios4_logo.png'
|
||||
custom_dir: 'theme'
|
||||
|
@ -25,9 +26,9 @@ theme:
|
|||
text: 'Roboto'
|
||||
code: 'Roboto Mono'
|
||||
|
||||
|
||||
# Options
|
||||
extra:
|
||||
logo: './img/helios4_logo.png'
|
||||
social:
|
||||
- type: 'home'
|
||||
link: 'https://kobol.io/helios4'
|
||||
|
@ -37,6 +38,8 @@ extra:
|
|||
link: 'https://facebook.com/kobol.io'
|
||||
- type: 'rss-square'
|
||||
link: 'https://blog.kobol.io'
|
||||
sd_release:
|
||||
latest: '29/11/2017'
|
||||
|
||||
# Google Analytics
|
||||
google_analytics:
|
||||
|
@ -49,7 +52,7 @@ markdown_extensions:
|
|||
- codehilite(guess_lang=false)
|
||||
- toc(permalink=true)
|
||||
|
||||
|
||||
# Page naming
|
||||
pages:
|
||||
- Introduction: 'index.md'
|
||||
- Hardware: 'hardware.md'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue