File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
33
'/zh-cn/(.*)' : 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1' ,
34
34
'/de-de/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1' ,
35
35
'/ru-ru/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1' ,
36
- '/es/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
36
+ '/es/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' ,
37
+ '/write-a-plugin' : 'https://raw.githubusercontent.com/docsifyjs/docsify/master/docs/write-a-plugin.md'
37
38
} ,
38
39
auto2top : true ,
39
40
coverpage : true ,
Original file line number Diff line number Diff line change 28
28
'/zh-cn/(.*)' : 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1' ,
29
29
'/de-de/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1' ,
30
30
'/ru-ru/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1' ,
31
- '/es/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
31
+ '/es/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' ,
32
+ '/write-a-plugin' : 'https://raw.githubusercontent.com/docsifyjs/docsify/master/docs/write-a-plugin.md'
32
33
} ,
33
34
auto2top : true ,
34
35
basePath : '/docs/' ,
You can’t perform that action at this time.
0 commit comments