Skip to content

Commit 994f6a8

Browse files
kazuponktsn
authored andcommitted
use README content importing with include tag (#503)
1 parent 154afea commit 994f6a8

File tree

4 files changed

+4
-67
lines changed

4 files changed

+4
-67
lines changed

docs/en/README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
# Vuex
2-
3-
> Note: This is docs for vuex@2.x.
4-
5-
- [Looking for 1.0 Docs?](https://github.com/vuejs/vuex/tree/1.0/docs)
6-
- [Release Notes](https://github.com/vuejs/vuex/releases)
7-
- [Installation](installation.md)
8-
- [What is Vuex?](intro.md)
9-
- [Getting Started](getting-started.md)
10-
- Core Concepts
11-
- [State](state.md)
12-
- [Getters](getters.md)
13-
- [Mutations](mutations.md)
14-
- [Actions](actions.md)
15-
- [Modules](modules.md)
16-
- [Application Structure](structure.md)
17-
- [Plugins](plugins.md)
18-
- [Strict Mode](strict.md)
19-
- [Form Handling](forms.md)
20-
- [Testing](testing.md)
21-
- [Hot Reloading](hot-reload.md)
22-
- [API Reference](api.md)
1+
{% include "./SUMMARY.md" %}

docs/fr/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/fr/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "./SUMMARY.md" %}

docs/ru/README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
# Vuex
2-
3-
> Внимание: это — документация для версии vuex@2.x.
4-
5-
- [Ищете документацию для 1.0?](https://github.com/vuejs/vuex/tree/1.0/docs)
6-
- [Release Notes](https://github.com/vuejs/vuex/releases)
7-
- [Установка](installation.md)
8-
- [Что такое Vuex?](intro.md)
9-
- [Начало работы](getting-started.md)
10-
- Основные концепции
11-
- [Состояние](state.md)
12-
- [Геттеры](getters.md)
13-
- [Мутации](mutations.md)
14-
- [Действия](actions.md)
15-
- [Модули](modules.md)
16-
- [Структура приложения](structure.md)
17-
- [Плагины](plugins.md)
18-
- [Strict Mode](strict.md)
19-
- [Обработка форм](forms.md)
20-
- [Тестирование](testing.md)
21-
- [Горячая замена](hot-reload.md)
22-
- [Справочник API](api.md)
1+
{% include "./SUMMARY.md" %}

docs/zh-cn/README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
# Vuex
2-
3-
> 注意:本文档针对的是 vuex@2.x
4-
5-
- [寻找 1.0 文档?](https://github.com/vuejs/vuex/tree/1.0/docs)
6-
- [更新记录](https://github.com/vuejs/vuex/releases)
7-
- [安装](installation.md)
8-
- [Vuex 是什么?](intro.md)
9-
- [开始](getting-started.md)
10-
- 核心概念
11-
- [State](state.md)
12-
- [Getters](getters.md)
13-
- [Mutations](mutations.md)
14-
- [Actions](actions.md)
15-
- [Modules](modules.md)
16-
- [项目结构](structure.md)
17-
- [插件](plugins.md)
18-
- [严格模式](strict.md)
19-
- [表单处理](forms.md)
20-
- [测试](testing.md)
21-
- [热重载](hot-reload.md)
22-
- [API 文档](api.md)
1+
{% include "./SUMMARY.md" %}

0 commit comments

Comments
 (0)