generated from shenxiangzhuang/mppt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
96 lines (88 loc) · 2.2 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: Zh-Plot
repo_url: https://github.com/shenxiangzhuang/zhplot
repo_name: shenxiangzhuang/zhplot
site_description: Show Chinese in Figures with one line code.
site_author: Xiangzhuang Shen
copyright: Copyright © 2024 Xiangzhuang Shen
# Page tree
nav:
- Home: index.md
- Changelog: changelog.md
- Author's website: https://shenxiangzhuang.github.io/
theme:
name: material
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: cyan
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.action.edit
- content.action.view
- announce.dismiss
- content.code.annotate
- content.tabs.link
- content.tooltips
- header.autohide
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.prune
- navigation.sections
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
- content.code.annotate
docs_dir: docs
extra_javascript:
- js/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/shenxiangzhuang/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/xiangzhuang-shen-a81825157/
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums_style: pymdownx.inline
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.snippets:
url_download: true
- pymdownx.tabbed:
alternate_style: true
- abbr
- admonition
- attr_list
- footnotes
plugins:
- search