-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
50 lines (45 loc) · 1.13 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: AuriClass
site_url: https://rivm-bioinformatics.github.io/AuriClass
repo_url: https://github.com/rivm-bioinformatics/auriclass/
repo_name: rivm-bioinformatics/auriclass
edit_uri: ""
nav:
- Home: index.md
- Usage:
- Installation: installation.md
- Running an analysis: running_analysis.md
- Input & output: input_output.md
- Reference genomes: reference_genomes.md
- Full usage: full_usage.md
- Methodology: methodology.md
- Reference documentation: reference.md
- FAQ: faq.md
- Changelog: changelog.md
# Basic config theming config settings
theme:
name: material
language: en
plugins:
- search
- mkdocstrings
- mike
- table-reader
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- tables
# version provider integrated with Material theme
extra:
version:
provider: mike