start documentation

This commit is contained in:
nickray 2018-09-15 16:19:09 +02:00
parent be61cc4011
commit a14e1b1344
4 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

@ -64,7 +64,6 @@ _build/
GNU\ *
Keil\ *
docs/
efm32/hw
mbedtls/

1
docs/index.md Symbolic link
View File

@ -0,0 +1 @@
../README.md

9
mkdocs.yml Normal file
View File

@ -0,0 +1,9 @@
site_name: Solo
site_author: SoloKeys
site_description: 'Documentation for the SoloKeys solo software'
repo_url: 'https://github.com/solokeyssec/solo'
copyright: 'Copyright © 2018 SoloKeys'
theme:
name: material
logo: 'images/logo.svg'

1
runtime.txt Normal file
View File

@ -0,0 +1 @@
3.6