flesh out docs a little
This commit is contained in:
1
docs/contributing.md
Normal file
1
docs/contributing.md
Normal file
@ -0,0 +1 @@
|
||||
We are very open to contributions!
|
9
docs/hosting.md
Normal file
9
docs/hosting.md
Normal file
@ -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.
|
@ -1 +0,0 @@
|
||||
../README.md
|
4
docs/index.md
Normal file
4
docs/index.md
Normal file
@ -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!
|
||||
|
1
docs/repo-readme.md
Symbolic link
1
docs/repo-readme.md
Symbolic link
@ -0,0 +1 @@
|
||||
../README.md
|
Reference in New Issue
Block a user