From 68dde55f375af1564ea4218956a7bb89ffc797cc Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:51:30 -0500 Subject: [PATCH] DOCSP-51304 - Add noindex to write-operations (#662) (cherry picked from commit 6bb046ac5aa34533d88905cabeb7cbf4569135b9) --- source/fundamentals/crud/write-operations.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/fundamentals/crud/write-operations.txt b/source/fundamentals/crud/write-operations.txt index 15b4b476..7a370f05 100644 --- a/source/fundamentals/crud/write-operations.txt +++ b/source/fundamentals/crud/write-operations.txt @@ -6,6 +6,7 @@ Write Operations .. meta:: :description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}. + :robots: noindex, nosnippet .. toctree:: :caption: Write Operations