forked from bactopia/bactopia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (60 loc) · 1.95 KB
/
mkdocs.yml
File metadata and controls
64 lines (60 loc) · 1.95 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# pip install pygments mkdocs-material pymdown-extensions
site_name: Bactopia
site_author: Robert A. Petit III
site_description: An extensive workflow to process Illumina sequencing for bacterial genomes.
copyright: "Copyright © 2019 Robert A. Petit III. All rights reserved."
site_url: https://bactopia.github.io/
repo_url: https://github.com/bactopia/bactopia
google_analytics: ['UA-104199698-2', 'bactopia.github.io']
dev_addr: 0.0.0.0:8000
nav:
- 'Bactopia':
- 'Introduction': 'index.md'
- 'Quick Start': 'quick-start.md'
- 'Installation': 'installation.md'
- 'Tutorial': 'tutorial.md'
- 'Build Datasets': 'datasets.md'
- 'Basic Usage': 'usage-basic.md'
- 'Workflow Overview': 'workflow-overview.md'
- 'Output Overview': 'output-overview.md'
- 'Complete Usage': 'usage-complete.md'
- 'Troubleshooting': 'troubleshooting.md'
- 'Acknowledgements': 'acknowledgements.md'
- 'Bactopia Tools':
- 'Introduction': 'bactopia-tools/index.md'
- 'eggnog': bactopia-tools/eggnog.md
- 'fastani': bactopia-tools/fastani.md
- 'gtdb': bactopia-tools/gtdb.md
- 'ismapper': bactopia-tools/ismapper.md
- 'mashtree': bactopia-tools/mashtree.md
- 'phyloflash': bactopia-tools/phyloflash.md
- 'pirate': bactopia-tools/pirate.md
- 'roary': bactopia-tools/roary.md
- 'summary': bactopia-tools/summary.md
theme:
name: 'material'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
features:
- tabs
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- admonition
- toc:
permalink: true