solo/mkdocs.yml
int3l ba4ca96253
Update mkdocs config
- adjust the copyright text
- rename and reorder some of the menu items for the sake of better SEO and user experience
2019-01-06 20:12:33 +02:00

22 lines
615 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 - 2019 SoloKeys'
nav:
- Home: index.md
- FIDO2 Implementation: fido2-impl.md
- Build instructions: building.md
- Signed update process: signed-updates.md
- Code documentation: code-overview.md
- Contributing Code: contributing.md
- Contributing Docs: documenting.md
- udev Rules: udev.md
- About: repo-readme.md
theme:
name: material
logo: 'images/logo.svg'