Skip to content

Commit

Permalink
DOCSP-33118: broken link in index (#802)
Browse files Browse the repository at this point in the history
* DOCSP-33118: broken link in index

* save fix

* build fix

* CC suggestion
  • Loading branch information
rustagir authored Sep 15, 2023
1 parent 3c5ec74 commit 2c69f80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
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

0 comments on commit 2c69f80

Please sign in to comment.