File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ MongoDB Node Driver
4
4
5
5
.. _node-driver-landing:
6
6
7
- .. default-domain:: mongodb
8
-
9
7
.. include:: /includes/unicode-checkmark.rst
10
8
11
9
.. toctree::
@@ -31,8 +29,9 @@ Introduction
31
29
Welcome to the documentation site for the official {+driver-long+}.
32
30
You can add the driver to your application to work with MongoDB
33
31
in JavaScript or TypeScript. For more information about downloading and
34
- installing the {+driver-short+}, see the :ref:`<node-quickstart>`.
35
-
32
+ installing the {+driver-short+}, see the
33
+ :ref:`Add MongoDB as a Dependency <node-quickstart-mongodb-install>`
34
+ section of the Quick Start guide.
36
35
37
36
You can connect using the {+driver-short+} for
38
37
deployments hosted in the following environments:
Original file line number Diff line number Diff line change 4
4
Quick Start
5
5
===========
6
6
7
- .. default-domain:: mongodb
8
-
9
7
.. contents:: On this page
10
8
:local:
11
9
:backlinks: none
@@ -30,6 +28,8 @@ instance on MongoDB Atlas.
30
28
Set up Your Project
31
29
-------------------
32
30
31
+ .. _node-quickstart-install-node:
32
+
33
33
Install Node and npm
34
34
~~~~~~~~~~~~~~~~~~~~
35
35
@@ -61,6 +61,8 @@ Next, initialize your project:
61
61
62
62
npm init -y
63
63
64
+ .. _node-quickstart-mongodb-install:
65
+
64
66
Add MongoDB as a Dependency
65
67
~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
68
You can’t perform that action at this time.
0 commit comments