Skip to content

Commit 7c3b654

Browse files
author
Chris Cho
authored
DOCSP-29771: Add meta descriptions (#100)
* DOCSP-29771: Add meta descriptions
1 parent 756a546 commit 7c3b654

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

source/fundamentals.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
Fundamentals
55
============
66

7-
.. default-domain:: mongodb
7+
.. meta::
8+
:description: Learn how to use the (+driver-long+} to run commands on MongoDB.
89

910
.. toctree::
1011
:titlesonly:

source/fundamentals/crud.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
CRUD Operations
55
===============
66

7+
.. meta::
8+
:description: Learn how to run create, read, update, delete (CRUD) MongoDB operations by using the {+driver-long+}.
9+
710
.. toctree::
811
:caption: CRUD Operations
912

1013
/fundamentals/crud/write-operations
1114
/fundamentals/crud/read-operations
1215

1316
- :ref:`csharp-crud-read-operations`
14-
- :ref:`csharp-crud-write-operations`
17+
- :ref:`csharp-crud-write-operations`

source/fundamentals/crud/read-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Read Operations
55
===============
66

7+
.. meta::
8+
:description: Learn about the commands for running MongoDB read operations by using the {+driver-long+}.
9+
710
.. toctree::
811
:caption: Read Operations
912

source/fundamentals/crud/write-operations.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Write Operations
55
================
66

7+
.. meta::
8+
:description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}.
9+
710
.. toctree::
811
:caption: Write Operations
912

@@ -13,4 +16,4 @@ Write Operations
1316

1417
- :ref:`csharp-change-guide`
1518
- :ref:`csharp-delete-guide`
16-
- :ref:`csharp-insert-guide`
19+
- :ref:`csharp-insert-guide`

0 commit comments

Comments
 (0)