solo/mkdocs.yml
2018-09-17 23:32:01 +02:00

18 lines
447 B
YAML

site_name: Solo
site_author: SoloKeys
site_description: 'Documentation for the SoloKeys solo software'
repo_url: 'https://github.com/solokeyssec/solo'
repo_name: 'solokeyssec/solo'
copyright: 'Copyright © 2018 SoloKeys'
nav:
- Home: index.md
- README.md: repo-readme.md
- Contributing Code: contributing.md
- Contributing Docs: documenting.md
- What the udev?!: udev.md
theme:
name: material
logo: 'images/logo.svg'