-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
52 lines (45 loc) · 1.15 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
site_name: membrain-seg
site_url: https://teamtomo.org/membrain-seg
site_author: teamtomo
site_description: >-
Membrane segmentation in cryo-electron tomography data.
repo_name: teamtomo/membrain-seg
repo_url: https://github.com/teamtomo/membrain-seg
edit_uri: edit/main/docs/
copyright: Copyright © 2022 - 2022 teamtomo
# Custom navigation can be specified but isn't strictly necessary
#nav:
# - Overview: index.md
# - Section:
# - Title: directory/file.md
theme:
icon:
logo: material/cube-outline
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
features:
- navigation.instant
- search.highlight
- search.suggest
- content.tabs.link
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
- pymdownx.arithmatex:
generic: true
plugins:
- search