File tree 14 files changed +23
-22
lines changed
14 files changed +23
-22
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ type = "index"
9
9
Welcome to the MongoDB Node.js 2.x driver documentation.
10
10
11
11
12
- ## What's New in 2.1
12
+ ## What's New
13
13
14
14
The [ What's New] ({{< relref "upgrade-migration/index.md" >}}) guide explains the major new features of the driver.
15
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ date = "2015-03-17T15:36:56Z"
3
3
title = " Installation Guide"
4
4
[menu .main ]
5
5
identifier = " Installation Guide"
6
- weight = 15
6
+ weight = 10
7
7
pre = " <i class='fa fa-puzzle-piece'></i>"
8
8
+++
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ date = "2015-03-17T15:36:56Z"
3
3
title = " Quick Start"
4
4
[menu .main ]
5
5
identifier = " Quick Start"
6
- weight = 10
6
+ weight = 15
7
7
pre = " <i class='fa fa-road'></i>"
8
8
+++
9
9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title = "Aggregation"
4
4
[menu .main ]
5
5
parent = " Tutorials"
6
6
identifier = " Aggregation"
7
- weight = 70
7
+ weight = 46
8
8
pre = " <i class='fa'></i>"
9
9
+++
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title = "Collections"
4
4
[menu .main ]
5
5
parent = " Tutorials"
6
6
identifier = " Collections"
7
- weight = 45
7
+ weight = 30
8
8
pre = " <i class='fa'></i>"
9
9
+++
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title = "Database Commands"
4
4
[menu .main ]
5
5
parent = " Tutorials"
6
6
identifier = " Database Commands"
7
- weight = 50
7
+ weight = 70
8
8
pre = " <i class='fa'></i>"
9
9
+++
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title = "CRUD Operations"
4
4
[menu .main ]
5
5
parent = " Tutorials"
6
6
identifier = " CRUD Operations"
7
- weight = 30
7
+ weight = 40
8
8
pre = " <i class='fa'></i>"
9
9
+++
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title = "Geospatial Search"
4
4
[menu .main ]
5
5
parent = " Tutorials"
6
6
identifier = " Geospatial Search"
7
- weight = 45
7
+ weight = 55
8
8
pre = " <i class='fa'></i>"
9
9
+++
10
10
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ The tutorials in this section provide examples of some frequently used operation
14
14
15
15
[ Connect to MongoDB] ({{< relref "tutorials/connect/index.md" >}})
16
16
17
- [ CRUD Operations] ({{< relref "tutorials/crud.md" >}})
18
-
19
17
[ Collections] ({{< relref "tutorials/collections.md" >}})
20
18
19
+ [ Create Indexes] ({{< relref "tutorials/create-indexes.md" >}})
20
+
21
+ [ CRUD Operations] ({{< relref "tutorials/crud.md" >}})
22
+
21
23
[ Projections] ({{< relref "tutorials/projections.md" >}})
22
24
23
25
[ Aggregation] ({{< relref "tutorials/aggregation.md" >}})
24
26
25
- [ Create Indexes] ({{< relref "tutorials/create-indexes.md" >}})
26
-
27
27
[ Text Search] ({{< relref "tutorials/text-search.md" >}})
28
28
29
29
[ Geospatial Search] ({{< relref "tutorials/geospatial-search.md" >}})
30
30
31
- [ GridFS] ({{< relref "tutorials/gridfs/index.md" >}})
32
-
33
31
[ Database Commands] ({{< relref "tutorials/commands.md" >}})
34
32
33
+ [ GridFS] ({{< relref "tutorials/gridfs/index.md" >}})
34
+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title = "Projections"
4
4
[menu .main ]
5
5
parent = " Tutorials"
6
6
identifier = " Projections"
7
- weight = 30
7
+ weight = 45
8
8
pre = " <i class='fa'></i>"
9
9
+++
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title = "Text Search"
4
4
[menu .main ]
5
5
parent = " Tutorials"
6
6
identifier = " Text Search"
7
- weight = 40
7
+ weight = 50
8
8
pre = " <i class='fa'></i>"
9
9
+++
10
10
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ title = "Upgrade Guide"
9
9
10
10
# What's New in 2.2
11
11
12
- Key features of the 2.1 driver include:
12
+ Key features of the 2.2 driver include:
13
13
14
14
- Redesigned Connection Pool.
15
15
- Connection close will drain any outstanding operations.
Original file line number Diff line number Diff line change 1
1
+++
2
2
date = " 2015-03-19T12:53:39-04:00"
3
- title = " Upgrading to 2.0 "
3
+ title = " Upgrading to 2.x "
4
4
[menu .main ]
5
5
parent = " Upgrade Guide"
6
- identifier = " Upgrading to 2.0 "
6
+ identifier = " Upgrading to 2.x "
7
7
weight = 40
8
8
pre = " <i class='fa fa-wrench'></i>"
9
9
+++
10
10
11
- # Migrating Your Application To 2.0
11
+ # Migrating Your Application To 2.x
12
12
13
13
There are some key changes in the driver that you should be aware of before migrating your application from version 1.x to 2.x.
14
14
Some APIs are cleaned up, and some 1.x features have been deprecated.
Original file line number Diff line number Diff line change 6
6
</ div >
7
7
<!--logo start-->
8
8
< div class ="logo pull-left ">
9
- < a href ="{{ .Site.BaseURL}}/.. / ">
10
- < img src ="{{.Site.BaseURL}}/ img/logo-mongodb-header.png ", alt ="MongoDB.org " />
9
+ < a href ="https://www.mongodb.com / ">
10
+ < img src ="http://mongodb.github.io/node-mongodb-native/ img/logo-mongodb-header.png ", alt ="MongoDB.com " />
11
11
</ a >
12
12
</ div >
13
13
<!--logo end-->
14
14
{{ partial "header/topRight.html" . }}
15
15
</ div >
16
16
</ header >
17
+
You can’t perform that action at this time.
0 commit comments