-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
161 lines (157 loc) · 4.81 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
site_name: training.nextflow.io
site_url: https://training.nextflow.io/
repo_url: https://github.com/nextflow-io/training
repo_name: nextflow-io/training
nav:
- Home: index.md
- Basic Training:
- basic_training/index.md
- basic_training/setup.md
- basic_training/intro.md
- basic_training/rnaseq_pipeline.md
- basic_training/containers.md
- basic_training/channels.md
- basic_training/processes.md
- basic_training/operators.md
- basic_training/groovy.md
- basic_training/modules.md
- basic_training/config.md
- basic_training/executors.md
- basic_training/seqera_platform.md
- basic_training/cache_and_resume.md
- basic_training/debugging.md
- Advanced Training:
- advanced/index.md
- advanced/setup.md
- advanced/operators.md
- advanced/metadata.md
- advanced/grouping.md
- advanced/groovy.md
- advanced/structure.md
- advanced/configuration.md
- advanced/summary.md
- advanced/support.md
- Hands on:
- hands_on/index.md
- hands_on/01_datasets.md
- hands_on/02_workflow.md
- hands_on/03_setup.md
- hands_on/04_implementation.md
- help.md
theme:
name: material
custom_dir: docs/assets/overrides
language: en
logo: assets/img/nextflow-logo-white.png
favicon: assets/img/nextflow-icon.png
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
font:
text: Inter
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- navigation.footer
- navigation.tabs
- navigation.top
- navigation.tracking
- search.share
- toc.follow
icon:
repo: fontawesome/brands/github
extra_css:
- assets/stylesheets/fonts.css
- assets/stylesheets/extra.css
# Set in docs/assets/overrides/partials/copyright.html
# so that we can have links and stuff
# copyright: Seqera
extra:
analytics:
provider: google
property: G-244N3GEN75
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.
# Overridden in docs/assets/overrides/partials/social.html
# Still needs to be set to something here so that the partial is used
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/nextflowio
name: Nextflow on twitter
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
base_path: ["."]
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
title: On this page
permalink: true
plugins:
- social:
cards: !ENV [CARDS, true]
cards_color:
fill: "#58BD9F"
text: "#FFFFFF"
- enumerate-headings:
restart_increment_after:
- hands_on/01_datasets.md
- advanced/operators.md
exclude:
- index.md
- help.md
- basic_training/index.md
- hands_on/index.md
- hands_on/solutions/*md
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- build: true
default: true
locale: en
name: English
- build: true
default: false
locale: pt
name: Português
- build: true
default: false
locale: es
name: Español
- build: true
default: false
locale: fr
name: Français
reconfigure_material: true
reconfigure_search: true
- search