Skip to content

Commit

Permalink
Update vuepress config and version
Browse files Browse the repository at this point in the history
  • Loading branch information
PNKBizz committed Jul 23, 2019
1 parent b70f55d commit fae734d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

# vue-yandex-maps

[Documentation (RU)](https://vue-yandex-maps.github.io/)<br><br>
[Old Documentation (EN)](./old-docs.md)
Documentation: [RU](https://vue-yandex-maps.github.io/), [EN](https://vue-yandex-maps.github.io/en/)
10 changes: 6 additions & 4 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
themeConfig: {
locales: {
'/': {
selectText: 'Язык',
title: 'Vue-yandex-maps',
description: 'Я.Карты для Vue JS',
nav: [
Expand All @@ -19,6 +20,7 @@ module.exports = {
}
},
'/en/': {
selectText: 'Language',
title: 'Vue-yandex-maps',
description: 'Yandex map component for Vue JS',
nav: [
Expand All @@ -40,13 +42,13 @@ module.exports = {
locales: {
'/': {
lang: 'ru-RU',
title: 'Русский',
description: 'Документация на русском языке'
title: 'Vue-yandex-maps',
description: 'Документация на русском'
},
'/en/': {
lang: 'en-US',
title: 'English',
description: 'Documentation on english language'
title: 'Vue-yandex-maps',
description: 'Documentation on english'
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-yandex-maps",
"version": "0.8.13",
"version": "0.8.14",
"description": "Yandex Maps component for VueJS.",
"main": "dist/vue-yandex-maps.js",
"unpkg": "dist/vue-yandex-maps.umd.js",
Expand Down

0 comments on commit fae734d

Please sign in to comment.