-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
47 lines (41 loc) · 1.01 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
site_name: Bpy Gallery
nav:
- Home: index.md
- Getting Started: n0getting_started.md
- Objects: n1objects.ipynb
- Simple data: n2data_simple.ipynb
- Attributes: n3data_attributes.ipynb
theme:
name: material
features:
# - navigation.instant
# - navigation.tracking
# - content.code.copy
palette:
- scheme: default
primary: deep orange
accent: deep orange
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: deep orange
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
plugins:
- search:
separator: '[\s\-_,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- mkdocs-jupyter