-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (59 loc) · 1.63 KB
/
Copy pathmkdocs.yml
File metadata and controls
61 lines (59 loc) · 1.63 KB
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
site_name: nmTeam Support
site_url: https://support.nmteam.xyz
plugins:
- nmteam-support
- search
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
remove_optional_attribute_quotes: false
reduce_empty_attributes: false
theme:
name: material
custom_dir: overrides
logo: https://websiteres.nmteam.xyz/producticon/nmTeam/logo@128.png
favicon: https://websiteres.nmteam.xyz/producticon/nmTeam/logo@128.png
language: zh
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: yellow
accent: yellow
toggle:
icon: material/weather-sunny
name: 浅色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: yellow
accent: yellow
toggle:
icon: material/weather-night
name: 深色模式
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
extra_css: [assets/styles/base.css, assets/styles/docsList.css, assets/styles/plus.css, assets/styles/ai-tools.css]
extra_javascript: [assets/js/redirects.js, assets/js/ai-tools.js]
docs_dir: docs
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nm-Team/Support
name: GitHub
analytics:
provider: google
property: G-KF37QRD9LN
copyright: Copyright 2022-2025 nmTeam. All rights reserved. <br>This website is licensed under the MIT License.
markdown_extensions:
- nmteam_support.markdown_images
- attr_list
- md_in_html
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.escapeall:
hardbreak: true