File tree Expand file tree Collapse file tree 9 files changed +21
-8
lines changed Expand file tree Collapse file tree 9 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 4
4
API Documentation
5
5
=================
6
6
7
+ .. meta::
8
+ :description: Read the API documentation for the {+driver-long+} and related packages.
9
+
7
10
- `BSON <{+api+}/apidocs/bson/index.html>`__ - classes for working with the
8
11
BSON data format.
9
12
- `BSON Record Codec <{+api+}/apidocs/bson-record-codec/index.html>`__ -
Original file line number Diff line number Diff line change 2
2
Fundamentals
3
3
============
4
4
5
- .. default-domain:: mongodb
5
+ .. meta::
6
+ :description: Learn how to use the (+driver-long+} to run commands on MongoDB.
6
7
7
8
.. toctree::
8
9
:titlesonly:
Original file line number Diff line number Diff line change 2
2
Read Operations
3
3
===============
4
4
5
- .. default-domain:: mongodb
5
+ .. meta::
6
+ :description: Learn about the commands for running read operations on MongoDB by using the {+driver-long+}.
6
7
7
8
- :doc:`/fundamentals/crud/read-operations/retrieve`
8
9
- :doc:`/fundamentals/crud/read-operations/cursor`
Original file line number Diff line number Diff line change 2
2
Write Operations
3
3
================
4
4
5
+ .. meta::
6
+ :description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}.
7
+
5
8
- :doc:`/fundamentals/crud/write-operations/insert`
6
9
- :doc:`/fundamentals/crud/write-operations/delete`
7
10
- :doc:`/fundamentals/crud/write-operations/modify`
Original file line number Diff line number Diff line change 2
2
Data Formats
3
3
============
4
4
5
- .. default-domain:: mongodb
5
+ .. meta::
6
+ :description: Learn how to convert between MongoDB and Java data formats by using the {+driver-long+}.
6
7
7
8
- :doc:`/fundamentals/data-formats/document-data-format-bson`
8
9
- :doc:`/fundamentals/data-formats/document-data-format-extended-json`
Original file line number Diff line number Diff line change 2
2
Delete Operations
3
3
=================
4
4
5
- .. default-domain:: mongodb
5
+ .. meta::
6
+ :description: Learn by example: how to delete data from MongoDB by using the {+driver-long+}.
6
7
7
8
- :doc:`Delete a Document </usage-examples/deleteOne>`
8
9
- :doc:`Delete Multiple Documents </usage-examples/deleteMany>`
@@ -12,4 +13,4 @@ Delete Operations
12
13
13
14
/usage-examples/deleteOne
14
15
/usage-examples/deleteMany
15
-
16
+
Original file line number Diff line number Diff line change 2
2
Find Operations
3
3
===============
4
4
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+}.
6
7
7
8
- :doc:`Find a Document </usage-examples/findOne>`
8
9
- :doc:`Find Multiple Documents </usage-examples/find>`
Original file line number Diff line number Diff line change 2
2
Insert Operations
3
3
=================
4
4
5
- .. default-domain:: mongodb
5
+ .. meta::
6
+ :description: Learn by example: how to insert data into MongoDB by using the {+driver-long+}.
6
7
7
8
- :doc:`Insert a Document </usage-examples/insertOne>`
8
9
- :doc:`Insert Multiple Documents </usage-examples/insertMany>`
Original file line number Diff line number Diff line change 2
2
Update & Replace Operations
3
3
===========================
4
4
5
- .. default-domain:: mongodb
5
+ .. meta::
6
+ :description: Learn by example: how to update and replace data in MongoDB by using the {+driver-long+}.
6
7
7
8
- :doc:`Update a Document </usage-examples/updateOne>`
8
9
- :doc:`Update Multiple Documents </usage-examples/updateMany>`
You can’t perform that action at this time.
0 commit comments