From a5c73173a6fffcf826929ce69344418381e7be68 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Fri, 22 Sep 2023 11:25:24 -0400 Subject: [PATCH] Merge pull request #259 from ccho-mongodb/DOCSP-24435-meta DOCSP-24435: Add meta descriptions (cherry picked from commit 6a52425fe53bf01b35af3ca122afe226c5990eee) --- source/fundamentals/crud/read-operations.txt | 5 +++-- source/fundamentals/crud/write-operations.txt | 3 ++- source/usage-examples/find-operations.txt | 3 ++- source/usage-examples/write-operations.txt | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/source/fundamentals/crud/read-operations.txt b/source/fundamentals/crud/read-operations.txt index 673bdce5..ee2b97d5 100644 --- a/source/fundamentals/crud/read-operations.txt +++ b/source/fundamentals/crud/read-operations.txt @@ -4,7 +4,8 @@ Read Operations =============== -.. default-domain:: mongodb +.. meta:: + :description: Learn about the commands for running MongoDB read operations by using the {+driver-long+}. - :ref:`golang-query-document` - :ref:`golang-count-documents` @@ -20,7 +21,7 @@ Read Operations .. toctree:: :caption: Read Operations - + /fundamentals/crud/read-operations/query-document /fundamentals/crud/read-operations/count /fundamentals/crud/read-operations/retrieve diff --git a/source/fundamentals/crud/write-operations.txt b/source/fundamentals/crud/write-operations.txt index d75bedc5..79a58ab4 100644 --- a/source/fundamentals/crud/write-operations.txt +++ b/source/fundamentals/crud/write-operations.txt @@ -4,7 +4,8 @@ Write Operations ================ -.. default-domain:: mongodb +.. meta:: + :description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}. - :ref:`golang-insert-guide` - :ref:`golang-delete-guide` diff --git a/source/usage-examples/find-operations.txt b/source/usage-examples/find-operations.txt index e390ae35..b6a9b9e9 100644 --- a/source/usage-examples/find-operations.txt +++ b/source/usage-examples/find-operations.txt @@ -2,7 +2,8 @@ Find Operations =============== -.. default-domain:: mongodb +.. meta:: + :description: Learn by example: how to create queries and retrieve data by using the {+driver-long+}. - :ref:`golang-find-one` - :ref:`golang-find-multiple` diff --git a/source/usage-examples/write-operations.txt b/source/usage-examples/write-operations.txt index 2ca3f721..adf758f5 100644 --- a/source/usage-examples/write-operations.txt +++ b/source/usage-examples/write-operations.txt @@ -2,7 +2,8 @@ Write Operations ================ -.. default-domain:: mongodb +.. meta:: + :description: Learn by example: how to insert, update, and delete data by using the {+driver-long+}. - :ref:`golang-insert-one` - :ref:`golang-insert-many`