-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (67 loc) · 1.82 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
site_name: Kalculos Documentation
site_url: https://kalculos.github.io/document
site_description: "Documentations for projects from Kalculos"
site_author: "Kalculos"
repo_url: https://github.com/kalculos/document
edit_uri: '/kalculos/document/edit/main/docs'
edit_uri_template: '/kalculos/document/edit/main/docs/{path}'
theme:
name: material
features:
- content.code.copy
- content.code.select
- content.code.annotate
- content.action.edit
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- social:
cards_font: Noto Sans SC
- search
- i18n:
default_language: zh
languages:
zh: 简体中文
en: English
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html