-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (54 loc) · 1.34 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
site_name: Fractal Analytics Platform
repo_url: https://github.com/fractal-analytics-platform/
repo_name: fractal-analytics-platform
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- toc:
permalink: true
- attr_list
- md_in_html
theme:
name: "material"
logo: 'assets/fractal_logo.png'
favicon: 'assets/fractal_favicon.png'
custom_dir: "docs/overrides"
features:
- content.code.annotate
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: light blue
icon:
repo: fontawesome/brands/github
plugins:
- search
- literate-nav:
nav_file: SUMMARY.md
- section-index
nav:
- Fractal: index.md
- Fractal Tasks: fractal_tasks.md
- Fractal Task Spec: tasks_spec.md
- Create a Fractal Task: build_your_own_fractal_task.md
- Fractal Image List: image_list.md
- Deploy Fractal: run_fractal.md
# Include some page, without including them in the ToC
# not_in_nav: something.md
extra_css:
- extra.css
copyright: |
© Copyright 2024
BioVisionCenter
(see <u><a href="https://github.com/fractal-analytics-platform/fractal-analytics-platform.github.io/blob/main/LICENSE">
LICENSE
</a></u>).