File tree 6 files changed +20
-21
lines changed
6 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 25
25
mkdocs build
26
26
mkdir sites
27
27
mv site sites/clash
28
- env:
29
- GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
30
28
31
29
- name : Deploy
32
30
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 1
1
site /
2
+ .venv /
Original file line number Diff line number Diff line change 1
1
# watfaq.github.io
2
+
3
+ ## Development
4
+
5
+ ``` bash
6
+ # Install dependencies
7
+ python3 -m venv .venv
8
+ source .venv/bin/activate
9
+ pip install -r requirements.txt
10
+ pip install mkdocs
11
+
12
+ # Run development server
13
+ mkdocs serve
14
+ ```
Original file line number Diff line number Diff line change @@ -22,18 +22,3 @@ ClashRS is a network proxy software that you can use to control how you want to
22
22
- ⚙️ Shadowsocks/Trojan/Vmess outbound support with different underlying trasports.
23
23
- 🌍 Dynamic remote rule/proxy loader.
24
24
- 🎵 Tracing with Jaeger
25
-
26
-
27
-
28
- ## Links
29
-
30
- - Repository - https://github.com/Watfaq/clash-rs
31
- - Download - https://github.com/Watfaq/clash-rs/releases
32
-
33
- ## Get Started
34
-
35
- We've put together some helpful guides for you to get setup with our product quickly and easily.
36
-
37
- [ ⌨️Getting set up] ( ./quick-start/index.md )
38
-
39
- [ 🔨Configuration] ( ../config/index.md )
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ edit_uri: https://github.com/Watfaq/docs/blob/master/docs/
6
6
repo_name : clash-rs
7
7
8
8
theme :
9
+ logo : artwork/logo.png
10
+ favicon : artwork/logo.png
9
11
name : material
10
12
features :
11
13
- search.highlight
@@ -55,12 +57,12 @@ markdown_extensions:
55
57
- pymdownx.snippets
56
58
57
59
nav :
58
- - Welcome : index.md
59
- - Quick start :
60
+ - Welcome : index.md
61
+ - Quick start :
60
62
- quick-start/index.md
61
63
- CLI : quick-start/cli.md
62
64
- GUI : quick-start/gui.md
63
- - Configuration :
65
+ - Configuration :
64
66
- config/index.md
65
67
- Full Example : config/full.md
66
68
@@ -94,7 +96,7 @@ plugins:
94
96
extra :
95
97
analytics :
96
98
provider : google
97
- property : !ENV GOOGLE_ANALYTICS_KEY
99
+ property : G-YQC14KYW3F
98
100
social :
99
101
- icon : fontawesome/brands/github
100
102
link : https://github.com/Watfaq/clash-rs
You can’t perform that action at this time.
0 commit comments