Skip to content

Commit e281704

Browse files
committed
chore: add ru and es docs
1 parent 5575501 commit e281704

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

docs/_navbar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Translations
2+
- [:uk: English](/)
23
- [:cn: 中文](/zh-cn/)
34
- [: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/)

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
'.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md',
3232
'/.*/_navbar.md': '/_navbar.md',
3333
'/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'
3537
},
3638
auto2top: true,
3739
coverpage: true,

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
'.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG',
2525
'/.*/_navbar.md': '/_navbar.md',
2626
'/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'
2830
},
2931
notFoundPage: '_404.html',
3032
auto2top: true,

0 commit comments

Comments
 (0)