We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d19370 commit 54d85daCopy full SHA for 54d85da
docs/config.js
@@ -3,7 +3,8 @@ const langs = [
3
{title: 'Deutsch', path: '/de/', matchPath: /^\/de/},
4
{title: '日本語', path: '/ja/', matchPath: /^\/ja/},
5
{title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/},
6
- {title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/}
+ {title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/},
7
+ {title: 'Русский', path: '/ru/', matchPath: /^\/ru/}
8
]
9
10
docute.init({
@@ -38,7 +39,7 @@ docute.init({
38
39
apiKey: 'b3544f7387612693644777553675d56a',
40
indexName: 'vue-chartjs',
41
// algolia docsearch allows you to search with tag filter
- tags: ['en', 'de', 'ja', 'pt-br'],
42
+ tags: ['en', 'de', 'ja', 'pt-br', 'ru'],
43
// this plugin does require a url too
44
// where docsearch fetches contents
45
url: 'https://vue-chartjs.org'
docs/ru/README.md
@@ -1,3 +1,7 @@
1
+---
2
+search: ru
+
<div align="center">
<img width="256" heigth="256" src="../../assets/vue-chartjs.png" alt="vue-chartjs logo">
</div>
0 commit comments