prepare for mkdocs docu

This commit is contained in:
Bastian Schroll 2019-09-17 17:11:10 +02:00
parent 53a7d31797
commit 438dda48c2
6 changed files with 35 additions and 9 deletions

17
docu/docs/index.md Normal file
View file

@ -0,0 +1,17 @@
# Welcome to MkDocs
For full documentation visit [mkdocs.org](https://mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.