Skip to content

Commit

Permalink
Merge pull request mongodb#259 from ccho-mongodb/DOCSP-24435-meta
Browse files Browse the repository at this point in the history
DOCSP-24435: Add meta descriptions
  • Loading branch information
Chris Cho authored Sep 22, 2023
2 parents 332a3ca + 3dae057 commit 6a52425
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions source/fundamentals/crud/read-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion source/fundamentals/crud/write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 2 additions & 1 deletion source/usage-examples/find-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 2 additions & 1 deletion source/usage-examples/write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6a52425

Please sign in to comment.