From 0e8421b0d328bbab981dc6542166ec92fe6fbac6 Mon Sep 17 00:00:00 2001 From: andf-mongodb Date: Mon, 26 Apr 2021 13:46:59 -0400 Subject: [PATCH] DOCSP-15269 remove gettingstarted directive --- source/index.txt | 3 +-- source/mongo.txt | 6 ++++-- source/reference/mongo-shell.txt | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/source/index.txt b/source/index.txt index eff202b2a62..ee0a1975ba2 100644 --- a/source/index.txt +++ b/source/index.txt @@ -42,8 +42,7 @@ functionality. Getting Started --------------- -MongoDB provides a :gettingstarted:`Getting Started Guide ` in -the following editions. +MongoDB provides a Getting Started Guide in the following editions: .. list-table:: :class: index-table diff --git a/source/mongo.txt b/source/mongo.txt index 412eb604bea..a7bdb91bfab 100644 --- a/source/mongo.txt +++ b/source/mongo.txt @@ -284,7 +284,8 @@ with a number, or conflicts with a built-in function: For more documentation of basic MongoDB operations in the :binary:`~bin.mongo` shell, see: -- :gettingstarted:`Getting Started Guide ` +- :doc:`Getting Started Guide for the mongo Shell + ` - :doc:`/tutorial/insert-documents` - :doc:`/tutorial/query-documents` - :doc:`/tutorial/update-documents` @@ -436,7 +437,8 @@ supported by ``mongosh``, see .. seealso:: - - :gettingstarted:`Getting Started Guide ` + - :doc:`Getting Started Guide for the mongo Shell + ` - :binary:`~bin.mongo` Reference Page - :mongosh:`mongosh Documentation ` diff --git a/source/reference/mongo-shell.txt b/source/reference/mongo-shell.txt index 152a96dce85..4f37e7f194f 100644 --- a/source/reference/mongo-shell.txt +++ b/source/reference/mongo-shell.txt @@ -563,7 +563,8 @@ Consider the following reference material that addresses the - :ref:`js-administrative-methods` - :ref:`database-commands` - :ref:`aggregation-reference` -- :gettingstarted:`Getting Started Guide ` +- :doc:`Getting Started Guide for the mongo Shell + ` Additionally, the MongoDB source code repository includes a `jstests directory `_