-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
105 lines (96 loc) · 2.66 KB
/
mkdocs.yml
File metadata and controls
105 lines (96 loc) · 2.66 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
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
site_name: Node-RED + Seqera
site_description: A set of Node-RED nodes for interacting with Seqera Platform
site_author: Seqera
site_url: https://seqeralabs.github.io/node-red-seqera/
repo_name: seqeralabs/node-red-seqera
repo_url: https://github.com/seqeralabs/node-red-seqera
edit_uri: edit/main/docs/
nav:
- Home: index.md
- installation.md
- Node-RED fundamentals: getting_started.md
- Seqera nodes:
- seqera_nodes/configuration.md
- seqera_nodes/launch_workflow.md
- seqera_nodes/monitor_workflow.md
- seqera_nodes/poll_workflows.md
- seqera_nodes/add_dataset.md
- seqera_nodes/list_files.md
- seqera_nodes/poll_files.md
- seqera_nodes/add_studio.md
- seqera_nodes/monitor_studio.md
- Examples:
- examples/index.md
- examples/01-simple-launch-monitor.md
- examples/02-launch-on-file-upload.md
- examples/03-auto-resume-on-failure.md
- examples/04-rnaseq-differential-abundance.md
- examples/05-studio-slack-webhook.md
- contributing.md
theme:
name: material
logo: img/node-red-seqera.svg
favicon: img/favicon.svg
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.top
- navigation.path
- search.suggest
- search.highlight
- search.share
- toc.follow
- content.action.edit
- content.code.annotate
- content.code.copy
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: custom
accent: custom
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to automatic mode
extra_css:
- customisation/extra.css
plugins:
- search
- glightbox:
manual: true
markdown_extensions:
- admonition
- attr_list
- def_list
- 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
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.critic
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true