-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 946 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
31 lines (31 loc) · 946 Bytes
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
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
- OpenClash 零碎教程: 3.OpenClash-零碎教程.md
- 进阶与参考:
- 无插件广告拦截功能设置方案: 4.无插件广告拦截功能设置方案.md
- 故障排除: 5.故障排除.md
- 关于“旁路由”的一些吐槽: 6.关于“旁路由”的一些吐槽.md
- 一些零碎的教程: 7.一些零碎的教程.md
- 其他推荐项目: 8.其他推荐项目.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