diff --git a/docs/config.js b/docs/config.js index 54a9324..bc49c3b 100644 --- a/docs/config.js +++ b/docs/config.js @@ -3,7 +3,8 @@ const langs = [ {title: 'Deutsch', path: '/de/', matchPath: /^\/de/}, {title: '日本語', path: '/ja/', matchPath: /^\/ja/}, {title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/}, - {title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/} + {title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/}, + {title: 'Русский', path: '/ru/', matchPath: /^\/ru/} ] docute.init({ @@ -38,7 +39,7 @@ docute.init({ apiKey: 'b3544f7387612693644777553675d56a', indexName: 'vue-chartjs', // algolia docsearch allows you to search with tag filter - tags: ['en', 'de', 'ja', 'pt-br'], + tags: ['en', 'de', 'ja', 'pt-br', 'ru'], // this plugin does require a url too // where docsearch fetches contents url: 'https://vue-chartjs.org' diff --git a/docs/ru/README.md b/docs/ru/README.md index e35e640..3fb881d 100644 --- a/docs/ru/README.md +++ b/docs/ru/README.md @@ -1,3 +1,7 @@ +--- +search: ru +--- +