@@ -4,16 +4,14 @@ Builders
4
4
5
5
.. default-domain:: mongodb
6
6
7
- .. toctree::
8
-
9
- /fundamentals/builders/aggregates
10
-
11
- .. TODO: add these back after Must-Have phase complete
12
- .. /fundamentals/builders/filters
13
- .. /fundamentals/builders/indexes
14
- .. /fundamentals/builders/projections
15
- .. /fundamentals/builders/sort
16
- .. /fundamentals/builders/updates
7
+ .. TODO: add these pages back when the kotlin version pages are added
8
+ .. .. toctree::
9
+ .. /fundamentals/builders/aggregates
10
+ .. /fundamentals/builders/filters
11
+ .. /fundamentals/builders/indexes
12
+ .. /fundamentals/builders/projections
13
+ .. /fundamentals/builders/sort
14
+ .. /fundamentals/builders/updates
17
15
18
16
.. contents:: On this page
19
17
:local:
@@ -93,12 +91,11 @@ Using Builders
93
91
.. literalinclude:: /examples/generated/BuildersTest.snippet.builders.kt
94
92
:language: kotlin
95
93
96
- Available Builders
97
- ------------------
98
-
99
- - :ref:`Aggregates <aggregates-builders>` for building aggregation pipelines.
94
+ .. TODO: add these pages back when the kotlin version pages are added
95
+ .. Available Builders
96
+ .. ------------------
100
97
101
- .. TODO: add these back after Must-Have phase complete
98
+ .. - :ref:`Aggregates <aggregates-builders>` for building aggregation pipelines.
102
99
.. - :ref:`Filters <filters-builders>` for building query filters.
103
100
.. - :ref:`Projections <projections-builders>` for building projections.
104
101
.. - :ref:`Sorts <sorts-builders>` for building sort criteria.
0 commit comments