add mkdocs config

This commit is contained in:
Jan Grewe 2020-07-27 09:49:24 +02:00
parent 914a861b26
commit ab10f715d4
2 changed files with 23 additions and 1 deletions

4
.gitignore vendored
View File

@ -3,4 +3,6 @@ __pychace__/
#*#
*~
*.pyc
.idea
.idea
_build/
docu/

20
fishbook/.mkdocs.yml Normal file
View File

@ -0,0 +1,20 @@
site_name: fishbook
repo_url: https://whale.am28.uni-tuebingen.de/git/jgrewe/fishbook
edit_uri: ""
site_author: Jan Grewe
theme: readthedocs
markdown_extensions:
- markdown_include.include
nav:
- Home: 'index.md'
- 'User Guide':
- 'configuration': 'configuration.md'
- 'getting started': 'getting_started.md'
- 'todos': 'todos.md'
- API reference: 'api/index.html'