-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
47 lines (45 loc) · 1.14 KB
/
mkdocs.yaml
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: Qt-TreeSitterHighlighter
site_description: A tree-sitter syntax highlighter for Qt.
repo_url: https://github.com/Bzero/Qt-TreeSitterHighlighter
repo_name: Qt-TreeSitterHighlighter
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.indexes
palette:
# Light
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Dark
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
markdown_extensions:
- def_list
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
base_path: ["."]
plugins:
- search
extra_css:
- stylesheets/colors.css
- stylesheets/doxide.css
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js