forked from MetaCubeX/Meta-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
154 lines (151 loc) · 4.73 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
site_name: 虚空终端 Docs
repo_url: https://github.com/MetaCubeX/Clash.Meta
repo_name: MetaCubeX/Clash.Meta
copyright: Copyright © 2023 Clash.Meta
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/Clash.Meta
- icon: material/file-document
link: https://github.com/MetaCubeX/Meta-Docs
plugins:
- search
- awesome-pages
- git-revision-date-localized:
locale: zh
theme:
name: material
logo: assets/images.jpeg
favicon: assets/images.jpeg
features:
- 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
# - toc.integrate
palette:
# 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
- toc:
permalink: true
toc_depth: 3
anchorlink: true
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- 简介:
- index.md
- 安装:
- startup/index.md
- startup/service/index.md
- startup/client/index.md
- startup/faq/index.md
- 配置示例: example/index.md
- 配置详解:
- config/index.md
- 全局配置: config/general.md
- DNS配置:
- config/dns/index.md
- hosts: config/dns/hosts.md
- 解析流程: config/dns/diagram.md
- 域名嗅探:
- config/sniff/index.md
- 入站配置:
- config/inbound/index.md
- 代理端口: config/inbound/port.md
- Tun: config/inbound/tun.md
- listeners:
- 通用字段: config/inbound/listeners/index.md
- tun: config/inbound/listeners/tun.md
- ShadowSocks: config/inbound/listeners/ss.md
- VMess: config/inbound/listeners/vmess.md
- TUICv4: config/inbound/listeners/tuic-v4.md
- TUICv5: config/inbound/listeners/tuic-v5.md
- Hysteria2: config/inbound/listeners/hysteria2.md
- 出站代理配置:
- 通用字段: config/proxies/index.md
- DIRECT: config/proxies/direct.md
- HTTP: config/proxies/http.md
- SOCKS: config/proxies/socks.md
- Shadowsocks: config/proxies/ss.md
- ShadowsocksR: config/proxies/ssr.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
- 策略组配置:
- config/proxy-groups/index.md
- 筛选代理: config/proxy-groups/filter.md
- 内置策略: config/proxy-groups/built-in.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/if-mark.md
- 代理集合配置:
- config/proxy-providers/index.md
- 代理集内容: config/proxy-providers/content.md
- 筛选代理集:
- config/proxy-providers/filter.md
- 规则配置:
- config/rules/index.md
- 域名规则: config/rules/domain.md
- IP规则: config/rules/ipcidr.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-provider.md
- 子规则: config/rules/sub-rule.md
- 最终匹配: config/rules/match.md
- 子规则: config/sub-rules.md
- 流量隧道: config/tunnels.md
- NTP: config/ntp/index.md
- 实验性: config/experimental.md
- APIs: api/index.md