Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-24435: Add meta descriptions #259

Merged
merged 2 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -23,7 +24,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