generated from marchoeppner/nf-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
109 lines (101 loc) · 2.57 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
site_name: FooDMe2 Documentation
site_url: https://bio-raum.github.io/FooDMe2
site_description: Food DNA Metabarcoding analysis
site_author: Grégoire Denay and Marc Höppner
repo_url: https://github.com/bio-raum/FooDMe2
nav:
- Home:
- Welcome: index.md
- Contibuting: about/contributing.md
- Release notes: about/changelog.md
- User Guide:
- Quickstart: user_doc/quickstart.md
- Requirements: user_doc/requirements.md
- Installation: user_doc/installation.md
- Usage: user_doc/usage.md
- Pipeline: user_doc/pipeline.md
- Output: user_doc/output.md
- Methods:
- Standard methods: methods/methods.md
- Illumina Mammals and birds: methods/amniotes_dobrovolny.md
- Help:
- Migration: help/migration.md
- Troobleshooting: help/troubleshooting.md
- Developer Guide: developer.md
- About:
- Software: about/software.md
- License: about/license.md
theme:
name: material
custom_dir: docs/overrides
logo: img/pipelinelogo.png
favicon: img/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: deep orange
toggle:
icon: material/eye
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: deep orange
toggle:
icon: material/eye-outline
name: Switch to light mode
icon:
repo: fontawesome/brands/github
annotation: material/help-circle
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.path
- toc.follow
- content.code.copy
- content.code.annotate
strict: true
validation:
nav:
omitted_files: warn
not_found: warn
absolute_links: warn
links:
not_found: warn
anchors: warn
absolute_links: warn
unrecognized_links: warn
plugins:
- search
extra:
version:
provider: mike
default: latest
alias: true
markdown_extensions:
- attr_list
- def_list
- md_in_html
- tables
- toc:
toc_depth: 3
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright:
Copyrigth © GNU-GPL - 2024 Grégoire Denay and Marc Höppner