We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cf38b commit 892a1aeCopy full SHA for 892a1ae
docs/tutorial/index.md
@@ -9,6 +9,8 @@ commands.
9
10
[First steps with dcm2bids](first-steps.md){ .md-button .md-button--primary }
11
12
+[Convert multiple participants in parallel](parallel.md){ .md-button .md-button--primary }
13
+
14
---
15
16
!!! tldr "Interested in co-developing a tutorial?"
mkdocs.yml
@@ -22,6 +22,7 @@ nav:
22
- Tutorials:
23
- index: tutorial/index.md
24
- First steps: tutorial/first-steps.md
25
+ - Multiple participants in parallel: tutorial/parallel.md
26
- How-to guides:
27
- index: how-to/index.md
28
- Get help and support: how-to/get-help.md
0 commit comments