-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
146 lines (141 loc) · 4.41 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
site_name: Viralgenie
repo_name: Joon-Klaps/viralgenie
repo_url: https://github.com/Joon-Klaps/viralgenie
site_url: https://joon-klaps.github.io/viralgenie/latest/
nav:
- Home:
- "Introduction": README.md
- "Installation": installation.md
- "Usage": usage.md
- "Output": output.md
- "Citations": CITATIONS.md
- Quick Start: quickstart.md
- Workflow:
- "Pipeline overview": workflow/overview.md
- "Preprocessing": workflow/preprocessing.md
- "Metagenomic diversity": workflow/metagenomic_diversity.md
- "Assembly & Polishing": workflow/assembly_polishing.md
- "Variant analysis & Iterative refinement": workflow/variant_and_refinement.md
- "Consensus evaluation": workflow/consensus_qc.md
- Parameters: "parameters.md"
- Customisation:
- "Databases": customisation/databases.md
- "Configuration": customisation/configuration.md
- Contributing: "CONTRIBUTING.md"
theme:
name: material
favicon: images/ViralGenie-nf-core-theme.png
logo: images/ViralGenie-nf-core-theme.png
palette:
- media: "(prefers-color-scheme)"
primary: custom
accent: custom
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
# scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to system preference
font:
text: "Ubuntu"
code: "Ubuntu Mono"
features:
- announce.dismiss
- content.action.edit
- content.code.annotate
- content.code.copy
- header.autohide
- navigation.footer
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.share
- search.suggest
- toc.follow
extra_css:
- stylesheets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
markdown_extensions:
- admonition
- attr_list
- def_list
- tables
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.critic
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
# plugins:
# - search
# - social:
# cards: !ENV [CARDS, true]
extra:
version:
provider: mike
analytics:
provider: google
property: G-DJ9PDTBEEC
feedback:
title: Was this page helpful?
ratings:
- icon: material/heart
name: This page was helpful
data: 1
note: >-
Thanks for your feedback, I like you too!
- icon: material/heart-broken
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
submitting an <a href="https://github.com/Joon-Klaps/viralgenie/issues/new/?labels=website%2Cdocumentation&template=website_feedback.yml&title=[Website feedback]+{title}" target="_blank" rel="noopener">issue</a>.
consent:
title: Cookie Consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/LemeyLab
- icon: fontawesome/brands/github
link: https://github.com/Joon-Klaps