File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 71
71
'.*?/changelog' :
72
72
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md' ,
73
73
'/.*/_navbar.md' : '/_navbar.md' ,
74
- '/zh-cn /(.*)' :
75
- 'https://raw.githubusercontent.com/docsifyjs/docs-zh /master/$1' ,
74
+ '/es /(.*)' :
75
+ 'https://raw.githubusercontent.com/docsifyjs/docs-es /master/$1' ,
76
76
'/de-de/(.*)' :
77
77
'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1' ,
78
78
'/ru-ru/(.*)' :
79
79
'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1' ,
80
- '/es/(.*)' :
81
- 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' ,
82
- '/write-a-plugin' :
83
- 'https://raw.githubusercontent.com/docsifyjs/docsify/master/docs/write-a-plugin.md' ,
80
+ '/zh-cn/(.*)' :
81
+ 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1' ,
84
82
} ,
85
83
auto2top : true ,
86
84
coverpage : true ,
Original file line number Diff line number Diff line change 39
39
'.*?/awesome' : 'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md' ,
40
40
'.*?/changelog' : 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md' ,
41
41
'/.*/_navbar.md' : '/_navbar.md' ,
42
- '/zh-cn /(.*)' : 'https://cdn.jsdelivr.net/gh/ docsifyjs/docs-zh@ master/$1' ,
42
+ '/es /(.*)' : 'https://raw.githubusercontent.com/ docsifyjs/docs-es/ master/$1' ,
43
43
'/de-de/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1' ,
44
44
'/ru-ru/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1' ,
45
- '/es/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' ,
46
- '/write-a-plugin' : 'https://raw.githubusercontent.com/docsifyjs/docsify/master/docs/write-a-plugin.md'
45
+ '/zh-cn/(.*)' : 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1'
47
46
} ,
48
47
auto2top : true ,
49
48
basePath : '/docs/' ,
You can’t perform that action at this time.
0 commit comments