forked from BodenmillerGroup/ImcSegmentationPipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (27 loc) · 743 Bytes
/
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
theme:
name: material
palette:
primary: teal
accent: teal
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/BodenmillerGroup/ImcSegmentationPipeline
repo_name: BodenmillerGroup/ImcSegmentationPipeline
use_directory_urls: false
plugins:
- search
site_name: IMC Segmentation Pipeline
nav:
- Home: index.md
- Pre-processing: prepro.md
- Ilastik training: ilastik.md
- Cell segmentation: segmentation.md
- Cell measurement: measurement.md
- Output files: output.md
markdown_extensions:
- footnotes
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg