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
Changes from 1 commit
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
Next Next commit
DOCSP-24435: Add meta descriptions
Chris Cho committed May 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit fe7716a08f2ad99a1d3a1f31a4dd1f8761a992ff
5 changes: 3 additions & 2 deletions source/fundamentals/crud/read-operations.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
Read Operations
===============

.. default-domain:: mongodb
.. meta::
:description: Learn the concepts and commands for MongoDB read operations by using the {+driver-long+}.

- :ref:`golang-query-document`
- :ref:`golang-count-documents`
@@ -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
3 changes: 2 additions & 1 deletion source/fundamentals/crud/write-operations.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
Write Operations
================

.. default-domain:: mongodb
.. meta::
:description: Learn the concepts and commands for MongoDB write operations by using the {+driver-long+}.

- :ref:`golang-insert-guide`
- :ref:`golang-delete-guide`
3 changes: 2 additions & 1 deletion source/usage-examples/find-operations.txt
Original file line number Diff line number Diff line change
@@ -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`
3 changes: 2 additions & 1 deletion source/usage-examples/write-operations.txt
Original file line number Diff line number Diff line change
@@ -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`