Skip to content

Commit deecb9a

Browse files
author
Chris Cho
authored
DOCSP-24434: Add meta descriptions (#680)
* DOCSP-24434: Add meta descriptions
1 parent 8fbba93 commit deecb9a

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

source/fundamentals/crud/read-operations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Read Operations
33
===============
44

5-
.. default-domain:: mongodb
5+
.. meta::
6+
:description: Learn about the commands for running MongoDB read operations by using the {+driver-long+}.
67

78
.. facet::
89
:name: genre

source/fundamentals/crud/write-operations.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Write Operations
33
================
44

5-
.. default-domain:: mongodb
5+
.. meta::
6+
:description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}.
67

78
- :doc:`/fundamentals/crud/write-operations/insert`
89
- :doc:`/fundamentals/crud/write-operations/pkFactory`
@@ -20,4 +21,4 @@ Write Operations
2021
/fundamentals/crud/write-operations/modify
2122
/fundamentals/crud/write-operations/embedded-arrays
2223
/fundamentals/crud/write-operations/upsert
23-
24+

source/usage-examples/find-operations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Find Operations
33
===============
44

5-
.. default-domain:: mongodb
5+
.. meta::
6+
:description: Learn by example: how to create queries and retrieve data from MongoDB by using the {+driver-long+}.
67

78
- :doc:`Find a Document </usage-examples/findOne>`
89

source/usage-examples/insert-operations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Insert Operations
33
=================
44

5-
.. default-domain:: mongodb
5+
.. meta::
6+
:description: Learn by example: how to insert data into MongoDB by using the {+driver-long+}.
67

78
- :doc:`Insert a Document </usage-examples/insertOne>`
89

source/usage-examples/update-and-replace-operations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Update & Replace Operations
33
===========================
44

5-
.. default-domain:: mongodb
5+
.. meta::
6+
:description: Learn by example: how to update and replace data in MongoDB by using the {+driver-long+}.
67

78
- :doc:`Update a Document </usage-examples/updateOne>`
89

0 commit comments

Comments
 (0)