-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
70 lines (68 loc) · 1.61 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
65
66
67
68
69
70
site_name: Fundor Utilities for Django
repo_url: https://github.com/fundor333/fundor_utilities
site_url: https://fundor333.com/fundor_utilities
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: lime
accent: deep orange
-
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: teal
accent: deep orange
language: en
plugins:
- search
- mike
- tags
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- footnotes
- smarty
- toc:
permalink: True
- sane_lists
- codehilite
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
linenums: true
linenums_style: pymdownx.inline
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
version:
provider: mike
default: stable
nav:
- Home: index.md
- Views:
- "XlsxExporterView": "views/xls.md"