From e281704e8343c69722470def9758b3eb20608187 Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Sun, 1 Jul 2018 19:46:46 +0800 Subject: [PATCH] chore: add ru and es docs --- docs/_navbar.md | 6 +++--- docs/index.html | 4 +++- index.html | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/_navbar.md b/docs/_navbar.md index ab71b6b..47a2356 100644 --- a/docs/_navbar.md +++ b/docs/_navbar.md @@ -1,6 +1,6 @@ - Translations + - [:uk: English](/) - [:cn: 中文](/zh-cn/) - [:de: Deutsch](/de-de/) - - [:uk: English](/) - - [:es: Spanish](https://docsify-es.js.org) - - [:ru: Russian](https://docsify-ru.js.org) + - [:es: Spanish](/es/) + - [:ru: Russian](/ru/) diff --git a/docs/index.html b/docs/index.html index 9dfcbda..4de7d76 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,9 @@ '.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md', '/.*/_navbar.md': '/_navbar.md', '/zh-cn/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1', - '/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1' + '/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1', + '/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', + '/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' }, auto2top: true, coverpage: true, diff --git a/index.html b/index.html index 2cc1284..9593256 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,9 @@ '.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG', '/.*/_navbar.md': '/_navbar.md', '/zh-cn/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1', - '/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1' + '/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1', + '/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', + '/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' }, notFoundPage: '_404.html', auto2top: true,