We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8117f8f commit efb96cfCopy full SHA for efb96cf
script/constant/Links.js
@@ -4,27 +4,23 @@ const Links = [
4
name: "Getting Started"
5
},
6
{
7
- name: "Connection",
+ name: "DataSource",
8
links: [
9
10
- url: "connection",
+ url: "data-source",
11
name: "Working with Connection"
12
13
14
- url: "using-ormconfig",
15
- name: "Using ormconfig.json"
+ url: "data-source-options",
+ name: "Data Source Options"
16
17
18
- url: "connection-options",
19
- name: "Connection Options"
+ url: "multiple-data-sources",
+ name: "Multiple Data Sources"
20
21
22
- url: "multiple-connections",
23
- name: "Multiple Connections"
24
- },
25
- {
26
- url: "connection-api",
27
- name: "Connection API"
+ url: "data-source-api",
+ name: "DataSource API"
28
}
29
]
30
0 commit comments