Skip to content

DOCSP-15269 remove gettingstarted directive #5258

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
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
3 changes: 1 addition & 2 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ functionality.
Getting Started
---------------

MongoDB provides a :gettingstarted:`Getting Started Guide </shell>` in
the following editions.
MongoDB provides a Getting Started Guide in the following editions:

.. list-table::
:class: index-table
Expand Down
3 changes: 2 additions & 1 deletion source/mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ The list of methods supported by ``mongosh`` is here:

.. seealso::

- :gettingstarted:`Getting Started Guide </shell>`
- :doc:`Getting Started Guide for the mongo Shell
</tutorial/getting-started>`
- :binary:`~bin.mongo` Reference Page
- :mongosh:`mongosh Documentation </>`

3 changes: 2 additions & 1 deletion source/reference/mongo-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,8 @@ Consider the following reference material that addresses the
- :ref:`js-administrative-methods`
- :ref:`database-commands`
- :ref:`aggregation-reference`
- :gettingstarted:`Getting Started Guide </shell>`
- :doc:`Getting Started Guide for the mongo Shell
</tutorial/getting-started>`

Additionally, the MongoDB source code repository includes a `jstests
directory <https://github.com/mongodb/mongo/tree/master/jstests/>`_
Expand Down