This repository was archived by the owner on Mar 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ > [ !WARNING]
2+ > This repository is deprecated. The documentation has been migrated to [ https://github.com/GopeedLab/website ] ( https://github.com/GopeedLab/website ) .
3+
14## Access
25
3- [ https://docs. gopeed.com ] ( https://docs. gopeed.com )
6+ [ https://gopeed.com/docs ] ( https://gopeed.com/docs )
47
58## Getting Started
69
Original file line number Diff line number Diff line change 1+ {
2+ "redirects" : [
3+ {
4+ "source" : " /:lang(zh|zh-TW)/:path(.*)\\ .html" ,
5+ "destination" : " https://gopeed.com/:lang/docs/:path" ,
6+ "permanent" : true
7+ },
8+ {
9+ "source" : " /:lang(zh|zh-TW)/:path*" ,
10+ "destination" : " https://gopeed.com/:lang/docs/:path*" ,
11+ "permanent" : true
12+ },
13+ {
14+ "source" : " /:path(.*)\\ .html" ,
15+ "destination" : " https://gopeed.com/docs/:path" ,
16+ "permanent" : true
17+ },
18+ {
19+ "source" : " /:path*" ,
20+ "destination" : " https://gopeed.com/docs/:path*" ,
21+ "permanent" : true
22+ }
23+ ]
24+ }
You can’t perform that action at this time.
0 commit comments