add mkdocs config
This commit is contained in:
parent
914a861b26
commit
ab10f715d4
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,4 +3,6 @@ __pychace__/
|
||||
#*#
|
||||
*~
|
||||
*.pyc
|
||||
.idea
|
||||
.idea
|
||||
_build/
|
||||
docu/
|
20
fishbook/.mkdocs.yml
Normal file
20
fishbook/.mkdocs.yml
Normal 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'
|
Loading…
Reference in New Issue
Block a user