-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
50 lines (46 loc) · 1.29 KB
/
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
41
42
43
44
45
46
47
48
49
50
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
- attr_list
- markdown_captions
- toc:
permalink: true
toc_depth: 1
nav:
- Home: index.md
- AskOmics tutorials:
- Overview tutorial: tutorial.md
- Preparing data: data.md
- Building a query: query.md
- Managing results: results.md
- Templates & forms: template.md
- SPARQL console: console.md
- Command-line interface: cli.md
- Build RDF Abstraction: abstraction.md
- Federated queries: federation.md
- AskOmics and Galaxy: galaxy.md
- AskOmics and ontologies: ontologies.md
- Abstraction overview: abstraction-overview.md
- Administrator guide:
- Deploy AskOmics: production-deployment.md
- Configure: configure.md
- Manage: manage.md
- Custom prefixes: prefixes.md
- Developer guide:
- Dev deployment: dev-deployment.md
- Contribute: contribute.md
- CI: ci.md
- Documentation: docs.md
- Bug Tracker: https://github.com/askomics/flaskomics/issues
- Project monitoring: https://github.com/askomics/flaskomics/projects
extra_css: [style.css]