File tree 3 files changed +22
-22
lines changed
3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,25 @@ const locale_en = {
6
6
url : "" ,
7
7
name : "Getting Started"
8
8
} , {
9
- name : "Connection" ,
10
- links : [ {
11
- url : "connection" ,
12
- name : "Working with Connection"
13
- } , {
14
- url : "using-ormconfig" ,
15
- name : "Using ormconfig.json"
16
- } , {
17
- url : "connection-options" ,
18
- name : "Connection Options"
19
- } , {
20
- url : "multiple-connections" ,
21
- name : "Multiple Connections"
22
- } , {
23
- url : "connection-api" ,
24
- name : "Connection API"
25
- } ]
9
+ name : "DataSource" ,
10
+ links : [
11
+ {
12
+ url : "data-source" ,
13
+ name : "Working with Data Source"
14
+ } ,
15
+ {
16
+ url : "data-source-options" ,
17
+ name : "Data Source Options"
18
+ } ,
19
+ {
20
+ url : "multiple-data-sources" ,
21
+ name : "Multiple Data Sources"
22
+ } ,
23
+ {
24
+ url : "data-source-api" ,
25
+ name : "DataSource API"
26
+ }
27
+ ]
26
28
} , {
27
29
name : "Entity" ,
28
30
links : [ {
@@ -167,9 +169,6 @@ const locale_en = {
167
169
// name: "Internals"
168
170
// },
169
171
{
170
- url : "roadmap" ,
171
- name : "Roadmap"
172
- } , {
173
172
url : "changelog" ,
174
173
name : "Changelog"
175
174
} , {
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ const MainPage = {
91
91
data : function ( ) {
92
92
return {
93
93
links : this . $t ( "links" ) ,
94
- langs : { en : "English" , "zh_CN" : "简体中文" }
94
+ langs : { en : "English" /*, "zh_CN": "简体中文"*/ }
95
+ // to enable chinese back we need to update the documentation
95
96
} ;
96
97
} ,
97
98
mounted ( ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Links = [
8
8
links : [
9
9
{
10
10
url : "data-source" ,
11
- name : "Working with Connection "
11
+ name : "Working with Data Source "
12
12
} ,
13
13
{
14
14
url : "data-source-options" ,
You can’t perform that action at this time.
0 commit comments