add mkdocs config
This commit is contained in:
parent
914a861b26
commit
ab10f715d4
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ __pychace__/
|
|||||||
*~
|
*~
|
||||||
*.pyc
|
*.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