Skip to content

Commit 0b0a958

Browse files
committed
landing page fixes
1 parent ca80ca6 commit 0b0a958

File tree

8 files changed

+11
-2
lines changed

8 files changed

+11
-2
lines changed

snooty.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ intersphinx = [
99

1010
toc_landing_pages = [
1111
"/quick-start",
12-
"/fundamentals/connections",
13-
"/fundamentals/crud",
1412
"/usage-examples",
1513
"/fundamentals/indexes",
1614
"/fundamentals/aggregation",

source/api.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
API Documentation
33
=================
44

5+
.. meta::
6+
:robots: noindex, nosnippet
7+
58
.. toctree::
69
:titlesonly:
710
:maxdepth: 1

source/fundamentals/connections.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Connections
66

77
.. meta::
88
:description: Explore how to configure connections to a MongoDB deployment using the Rust driver, including options for network compression and TLS.
9+
:robots: noindex, nosnippet
910

1011
.. toctree::
1112

source/fundamentals/crud.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CRUD Operations
66

77
.. meta::
88
:description: Explore how to perform CRUD operations with the MongoDB Rust Driver, including reading, writing, and modifying documents in MongoDB.
9+
:robots: noindex, nosnippet
910

1011
.. toctree::
1112
:caption: CRUD Operations

source/fundamentals/crud/read-operations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Read Operations
66

77
.. meta::
88
:description: Explore various read operations in the MongoDB Rust Driver, including querying, retrieving data, using cursors, and managing results with sorting, skipping, and limiting.
9+
:robots: noindex, nosnippet
910

1011
.. toctree::
1112
:caption: Read Operations

source/fundamentals/crud/write-operations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Write Operations
66

77
.. meta::
88
:description: Explore write operations with the MongoDB Rust Driver, including inserting, modifying, and deleting documents, and performing bulk operations.
9+
:robots: noindex, nosnippet
910

1011
.. toctree::
1112
:caption: Write Operations

source/fundamentals/monitoring.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Monitoring
66

77
.. meta::
88
:description: Explore monitoring techniques for cluster configuration, command execution, and connection pool changes with the MongoDB Rust Driver.
9+
:robots: noindex, nosnippet
910

1011
.. toctree::
1112
:caption: Monitoring categories

source/view-source.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
View the Source
33
===============
44

5+
.. meta::
6+
:robots: noindex, nosnippet
7+
58
.. toctree::
69
:titlesonly:
710
:maxdepth: 1

0 commit comments

Comments
 (0)