Skip to content

fix: Versions in docs (fix #1532) #3930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ module.exports = ctx => ({
smoothScroll: true,
locales: {
'/': {
label: 'English',
label: 'English (Up to v2.6)',
selectText: 'Languages',
version: '2.6',
editLinkText: 'Edit this page on GitHub',
nav: [
{
Expand Down Expand Up @@ -139,8 +140,9 @@ module.exports = ctx => ({
]
},
'/zh/': {
label: '简体中文',
label: '简体中文 (Up to v2.3)',
selectText: '选择语言',
version: '2.3',
editLinkText: '在 GitHub 上编辑此页',
nav: [
{
Expand Down Expand Up @@ -193,8 +195,9 @@ module.exports = ctx => ({
]
},
'/ja/': {
label: '日本語',
label: '日本語 (Up to v2.4)',
selectText: '言語',
version: '2.4',
editLinkText: 'GitHub 上でこのページを編集する',
nav: [
{
Expand Down Expand Up @@ -247,8 +250,9 @@ module.exports = ctx => ({
]
},
'/ru/': {
label: 'Русский',
label: 'Русский (Up to v2.1)',
selectText: 'Переводы',
version: '2.1',
editLinkText: 'Изменить эту страницу на GitHub',
nav: [
{
Expand Down Expand Up @@ -301,8 +305,9 @@ module.exports = ctx => ({
]
},
'/kr/': {
label: '한국어',
label: '한국어 (Up to v2.0)',
selectText: '언어',
version: '2.0',
editLinkText: 'GitHub에서 이 문서를 수정하세요',
nav: [
{
Expand Down Expand Up @@ -354,8 +359,9 @@ module.exports = ctx => ({
]
},
'/fr/': {
label: 'Français',
label: 'Français (Up to v2.5)',
selectText: 'Langues',
version: '2.5',
editLinkText: 'Editer cette page sur Github',
nav: [
{
Expand Down
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ actionLink: /installation.html
footer: MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Morote
---

::: tip VERSION NOTE
This documentation is up to date with Vue Router v2.6
:::

Vue Router is the official router for [Vue.js](http://vuejs.org). It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include:

- Nested route/view mapping
Expand Down
4 changes: 4 additions & 0 deletions docs/fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ actionLink: /fr/installation.html
footer: MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Morote
---

::: tip NOTE DE VERSION
Cette documentation est à jour avec Vue Router v2.5
:::

Vue Router est le router officiel pour [Vue.js](http://vuejs.org). Il s'intègre aisément avec Vue.js pour faire des applications mono page avec Vue.js. Fonctionnalités incluses:

- Vues et routes imbriquées
Expand Down
4 changes: 4 additions & 0 deletions docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ footer: MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Mo

<div class="vueschool"><a href="https://vueschool.io/courses/vue-router-for-everyone?friend=vuerouter" target="_blank" rel="sponsored noopener" title="Learn how to build powerful Single Page Applications with the Vue Router on Vue School">Watch a free video course about Vue Router on Vue School</a></div>

::: tip バージョン情報
このドキュメントは Vue Router v2.4 に対応しています
:::

Vue Router は [Vue.js](http://vuejs.org) 公式ルータです。これは Vue.js のコアと深く深く統合されており、Vue.js でシングルページアプリケーションを構築します。機能は次の通りです:

- ネストされたルート/ビューマッピング
Expand Down
4 changes: 4 additions & 0 deletions docs/kr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ actionLink: /kr/installation.html
footer: MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Morote
---

::: tip 버전 정보
이 문서는 Vue Router v2.0까지 반영되어 있습니다
:::

Vue 라우터는 [Vue.js](http://vuejs.org)의 공식 라우터입니다.
Vue.js를 사용한 싱글 페이지 앱을 쉽게 만들 수 있도록 Vue.js의 코어와 긴밀히 통합되어 있습니다.

Expand Down
4 changes: 4 additions & 0 deletions docs/ru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ actionLink: /ru/installation.html
footer: MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Morote
---

::: tip ИНФОРМАЦИЯ О ВЕРСИИ
Эта документация обновлена для Vue Router v2.1
:::

Vue Router — официальная библиотека маршрутизации для [Vue.js](https://ru.vuejs.org/). Она глубоко интегрируется с Vue.js и позволяет легко создавать SPA-приложения. Включает следующие возможности:

- Вложенные маршруты/представления
Expand Down
4 changes: 4 additions & 0 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ footer: MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Mo

<div class="vueschool"><a href="https://vueschool.io/courses/vue-router-for-everyone?friend=vuerouter" target="_blank" rel="sponsored noopener" title="Learn how to build powerful Single Page Applications with the Vue Router on Vue School">观看 Vue School 的关于 Vue Router 的免费视频课程 (英文)</a></div>

::: tip 版本说明
此文档更新至 Vue Router v2.3
:::

Vue Router 是 [Vue.js](http://cn.vuejs.org) 官方的路由管理器。它和 Vue.js 的核心深度集成,让构建单页面应用变得易如反掌。包含的功能有:

- 嵌套的路由/视图表
Expand Down