-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
56 lines (48 loc) · 1.13 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
site_name: fidder
site_url: https://teamtomo.org/fidder
site_author: teamtomo
site_description: >-
Documentation for fidder: detect and segment fiducials in cryo-EM images.
repo_name: teamtomo/fidder
repo_url: https://github.com/teamtomo/fidder
edit_uri: edit/main/docs/
copyright: Copyright © 2022 - 2022 teamtomo
nav:
- index.md
# - Usage:
# - usage/python.md
# - usage/command_line.md
theme:
icon:
logo: material/cube-outline
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
features:
- navigation.instant
- navigation.expand
- 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:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- md_in_html
- pymdownx.arithmatex:
generic: true
plugins:
- search
extra_css:
- stylesheets/extra.css