Skip to content

DOCSP-33118: broken link in index #802

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 4 commits into from
Sep 15, 2023
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
1 change: 1 addition & 0 deletions source/includes/mongodb-compatibility-table-node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
-
-
-
-

* - 4.17
- ⊛
Expand Down
8 changes: 3 additions & 5 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ MongoDB Node Driver

.. _node-driver-landing:

.. default-domain:: mongodb

.. include:: /includes/unicode-checkmark.rst

.. toctree::
Expand All @@ -31,9 +29,9 @@ Introduction
Welcome to the documentation site for the official {+driver-long+}.
You can add the driver to your application to work with MongoDB
in JavaScript or TypeScript. For more information about downloading and
installing the {+driver-short+}, see
:ref:`Download and Install <node-quick-start-download-and-install>` in the
Quick Start guide.
installing the {+driver-short+}, see the
:ref:`Add MongoDB as a Dependency <node-quickstart-mongodb-install>`
section of the Quick Start guide.

You can connect using the {+driver-short+} for
deployments hosted in the following environments:
Expand Down
6 changes: 4 additions & 2 deletions source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Quick Start
===========

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand All @@ -30,6 +28,8 @@ instance on MongoDB Atlas.
Set up Your Project
-------------------

.. _node-quickstart-install-node:

Install Node and npm
~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -61,6 +61,8 @@ Next, initialize your project:

npm init -y

.. _node-quickstart-mongodb-install:

Add MongoDB as a Dependency
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down