-
Notifications
You must be signed in to change notification settings - Fork 81
/
mkdocs.yml
134 lines (127 loc) · 3.36 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
# Project info
site_name: dcm2bids documentation
site_url: https://UNFmontreal.github.io/Dcm2Bids/
site_description: >-
This is the documentation for dcm2bids, a community-centered project that
aims to be an easy-to-use tool to automate the process of 1- converting
DICOM files to NIfTI files with dcm2niix and 2- reorganising NIfTI files
into the Brain Imaging Data Structure (BIDS).
# site_author:
# Repo info
repo_name: UNFmontreal/dcm2bids
repo_url: https://github.com/UNFmontreal/Dcm2Bids
edit_uri: blob/master/
# custom navbar order
nav:
- Home: index.md
- Get started:
- index: get-started/index.md
- Installation: get-started/install.md
- Tutorials:
- index: tutorial/index.md
- First steps: tutorial/first-steps.md
- Multiple participants in parallel: tutorial/parallel.md
- How-to guides:
- index: how-to/index.md
- Get help and support: how-to/get-help.md
- Use main commands: how-to/use-main-commands.md
- Create a config file: how-to/create-config-file.md
- Use advanced commands: how-to/use-advanced-commands.md
- Use container images: how-to/container.md
- Upgrade dcm2bids: upgrade.md
- Contribute to dcm2bids: how-to/contributing.md
- Changelog:
- changelog/index.md
- API Reference: dcm2bids
- Code of conduct: code_of_conduct.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.caret
- pymdownx.emoji
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.keys
- pymdownx.details
- pymdownx.highlight:
linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
# check_paths: true
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- footnotes
- toc:
permalink: "⚓︎"
# Configuration
theme:
language: en
name: material
custom_dir: docs_helper/templates
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- toc.follow
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
primary: custom
scheme: default
toggle:
icon: material/brightness-6
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/brightness-5
name: Switch to light mode
extra_css:
- assets/extra.css
# extra_javascript:
# - assets/..
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/UNFmontreal/Dcm2Bids
name: dcm2bids on GitHub
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/unfmontreal/dcm2bids
name: dcm2bids on docker
version:
provider: mike
default: latest
alias_type: symlink
redirect_template: null
canonical_version: latest
version_selector: true
plugins:
- search
- git-revision-date-localized:
type: timeago
enable_creation_date: true
fallback_to_build_date: true
# - git-authors