-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
61 lines (59 loc) · 1.46 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
site_name: myoquant
repo_url: https://github.com/lambda-science/myoquant.md
site_url: https://lambda-science.github.io/myoquant.md/
site_description: myoquant -
site_author: Corentin Meyer
nav:
- Home: index.md
- Getting Started:
- Quickstart: quickstart/index.md
- Advanced: quickstart/advanced.md
- FAQ: quickstart/faq.md
- Examples:
- Example: examples/example.md
- API:
- myoquant: api/myoquant.md
plugins:
- mkdocstrings
- search
copyright: Maintained by <a href="https://twitter.com/corentinm_py">Corentin Meyer</a>.
theme:
name: material
favicon: icon.png
logo: icon.png
font:
text: Roboto
code: Roboto Mono
palette:
# Palette toggle for light mode
- scheme: default
primary: white
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.instant
- navigation.top
- search.suggest
- search.highlight
markdown_extensions:
- attr_list
- admonition
- tables
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true