|
1 |
| -Learn how to perform the following tasks using the Java driver in the |
| 1 | +Learn how to perform the following tasks using the Kotlin driver in the |
2 | 2 | Fundamentals section:
|
3 | 3 |
|
4 | 4 | - :doc:`Connect to MongoDB </fundamentals/connection>`
|
5 |
| -- :doc:`Use the Stable API </fundamentals/stable-api>` |
6 | 5 | - :doc:`Authenticate with MongoDB </fundamentals/auth>`
|
7 |
| -- :doc:`Convert between MongoDB Data Formats and Java Objects </fundamentals/data-formats>` |
| 6 | +- :doc:`Convert between MongoDB Data Formats and Kotlin Objects </fundamentals/data-formats>` |
8 | 7 | - :doc:`Read from and Write to MongoDB </fundamentals/crud>`
|
9 | 8 | - :doc:`Simplify your Code with Builders </fundamentals/builders>`
|
10 | 9 | - :doc:`Transform your Data </fundamentals/aggregation>`
|
11 | 10 | - :doc:`Create Indexes to Speed Up Queries </fundamentals/indexes>`
|
12 |
| -- :doc:`Sort Using Collations </fundamentals/collations>` |
13 | 11 | - :doc:`Log Events in the Driver </fundamentals/logging>`
|
14 | 12 | - :doc:`Monitor Driver Events </fundamentals/monitoring>`
|
15 |
| -- :doc:`Store and Retrieve Large Files in MongoDB </fundamentals/gridfs>` |
16 |
| -- :doc:`Encrypt Fields in a Document </fundamentals/csfle>` |
17 |
| -- :doc:`Use a Time Series Collection </fundamentals/time-series>` |
| 13 | + |
| 14 | +.. TODO : add back in after MVP |
| 15 | +
|
| 16 | +.. - :doc:`Connect to MongoDB </fundamentals/connection>` |
| 17 | +.. - :doc:`Use the Stable API </fundamentals/stable-api>` |
| 18 | +.. - :doc:`Authenticate with MongoDB </fundamentals/auth>` |
| 19 | +.. - :doc:`Convert between MongoDB Data Formats and Kotlin Objects </fundamentals/data-formats>` |
| 20 | +.. - :doc:`Read from and Write to MongoDB </fundamentals/crud>` |
| 21 | +.. - :doc:`Simplify your Code with Builders </fundamentals/builders>` |
| 22 | +.. - :doc:`Transform your Data </fundamentals/aggregation>` |
| 23 | +.. - :doc:`Create Indexes to Speed Up Queries </fundamentals/indexes>` |
| 24 | +.. - :doc:`Sort Using Collations </fundamentals/collations>` |
| 25 | +.. - :doc:`Log Events in the Driver </fundamentals/logging>` |
| 26 | +.. - :doc:`Monitor Driver Events </fundamentals/monitoring>` |
| 27 | +.. - :doc:`Store and Retrieve Large Files in MongoDB </fundamentals/gridfs>` |
| 28 | +.. - :doc:`Encrypt Fields in a Document </fundamentals/csfle>` |
| 29 | +.. - :doc:`Use a Time Series Collection </fundamentals/time-series>` |
0 commit comments