Skip to content

Commit bd8ec46

Browse files
DOCSP-17579 fundamentals section (#136)
* updated fundamentals summary on landing page
1 parent 8d5837c commit bd8ec46

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

source/fundamentals.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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>`

source/index.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ concepts, you can check out the Fundamentals section which contains
5555
learning 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

6971
API Documentation
7072
-----------------

0 commit comments

Comments
 (0)