-
Notifications
You must be signed in to change notification settings - Fork 81
/
mkdocs.yml
245 lines (234 loc) · 7.83 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
site_name: 虚空终端 Docs
repo_url: https://github.com/MetaCubeX/mihomo
repo_name: MetaCubeX/mihomo
copyright: Copyright © 2023 mihomo
edit_uri: "https://github.com/MetaCubeX/Meta-Docs/blob/main/docs/"
dev_addr: "127.0.0.1:11451"
extra:
generator: false
analytics:
provider: google
property: G-1BJ0XH0RSM
social:
- icon: fontawesome/brands/github
link: https://github.com/MetaCubeX/mihomo
- icon: material/file-document
link: https://github.com/MetaCubeX/Meta-Docs
theme:
name: material
logo: assets/images.jpeg
favicon: assets/images.jpeg
features:
- search.highlight
- navigation.tracking
- navigation.instant
# - navigation.expand
- navigation.path
- navigation.indexes
- navigation.tracking
- navigation.top
- navigation.tabs
- navigation.sections
- toc.follow
- content.action.edit
- content.code.copy
- content.code.select
# - toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to system preference
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
toc_depth: 3
anchorlink: true
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.magiclink
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
plugins:
- search
- awesome-pages
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- build: true
default: true
locale: zh
name: 简体中文
- build: true
default: false
locale: en
name: English
site_name: "mihomo docs"
nav_translations:
简介: Introduction
安装: Install
示例: Example
手册: Handbook
配置: Configuration
web面板: Web dashboard
客户端: Client
创建运行服务: Create a running service
三方工具/客户端: Third-party tools/client
常见问题: common problem
完整示例: Complete example
快捷配置: Quick configuration
语法: grammar
全局配置: General configuration
DNS配置: DNS configuration
DNS类型: DNS type
解析流程: DNS resolve process
域名嗅探: Domain sniffing
通用字段: Common fields
入站: Inbounds
代理端口: Proxy Port
出站代理: Proxies
代理集合: Proxy-Providers
代理集合配置: proxy-providers configuration
代理集合内容: proxy-providers contents
代理组: Proxy-Groups
代理组配置: proxy-groups configuration
手动选择: Select
自动选择: Url-Test
自动回退: Fallback
负载均衡: Load-Balance
链式代理: Relay
内置策略: Built-In
路由规则: Route Rules
规则集合: Rule-Providers
规则集合内容: rule-providers configuration
子规则: sub-rule
流量隧道: tunnels
实验性配置: experimental
- git-revision-date-localized:
locale: zh
nav:
- 简介: index.md
- 安装:
- 常见问题: startup/faq.md
- 使用预编译二进制: startup/index.md
- 客户端: startup/client/index.md
- web面板: startup/web.md
- 创建运行服务: startup/service/index.md
- 三方工具/客户端: startup/client/client.md
- 手册:
- handbook/index.md
- 语法: handbook/syntax.md
- 快捷配置: example/conf.md
- 配置:
- config/index.md
# - 完整示例: config/example.md
- 全局配置: config/general.md
- DNS:
- DNS配置: config/dns/index.md
- DNS类型: config/dns/type.md
- hosts: config/dns/hosts.md
- 解析流程: config/dns/diagram.md
- 域名嗅探: config/sniff/index.md
- 入站:
- 代理端口: config/inbound/port.md
- Tun: config/inbound/tun.md
- listeners:
- 通用字段: config/inbound/listeners/index.md
- http: config/inbound/listeners/http.md
- socks: config/inbound/listeners/socks.md
- mixed: config/inbound/listeners/mixed.md
- redirect: config/inbound/listeners/redirect.md
- tproxy: config/inbound/listeners/tproxy.md
- tun: config/inbound/listeners/tun.md
- ShadowSocks: config/inbound/listeners/ss.md
- VMess: config/inbound/listeners/vmess.md
- TUIC v4: config/inbound/listeners/tuic-v4.md
- TUIC v5: config/inbound/listeners/tuic-v5.md
- Hysteria2: config/inbound/listeners/hysteria2.md
- tunnel: config/inbound/listeners/tunnel.md
- 出站代理:
- 通用字段: config/proxies/index.md
- TLS配置: config/proxies/tls.md
- 传输层配置: config/proxies/transport.md
- dialer-proxy: config/proxies/dialer-proxy.md
- DIRECT: config/proxies/direct.md
- DNS: config/proxies/dns.md
- HTTP: config/proxies/http.md
- SOCKS: config/proxies/socks.md
- Shadowsocks: config/proxies/ss.md
- ShadowsocksR: config/proxies/ssr.md
- Snell: config/proxies/snell.md
- VMess: config/proxies/vmess.md
- VLESS: config/proxies/vless.md
- Trojan: config/proxies/trojan.md
- Hysteria: config/proxies/hysteria.md
- Hysteria2: config/proxies/hysteria2.md
- TUIC: config/proxies/tuic.md
- WireGuard: config/proxies/wg.md
- SSH: config/proxies/ssh.md
- 代理集合:
- 代理集合配置: config/proxy-providers/index.md
- 代理集合内容: config/proxy-providers/content.md
- 代理组:
- 代理组配置: config/proxy-groups/index.md
- 手动选择: config/proxy-groups/select.md
- 自动选择: config/proxy-groups/url-test.md
- 自动回退: config/proxy-groups/fallback.md
- 负载均衡: config/proxy-groups/load-balance.md
- 链式代理: config/proxy-groups/relay.md
- 内置策略: config/proxy-groups/built-in.md
- 路由规则: config/rules/index.md
# - 域名规则: config/rules/domain.md
# - IP规则: config/rules/ip.md
# - 端口规则: config/rules/port.md
# - 进程规则: config/rules/process.md
# - 逻辑规则: config/rules/logic.md
# - GEO规则: config/rules/geox.md
# - 入站规则: config/rules/in.md
# - 网络类型规则: config/rules/network.md
# - 引用规则集合: config/rules/rule-set.md
# - 引用子规则: config/rules/sub-rule.md
# - 最终匹配: config/rules/match.md
- 规则集合:
- 规则集合: config/rule-providers/index.md
- 规则集合内容: config/rule-providers/content.md
- 子规则: config/sub-rule.md
- 流量隧道: config/tunnels.md
- NTP: config/ntp/index.md
- 实验性配置: config/experimental.md
- APIs: api/index.md