Skip to content

Commit 82fd87c

Browse files
authored
Merge pull request #1394 from kay-kim/2.2
Docs: 2.2 updates and fix mongodb.com image and link
2 parents 96d6d3a + 46e59ac commit 82fd87c

File tree

14 files changed

+23
-22
lines changed

14 files changed

+23
-22
lines changed

docs/reference/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type = "index"
99
Welcome to the MongoDB Node.js 2.x driver documentation.
1010

1111

12-
## What's New in 2.1
12+
## What's New
1313

1414
The [What's New]({{< relref "upgrade-migration/index.md" >}}) guide explains the major new features of the driver.
1515

docs/reference/content/installation-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date = "2015-03-17T15:36:56Z"
33
title = "Installation Guide"
44
[menu.main]
55
identifier = "Installation Guide"
6-
weight = 15
6+
weight = 10
77
pre = "<i class='fa fa-puzzle-piece'></i>"
88
+++
99

docs/reference/content/quick-start/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date = "2015-03-17T15:36:56Z"
33
title = "Quick Start"
44
[menu.main]
55
identifier = "Quick Start"
6-
weight = 10
6+
weight = 15
77
pre = "<i class='fa fa-road'></i>"
88
+++
99

docs/reference/content/tutorials/aggregation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Aggregation"
44
[menu.main]
55
parent = "Tutorials"
66
identifier = "Aggregation"
7-
weight = 70
7+
weight = 46
88
pre = "<i class='fa'></i>"
99
+++
1010

docs/reference/content/tutorials/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Collections"
44
[menu.main]
55
parent = "Tutorials"
66
identifier = "Collections"
7-
weight = 45
7+
weight = 30
88
pre = "<i class='fa'></i>"
99
+++
1010

docs/reference/content/tutorials/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Database Commands"
44
[menu.main]
55
parent = "Tutorials"
66
identifier = "Database Commands"
7-
weight = 50
7+
weight = 70
88
pre = "<i class='fa'></i>"
99
+++
1010

docs/reference/content/tutorials/crud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "CRUD Operations"
44
[menu.main]
55
parent = "Tutorials"
66
identifier = "CRUD Operations"
7-
weight = 30
7+
weight = 40
88
pre = "<i class='fa'></i>"
99
+++
1010

docs/reference/content/tutorials/geospatial-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Geospatial Search"
44
[menu.main]
55
parent = "Tutorials"
66
identifier = "Geospatial Search"
7-
weight = 45
7+
weight = 55
88
pre = "<i class='fa'></i>"
99
+++
1010

docs/reference/content/tutorials/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ The tutorials in this section provide examples of some frequently used operation
1414

1515
[Connect to MongoDB]({{< relref "tutorials/connect/index.md" >}})
1616

17-
[CRUD Operations]({{< relref "tutorials/crud.md" >}})
18-
1917
[Collections]({{< relref "tutorials/collections.md" >}})
2018

19+
[Create Indexes]({{< relref "tutorials/create-indexes.md" >}})
20+
21+
[CRUD Operations]({{< relref "tutorials/crud.md" >}})
22+
2123
[Projections]({{< relref "tutorials/projections.md" >}})
2224

2325
[Aggregation]({{< relref "tutorials/aggregation.md" >}})
2426

25-
[Create Indexes]({{< relref "tutorials/create-indexes.md" >}})
26-
2727
[Text Search]({{< relref "tutorials/text-search.md" >}})
2828

2929
[Geospatial Search]({{< relref "tutorials/geospatial-search.md" >}})
3030

31-
[GridFS]({{< relref "tutorials/gridfs/index.md" >}})
32-
3331
[Database Commands]({{< relref "tutorials/commands.md" >}})
3432

33+
[GridFS]({{< relref "tutorials/gridfs/index.md" >}})
34+

docs/reference/content/tutorials/projections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Projections"
44
[menu.main]
55
parent = "Tutorials"
66
identifier = "Projections"
7-
weight = 30
7+
weight = 45
88
pre = "<i class='fa'></i>"
99
+++
1010

0 commit comments

Comments
 (0)