forked from askomics/flaskomics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (36 loc) · 959 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: AskOmics
repo_url: https://github.com/askomics/flaskomics
edit_uri: edit/master/docs/
site_author: Xavier Garnier
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- bash
- python
- javascript
markdown_extensions:
- admonition
- toc:
permalink: true
toc_depth: 1
nav:
- Home: index.md
- AskOmics tutorials:
- Overview tutorial: tutorial.md
- Prepare data: data.md
- Build RDF Abstraction: abstraction.md
- Federated queries: federation.md
- AskOmics and Galaxy: galaxy.md
- Contribute: issues.md
- Admin :
- Deploy AskOmics: production-deployment.md
- Configure: configure.md
- Developer guide:
- Dev deployment: dev-deployment.md
- Contribute: contribute.md
- CI: ci.md
- Doc: docs.md
- Bug Tracker: https://github.com/askomics/flaskomics/issues
- Project monitoring: https://github.com/askomics/flaskomics/projects
extra_css: [style.css]