Skip to content
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
1 change: 0 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ toc_landing_pages = [
"/crud",
"/geospatial-queries",
"/indexes",
"/installation",
"/introduction",
"/mongo",
"/reference/aggregation",
Expand Down
4 changes: 1 addition & 3 deletions source/contents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ project, this Manual and additional editions of this text.
.. But not actually sure that we shouldn't just include the toctree in the index.txt page and get rid of this page wholesale

- :doc:`/introduction`
- :doc:`/installation`
- :doc:`/crud`
- :doc:`/aggregation`
- :doc:`/data-modeling`
Expand All @@ -33,7 +32,6 @@ project, this Manual and additional editions of this text.
:hidden:

Introduction </introduction>
Installation </installation>
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
/crud
/aggregation
Expand All @@ -49,4 +47,4 @@ project, this Manual and additional editions of this text.
/faq
/reference
/release-notes
/support
/support
1 change: 0 additions & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ Explore libraries and tools for MongoDB.
:titlesonly:

Introduction </introduction>
Installation </installation>
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
/crud
/aggregation
Expand Down
7 changes: 7 additions & 0 deletions source/installation.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.. _tutorials-installation:
.. _tutorial-installation:

.. This page is hidden from the TOC and search indexing.

:orphan:

.. meta::
:robots: noindex, nosnippet

===============
Install MongoDB
===============
Expand Down