Skip to content

hide install docs from TOC #6098

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
Nov 9, 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
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