File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
- Translations
2
+ - [ :uk : English] ( / )
2
3
- [ :cn : 中文] ( /zh-cn/ )
3
4
- [ :de : Deutsch] ( /de-de/ )
4
- - [ :uk : English] ( / )
5
- - [ :es : Spanish] ( https://docsify-es.js.org )
6
- - [ :ru : Russian] ( https://docsify-ru.js.org )
5
+ - [ :es : Spanish] ( /es/ )
6
+ - [ :ru : Russian] ( /ru/ )
Original file line number Diff line number Diff line change 31
31
'.*?/changelog' : 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md' ,
32
32
'/.*/_navbar.md' : '/_navbar.md' ,
33
33
'/zh-cn/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1' ,
34
- '/de-de/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1'
34
+ '/de-de/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1' ,
35
+ '/ru/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1' ,
36
+ '/es/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
35
37
} ,
36
38
auto2top : true ,
37
39
coverpage : true ,
Original file line number Diff line number Diff line change 24
24
'.*?/changelog' : 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG' ,
25
25
'/.*/_navbar.md' : '/_navbar.md' ,
26
26
'/zh-cn/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1' ,
27
- '/de-de/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1'
27
+ '/de-de/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1' ,
28
+ '/ru/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1' ,
29
+ '/es/(.*)' : 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
28
30
} ,
29
31
notFoundPage : '_404.html' ,
30
32
auto2top : true ,
You can’t perform that action at this time.
0 commit comments