-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (32 loc) · 829 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
37 lines (32 loc) · 829 Bytes
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
site_name: biomero-converter
site_url: https://nl-bioimaging.github.io/biomero-converter/
site_description: convert source image to OME-TIFF or OME-Zarr format
repo_name: biomero-converter
repo_url: https://github.com/NL-BioImaging/biomero-converter
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_submodules: true
show_if_no_docstring: true
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- index.md
- container.md
- main.md
- convert.md
- overview.md
- references.md
theme:
name: material
color_mode: auto
user_color_mode_toggle: true
logo: images/logo.png