-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
128 lines (120 loc) · 3.31 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#file: noinspection SpellCheckingInspection
site_name: DG-Lab-Play
site_url: https://dg-lab-play.readthedocs.io/
site_description: nonebot2 机器人插件 - 在群里和大家一起玩郊狼吧!
repo_url: https://github.com/Ljzd-PRO/nonebot-plugin-dg-lab-play
repo_name: Ljzd-PRO/nonebot-plugin-dg-lab-play
copyright: Copyright © 2024 by Ljzd-PRO
watch:
- nonebot_plugin_dg_lab_play
nav:
- 开始:
- 欢迎使用 DG-Lab-Play: index.md
- 关于项目: about.md
# - 安装: installation.md
- 插件配置:
- 向导及配置主体: config/guide.md
- 配置类别:
- WebSocket 服务端: config/ws-server.md
- DG-Lab 终端: config/dg-lab-client.md
- 郊狼波形数据: config/pulse-data.md
- 命令触发文本: config/command-text.md
- 命令响应文本: config/reply-text.md
- 常见问题: faq.md
plugins:
- tags
- search
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
options:
docstring_style: sphinx
find_stubs_package: true
members_order: source
separate_signature: true
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
show_signature_annotations: true
signature_crossrefs: true
theme:
name: material
features:
- search.suggest
- search.highlight
- search.share
- navigation.tracking
- navigation.tabs
- navigation.path
- navigation.indexes
- navigation.top
- navigation.footer
- content.action.edit
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: 切换至深色模式
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: 切换至自动
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: 切换至浅色模式
extra:
version:
provider: mike
analytics:
provider: google
property: G-F2E6J53GLV
feedback:
title: 这个页面对你有帮助吗?
ratings:
- icon: material/emoticon-happy-outline
name: 这个页面有帮助
data: 1
note: >-
感谢你的反馈!
- icon: material/emoticon-sad-outline
name: 这个页面可以改进
data: 0
note: >-
感谢你的反馈,你可以前往我们 GitHub 仓库 Issues 或 Discussion 页面提交更多建议!
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets