Skip to content

DOCSP-15269 remove gettingstarted directive #5262

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 1 commit into from
Apr 26, 2021
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
7 changes: 3 additions & 4 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,16 @@ 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

* - :gettingstarted:`mongo Shell Edition </shell>`
* - :doc:`mongo Shell Edition </tutorial/getting-started>`

`Node.JS Edition <http://mongodb.github.io/node-mongodb-native/2.2/quick-start/>`_

- :gettingstarted:`Python Edition </python>`
- :ecosystem:`Python Edition </drivers/pymongo/>`

`C++ Edition <https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/tutorial/>`_

Expand Down
6 changes: 4 additions & 2 deletions source/mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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 </shell>`
- :doc:`Getting Started Guide for the mongo Shell
</tutorial/getting-started>`
- :doc:`/tutorial/insert-documents`
- :doc:`/tutorial/query-documents`
- :doc:`/tutorial/update-documents`
Expand Down Expand Up @@ -243,7 +244,8 @@ To exit the shell, type ``quit()`` or use the ``<Ctrl-C>`` shortcut.

.. seealso::

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

.. class:: hidden
Expand Down
3 changes: 2 additions & 1 deletion source/reference/mongo-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,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