-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (34 loc) · 1 KB
/
Copy pathmkdocs.yml
File metadata and controls
34 lines (34 loc) · 1 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
site_name: Wiki
site_url: https://aethersailor.github.io/Custom_OpenClash_Rules/
docs_dir: wiki
nav:
- Home: README.md
- 快速开始:
- OpenClash 设置方案: 1.OpenClash-设置方案.md
- OpenWrt IPv6 设置方案: 2.OpenWrt-IPv6-设置方案.md
- 资源与贡献:
- 其他说明: 3.其他说明.md
- 故障排除:
- 常见问题与诊断: 4.故障排除.md
- 进阶阅读:
- 一些零碎的教程: 5.一些零碎的教程.md
- 关于“旁路由”的一些吐槽: 6.关于“旁路由”的一些吐槽.md
- 其他推荐项目: 7.其他推荐项目.md
- 历史归档:
- Smart 内核相关说明(已归档): 8.OpenClash-零碎教程.md
- 无插件广告拦截方案(已归档): 9.无插件广告拦截功能设置方案.md
theme:
name: material
plugins:
- search
markdown_extensions:
- toc:
permalink: true
- tables
- admonition
- def_list
- footnotes
- attr_list
- md_in_html
extra_javascript:
- assets/wiki-link-rewrite.js