Skip to content

Docs: 2.2 updates and fix mongodb.com image and link #1394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type = "index"
Welcome to the MongoDB Node.js 2.x driver documentation.


## What's New in 2.1
## What's New

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

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/installation-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ date = "2015-03-17T15:36:56Z"
title = "Installation Guide"
[menu.main]
identifier = "Installation Guide"
weight = 15
weight = 10
pre = "<i class='fa fa-puzzle-piece'></i>"
+++

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ date = "2015-03-17T15:36:56Z"
title = "Quick Start"
[menu.main]
identifier = "Quick Start"
weight = 10
weight = 15
pre = "<i class='fa fa-road'></i>"
+++

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/tutorials/aggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "Aggregation"
[menu.main]
parent = "Tutorials"
identifier = "Aggregation"
weight = 70
weight = 46
pre = "<i class='fa'></i>"
+++

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/tutorials/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "Collections"
[menu.main]
parent = "Tutorials"
identifier = "Collections"
weight = 45
weight = 30
pre = "<i class='fa'></i>"
+++

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/tutorials/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "Database Commands"
[menu.main]
parent = "Tutorials"
identifier = "Database Commands"
weight = 50
weight = 70
pre = "<i class='fa'></i>"
+++

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/tutorials/crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "CRUD Operations"
[menu.main]
parent = "Tutorials"
identifier = "CRUD Operations"
weight = 30
weight = 40
pre = "<i class='fa'></i>"
+++

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/tutorials/geospatial-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "Geospatial Search"
[menu.main]
parent = "Tutorials"
identifier = "Geospatial Search"
weight = 45
weight = 55
pre = "<i class='fa'></i>"
+++

Expand Down
12 changes: 6 additions & 6 deletions docs/reference/content/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ The tutorials in this section provide examples of some frequently used operation

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

[CRUD Operations]({{< relref "tutorials/crud.md" >}})

[Collections]({{< relref "tutorials/collections.md" >}})

[Create Indexes]({{< relref "tutorials/create-indexes.md" >}})

[CRUD Operations]({{< relref "tutorials/crud.md" >}})

[Projections]({{< relref "tutorials/projections.md" >}})

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

[Create Indexes]({{< relref "tutorials/create-indexes.md" >}})

[Text Search]({{< relref "tutorials/text-search.md" >}})

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

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

[Database Commands]({{< relref "tutorials/commands.md" >}})

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

2 changes: 1 addition & 1 deletion docs/reference/content/tutorials/projections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "Projections"
[menu.main]
parent = "Tutorials"
identifier = "Projections"
weight = 30
weight = 45
pre = "<i class='fa'></i>"
+++

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/tutorials/text-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "Text Search"
[menu.main]
parent = "Tutorials"
identifier = "Text Search"
weight = 40
weight = 50
pre = "<i class='fa'></i>"
+++

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/upgrade-migration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title = "Upgrade Guide"

# What's New in 2.2

Key features of the 2.1 driver include:
Key features of the 2.2 driver include:

- Redesigned Connection Pool.
- Connection close will drain any outstanding operations.
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/content/upgrade-migration/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
+++
date = "2015-03-19T12:53:39-04:00"
title = "Upgrading to 2.0"
title = "Upgrading to 2.x"
[menu.main]
parent = "Upgrade Guide"
identifier = "Upgrading to 2.0"
identifier = "Upgrading to 2.x"
weight = 40
pre = "<i class='fa fa-wrench'></i>"
+++

# Migrating Your Application To 2.0
# Migrating Your Application To 2.x

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.
Some APIs are cleaned up, and some 1.x features have been deprecated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
</div>
<!--logo start-->
<div class="logo pull-left">
<a href="{{ .Site.BaseURL}}/../">
<img src="{{.Site.BaseURL}}/img/logo-mongodb-header.png", alt="MongoDB.org" />
<a href="https://www.mongodb.com/">
<img src="http://mongodb.github.io/node-mongodb-native/img/logo-mongodb-header.png", alt="MongoDB.com" />
</a>
</div>
<!--logo end-->
{{ partial "header/topRight.html" . }}
</div>
</header>