Skip to content

Commit 65eb381

Browse files
hide install docs from TOC
1 parent f0e86d3 commit 65eb381

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

snooty.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ toc_landing_pages = [
8585
"/crud",
8686
"/geospatial-queries",
8787
"/indexes",
88-
"/installation",
8988
"/introduction",
9089
"/mongo",
9190
"/reference/aggregation",

source/contents.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ project, this Manual and additional editions of this text.
1010
.. But not actually sure that we shouldn't just include the toctree in the index.txt page and get rid of this page wholesale
1111

1212
- :doc:`/introduction`
13-
- :doc:`/installation`
1413
- :doc:`/crud`
1514
- :doc:`/aggregation`
1615
- :doc:`/data-modeling`
@@ -33,7 +32,6 @@ project, this Manual and additional editions of this text.
3332
:hidden:
3433

3534
Introduction </introduction>
36-
Installation </installation>
3735
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
3836
/crud
3937
/aggregation
@@ -49,4 +47,4 @@ project, this Manual and additional editions of this text.
4947
/faq
5048
/reference
5149
/release-notes
52-
/support
50+
/support

source/index.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ Explore libraries and tools for MongoDB.
208208
:titlesonly:
209209

210210
Introduction </introduction>
211-
Installation </installation>
212211
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
213212
/crud
214213
/aggregation

source/installation.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
.. _tutorials-installation:
22
.. _tutorial-installation:
33

4+
.. This page is hidden from the TOC and search indexing.
5+
6+
:orphan:
7+
8+
.. meta::
9+
:robots: noindex, nosnippet
10+
411
===============
512
Install MongoDB
613
===============

0 commit comments

Comments
 (0)