-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
93 lines (87 loc) · 2.38 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
site_name: image2image
site_url: https://github.com/vandeplaslab/image2image-docs
site_author: Lukasz Migas
site_description: >-
Suite of tools for image registration and visualisation.
# Repository
repo_name: vandeplaslab/image2image-docs
repo_url: https://github.com/vandeplaslab/image2image-docs
# Copyright
copyright: Copyright © 2023 - present Van de Plas lab
extra_css:
- assets/css/extra.css
theme:
name: material
logo: assets/icon.svg
favicon: assets/icon.svg
palette:
- scheme: default
primary: grey
accent: green
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: amber
accent: yellow
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.top
- navigation.tabs
- navigation.expand
- search.highlight
- search.suggest
- toc.integrate
- toc.follow
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- changelog
- attr_list
- md_in_html
- pymdownx.keys
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- autorefs
- minify:
minify_html: true
- glightbox
- offline
nav:
- Home: index.md
- Viewer apps:
- Viewer app: apps/viewer.md
- Sync app (not available yet): apps/na.md
- Volume app (not available yet): apps/na.md
- Registration apps:
- Register app: apps/register.md
- Elastix app: apps/elastix.md
- Valis app: apps/valis.md
- Utility apps:
- Crop app: apps/crop.md
- Convert app: apps/convert.md
- Merge app: apps/merge.md
- Fusion app: apps/fusion.md
- Dialogs:
- Dataset selection: dialogs/dataset-selection.md
- Channel selection: dialogs/channel-selection.md
- Transformation selection: dialogs/transformation-selection.md
- Export masks: dialogs/export-masks.md
- Fiducials table: dialogs/fiducials-table.md
- Generate fiducials: dialogs/generate-fiducials.md
- Initial transformation: dialogs/initial-transform.md
- Mask maker: dialogs/mask-maker.md
- Requests/Bug reports: request.md
- Planned features: planned.md
- Changelog: changelog.md