flesh out docs a little

pull/11/merge
nickray 2018-09-15 17:01:43 +02:00
rodzic 301bfcc866
commit 11b5a1af92
6 zmienionych plików z 22 dodań i 2 usunięć

2
.gitignore vendored
Wyświetl plik

@ -72,4 +72,4 @@ tools/python-fido2/*
*.pem *.pem
*.bin *.bin
*.key *.key
site/

Wyświetl plik

@ -0,0 +1 @@
We are very open to contributions!

9
docs/hosting.md 100644
Wyświetl plik

@ -0,0 +1,9 @@
Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally:
- install python3 and pip
- `pip install mkdocs mkdocs-material`
- `mkdocs serve` and visit [localhost:8000](http://localhost:8000).
The file `runtime.txt` is necessary to tell Netlify to use Python3.

Wyświetl plik

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

4
docs/index.md 100644
Wyświetl plik

@ -0,0 +1,4 @@
Welcome to the technical documentation for [solokeyssec/solo](https://github.com/solokeyssec/solo).
For now, you can read the repository `README.md`, more documentation to come!

Wyświetl plik

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

Wyświetl plik

@ -4,6 +4,12 @@ site_description: 'Documentation for the SoloKeys solo software'
repo_url: 'https://github.com/solokeyssec/solo' repo_url: 'https://github.com/solokeyssec/solo'
copyright: 'Copyright © 2018 SoloKeys' copyright: 'Copyright © 2018 SoloKeys'
nav:
- Home: index.md
- README.md: repo-readme.md
- Contributing: contributing.md
- Hosting: hosting.md
theme: theme:
name: material name: material
logo: 'images/logo.svg' logo: 'images/logo.svg'