From 0970f7f85340786f7f464309cfca41d2d7d78b76 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Tue, 9 Nov 2021 10:37:06 -0500 Subject: [PATCH] hide install docs from TOC --- snooty.toml | 1 - source/contents.txt | 4 +--- source/index.txt | 1 - source/installation.txt | 7 +++++++ 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/snooty.toml b/snooty.toml index ba63cbbb6e9..0036dc0699e 100644 --- a/snooty.toml +++ b/snooty.toml @@ -85,7 +85,6 @@ toc_landing_pages = [ "/crud", "/geospatial-queries", "/indexes", - "/installation", "/introduction", "/mongo", "/reference/aggregation", diff --git a/source/contents.txt b/source/contents.txt index 350a00ab8cf..dc5bf9b6a7f 100644 --- a/source/contents.txt +++ b/source/contents.txt @@ -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` @@ -33,7 +32,6 @@ project, this Manual and additional editions of this text. :hidden: Introduction - Installation MongoDB Shell (mongosh) /crud /aggregation @@ -49,4 +47,4 @@ project, this Manual and additional editions of this text. /faq /reference /release-notes - /support \ No newline at end of file + /support diff --git a/source/index.txt b/source/index.txt index 53cca5afc5e..51299fc3276 100644 --- a/source/index.txt +++ b/source/index.txt @@ -208,7 +208,6 @@ Explore libraries and tools for MongoDB. :titlesonly: Introduction - Installation MongoDB Shell (mongosh) /crud /aggregation diff --git a/source/installation.txt b/source/installation.txt index 4b887868442..0c9ba65d0d9 100644 --- a/source/installation.txt +++ b/source/installation.txt @@ -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 ===============