Skip to content

Commit 5257afe

Browse files
thewhitetulipktsn
authored andcommitted
gitbooks not showing link for "Core concepts" (#482)
* gitbooks not showing link for "Core concepts" While reading the online book there is no link for next chapter after the Getting started one because Core concepts has no file attached to it. * Create core-concepts.md * added link to core-concepts.md * Update README.md * Update core-concepts.md
1 parent e7a5e15 commit 5257afe

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/en/README.md

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

docs/en/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Installation](installation.md)
1010
- [What is Vuex?](intro.md)
1111
- [Getting Started](getting-started.md)
12-
- Core Concepts
12+
- [Core Concepts](core-concepts.md)
1313
- [State](state.md)
1414
- [Getters](getters.md)
1515
- [Mutations](mutations.md)

docs/en/core-concepts.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Core Concepts
2+
3+
We will be learning the core concepts in Vuex in this chapters. They are
4+
- [State](state.md)
5+
- [Getters](getters.md)
6+
- [Mutations](mutations.md)
7+
- [Actions](actions.md)
8+
- [Modules](modules.md)
9+
10+
A deep understanding of all these concepts is essential for using vuex.
11+
12+
Let's get started.

0 commit comments

Comments
 (0)