-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
65 lines (64 loc) · 1.39 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
site_name: ECPPH Documents
repo_url: https://github.com/QuantumLS-Studio/ECPPH
repo_name: QuantumLS-Studio/ECPPH
edit_uri: edit/main/doc/
copyright: Copyright © 2022 - 2024 QuantumLS-Studio
theme:
name: material
language: zh
features:
- content.action.edit
- search.suggest
- search.highlight
- navigation.tabs
- navigation.tabs.sticky
- header.autohide
- navigation.footer
icon:
repo: fontawesome/brands/git-alt
edit: material/pencil
view: material/eye
palette:
# Light mode
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/toggle-switch
name: Dark mode
# Dark mode
- scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Light mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/QuantumLS-Studio
plugins:
- search
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: false
- toc:
permalink: true
- footnotes
- meta
- def_list
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde