24 lines
736 B
YAML
24 lines
736 B
YAML
site_name: Solo
|
|
site_author: SoloKeys
|
|
site_description: 'Documentation for the SoloKeys solo software'
|
|
site_url: 'https://docs.solokeys.io/solo/'
|
|
repo_url: 'https://github.com/solokeys/solo'
|
|
repo_name: 'solokeys/solo'
|
|
copyright: 'Copyright © 2018-2019 SoloKeys'
|
|
|
|
nav:
|
|
- Home: solo/index.md
|
|
- README.md: solo/repo-readme.md
|
|
- FIDO2 Implementation: solo/fido2-impl.md
|
|
- Signed update process: solo/signed-updates.md
|
|
- Building: solo/building.md
|
|
- Code documentation: solo/code-overview.md
|
|
- Contributing Code: solo/contributing.md
|
|
- Contributing Docs: solo/documenting.md
|
|
- What the udev?!: solo/udev.md
|
|
|
|
theme:
|
|
name: material
|
|
logo: 'solo/images/logo.svg'
|
|
favicon: 'solo/images/favicon.ico'
|