-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (22 loc) · 803 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (22 loc) · 803 Bytes
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
site_name: Tapirs
nav:
- Home: 'index.md'
- Setting-up-Tapirs:
- 'Installation': 'Setting-up-Tapirs/installation.md'
- 'Setup Tapirs': 'Setting-up-Tapirs/setup.md'
- 'Problem Solving': 'Setting-up-Tapirs/problem-solving.md'
- Running-Tapirs:
- 'Running Tapirs': 'Running-Tapirs/run.md'
- 'Extending the Workflow': 'Running-Tapirs/extending.md'
- 'Reproducibiility': 'Running-Tapirs/reproducibility.md'
- Tutorials:
- 'Basic blast': 'Tutorials/blast_tutorial.md'
- 'Kraken2': 'Tutorials/kraken_tutorial.md'
- 'SINTAX': 'Tutorials/sintax_tutorial.md'
- About:
- 'FAQs': 'About/faqs.md'
- 'Design': 'About/design.md'
- 'Background': 'About/background.md'
theme: readthedocs
markdown_extensions:
- admonition # this adds info box functionality