From 2c69f8015021710ef7025774a3bc79ba1b6c65b6 Mon Sep 17 00:00:00 2001 From: Rea Rustagi <85902999+rustagir@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:53:09 -0400 Subject: [PATCH] DOCSP-33118: broken link in index (#802) * DOCSP-33118: broken link in index * save fix * build fix * CC suggestion --- source/includes/mongodb-compatibility-table-node.rst | 1 + source/index.txt | 8 +++----- source/quick-start.txt | 6 ++++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/source/includes/mongodb-compatibility-table-node.rst b/source/includes/mongodb-compatibility-table-node.rst index b9831cd06..53fad0b84 100644 --- a/source/includes/mongodb-compatibility-table-node.rst +++ b/source/includes/mongodb-compatibility-table-node.rst @@ -27,6 +27,7 @@ - - - + - * - 4.17 - ⊛ diff --git a/source/index.txt b/source/index.txt index d61e3a8bd..e09d40c38 100644 --- a/source/index.txt +++ b/source/index.txt @@ -4,8 +4,6 @@ MongoDB Node Driver .. _node-driver-landing: -.. default-domain:: mongodb - .. include:: /includes/unicode-checkmark.rst .. toctree:: @@ -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 ` in the -Quick Start guide. +installing the {+driver-short+}, see the +:ref:`Add MongoDB as a Dependency ` +section of the Quick Start guide. You can connect using the {+driver-short+} for deployments hosted in the following environments: diff --git a/source/quick-start.txt b/source/quick-start.txt index d915742e8..8a1574410 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -4,8 +4,6 @@ Quick Start =========== -.. default-domain:: mongodb - .. contents:: On this page :local: :backlinks: none @@ -30,6 +28,8 @@ instance on MongoDB Atlas. Set up Your Project ------------------- +.. _node-quickstart-install-node: + Install Node and npm ~~~~~~~~~~~~~~~~~~~~ @@ -61,6 +61,8 @@ Next, initialize your project: npm init -y +.. _node-quickstart-mongodb-install: + Add MongoDB as a Dependency ~~~~~~~~~~~~~~~~~~~~~~~~~~~