File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,21 @@ Fundamentals
2323 /fundamentals/monitoring
2424 /fundamentals/gridfs
2525 /fundamentals/csfle
26+
27+ The Fundamentals section contains detailed information to help you
28+ expand your knowledge on how to use MongoDB with the Java driver. We
29+ divide the information in this section into the following topics:
30+
31+ - :doc:`Connect to MongoDB </fundamentals/connection>`
32+ - :doc:`Specify an API Version </fundamentals/versioned-api>`
33+ - :doc:`Authenticate with MongoDB </fundamentals/auth>`
34+ - :doc:`Use the Driver's Data Formats </fundamentals/data-formats>`
35+ - :doc:`Perform CRUD Operations </fundamentals/crud>`
36+ - :doc:`Simplify your Code with Builders </fundamentals/builders>`
37+ - :doc:`Perform Aggregations </fundamentals/aggregation>`
38+ - :doc:`Construct Indexes </fundamentals/indexes>`
39+ - :doc:`Specify Collations </fundamentals/collations>`
40+ - :doc:`Record Events in the Driver </fundamentals/logging>`
41+ - :doc:`Use Driver Events in your Code </fundamentals/monitoring>`
42+ - :doc:`Store and Retrieve Files in MongoDB </fundamentals/gridfs>`
43+ - :doc:`Encrypt Fields in a Document </fundamentals/csfle>`
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ concepts, you can check out the Fundamentals section which contains
5555learning material on using the Java driver to do the following:
5656
5757- :doc:`Connect to MongoDB </fundamentals/connection>`
58+ - :doc:`Specify an API Version </fundamentals/versioned-api>`
5859- :doc:`Authenticate with MongoDB </fundamentals/auth>`
5960- :doc:`Use the Driver's Data Formats </fundamentals/data-formats>`
6061- :doc:`Perform CRUD Operations </fundamentals/crud>`
@@ -64,7 +65,8 @@ learning material on using the Java driver to do the following:
6465- :doc:`Specify Collations </fundamentals/collations>`
6566- :doc:`Record Events in the Driver </fundamentals/logging>`
6667- :doc:`Use Driver Events in your Code </fundamentals/monitoring>`
67- - :doc:`Store and Retrieve Files In MongoDB </fundamentals/gridfs>`
68+ - :doc:`Store and Retrieve Files in MongoDB </fundamentals/gridfs>`
69+ - :doc:`Encrypt Fields in a Document </fundamentals/csfle>`
6870
6971API Documentation
7072-----------------
You can’t perform that action at this time.
0 commit comments