Skip to content

Commit 5d33ba1

Browse files
authored
(DOCSP-29200): Fundamentals landing page (#5)
1 parent 3557d7f commit 5d33ba1

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

source/fundamentals.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,23 @@ Fundamentals
99
:maxdepth: 1
1010

1111
/fundamentals/connection
12-
/fundamentals/auth
13-
/fundamentals/enterprise-auth
14-
/fundamentals/stable-api
1512
/fundamentals/databases-collections
1613
/fundamentals/data-formats
1714
/fundamentals/crud
1815
/fundamentals/builders
1916
/fundamentals/aggregation
2017
/fundamentals/indexes
21-
/fundamentals/collations
2218
/fundamentals/logging
2319
/fundamentals/monitoring
24-
/fundamentals/gridfs
25-
/fundamentals/csfle
26-
/fundamentals/time-series
20+
21+
.. TODO : add back in after MVP
22+
.. /fundamentals/auth
23+
.. /fundamentals/enterprise-auth
24+
.. /fundamentals/stable-api
25+
.. /fundamentals/collations
26+
.. /fundamentals/gridfs
27+
.. /fundamentals/csfle
28+
.. /fundamentals/time-series
2729

2830
.. include:: /includes/fundamentals-sections.rst
31+
Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
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
22
Fundamentals section:
33

44
- :doc:`Connect to MongoDB </fundamentals/connection>`
5-
- :doc:`Use the Stable API </fundamentals/stable-api>`
65
- :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>`
87
- :doc:`Read from and Write to MongoDB </fundamentals/crud>`
98
- :doc:`Simplify your Code with Builders </fundamentals/builders>`
109
- :doc:`Transform your Data </fundamentals/aggregation>`
1110
- :doc:`Create Indexes to Speed Up Queries </fundamentals/indexes>`
12-
- :doc:`Sort Using Collations </fundamentals/collations>`
1311
- :doc:`Log Events in the Driver </fundamentals/logging>`
1412
- :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

Comments
 (0)