File tree 4 files changed +12
-26
lines changed
4 files changed +12
-26
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,16 @@ jobs:
23
23
- run : |
24
24
pip install -r requirements.txt
25
25
mkdocs build
26
+ mkdir sites
27
+ mv site sites/clash-rs
26
28
env:
27
29
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
28
30
29
31
- name : Deploy
30
32
uses : peaceiris/actions-gh-pages@v3
31
33
with :
32
34
github_token : ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir : site
35
+ publish_dir : sites
34
36
# cname: clash.watfaq.com
35
37
force_orphan : true
36
38
user_name : github-actions[bot]
Original file line number Diff line number Diff line change 1
1
---
2
2
hide :
3
- - navigation
4
3
- toc
4
+ - navigation
5
5
---
6
6
# 👋Welcome to ClashRS User Manual
7
7
@@ -21,18 +21,3 @@ ClashRS is a network proxy software that you can use to control how you want to
21
21
- ⚙️ Shadowsocks/Trojan/Vmess outbound support with different underlying trasports.
22
22
- 🌍 Dynamic remote rule/proxy loader.
23
23
- 🎵 Tracing with Jaeger
24
-
25
-
26
-
27
- ## Links
28
-
29
- - Repository - https://github.com/Watfaq/clash-rs
30
- - Download - https://github.com/Watfaq/clash-rs/releases
31
-
32
- ## Get Started
33
-
34
- We've put together some helpful guides for you to get setup with our product quickly and easily.
35
-
36
- [ ⌨️Getting set up] ( quick-start/index.md )
37
-
38
- [ 🔨Configuration] ( config/index.md )
Original file line number Diff line number Diff line change 1
1
---
2
2
hide :
3
- - navigation
4
3
- toc
4
+ - navigation
5
5
---
6
+
6
7
# 👋Welcome to ClashRS User Manual
7
8
8
9
@@ -33,6 +34,6 @@ ClashRS is a network proxy software that you can use to control how you want to
33
34
34
35
We've put together some helpful guides for you to get setup with our product quickly and easily.
35
36
36
- [ ⌨️Getting set up] ( quick-start/index.md )
37
+ [ ⌨️Getting set up] ( ./ quick-start/index.md)
37
38
38
- [ 🔨Configuration] ( config/index.md )
39
+ [ 🔨Configuration] ( ../ config/index.md)
Original file line number Diff line number Diff line change 10
10
features :
11
11
- search.highlight
12
12
- navigation.tracking
13
- - navigation.instant
13
+ # - navigation.instant
14
14
# - navigation.expand
15
15
- navigation.path
16
16
- navigation.indexes
@@ -37,8 +37,7 @@ markdown_extensions:
37
37
- pymdownx.snippets
38
38
39
39
nav :
40
- - Welcome :
41
- - index.md
40
+ - Welcome : index.md
42
41
- Quick start :
43
42
- quick-start/index.md
44
43
- CLI : quick-start/cli.md
48
47
- Full Example : config/full.md
49
48
50
49
plugins :
51
- - search
50
+ # - search
52
51
# - awesome-pages
53
- - minify :
54
- minify_html : true
55
52
- i18n :
56
53
docs_structure : suffix
57
54
fallback_to_default : true
@@ -62,6 +59,7 @@ plugins:
62
59
default : true
63
60
locale : en
64
61
name : English
62
+ site_name : " ClashRS User Mannual"
65
63
- build : true
66
64
default : false
67
65
locale : zh
You can’t perform that action at this time.
0 commit comments