14
14
.. toctree::
15
15
16
16
Get Started </get-started>
17
- /connect
18
- /write-operations
19
- /read
20
- /indexes
21
- /aggregation
22
- Use Aggregation Expression Operations </agg-exp-ops>
23
- /security
24
- /data-formats
25
- /builders
26
- /encrypt-fields
27
- /compatibility
28
- Validate Driver Artifact Signatures </validate-signatures >
29
- /whats-new
17
+ Connect < /connect>
18
+ Write Data < /write-operations>
19
+ Read Data < /read>
20
+ Indexes < /indexes>
21
+ Data Aggregation < /aggregation>
22
+ Aggregation Operations </agg-exp-ops>
23
+ Specialized Data Formats </data-formats>
24
+ Builders </builders>
25
+ In-Use Encryption </encrypt-fields>
26
+ Compatibility </compatibility>
27
+ Validate Driver Signatures </validate-signatures>
28
+ What's New </whats-new >
29
+ Issues & Help </issues-and-help>
30
30
View the Source <https://github.com/mongodb/mongo-java-driver/tree/master/driver-kotlin-sync>
31
31
API Documentation <{+api+}/com.mongodb.kotlin.client/index.html>
32
32
@@ -60,12 +60,6 @@ Connect to MongoDB
60
60
Learn how to create and configure a connection to a MongoDB deployment
61
61
in the :ref:`kotlin-sync-connect` section.
62
62
63
- What's New
64
- ----------
65
-
66
- For a list of new features and changes in each version, see the :ref:`What's New <kotlin-sync-whats-new>`
67
- section.
68
-
69
63
Write Data to MongoDB
70
64
---------------------
71
65
@@ -108,38 +102,32 @@ In-Use Encryption
108
102
Learn how to use in-use encryption to encrypt your MongoDB data in the
109
103
:ref:`In-Use Encryption <kotlin-sync-fle>` section.
110
104
111
- .. TODO: Uncomment when pages are created
112
- .. FAQ
113
- .. ---
114
-
115
- .. For answers to commonly asked questions about the {+driver-short+}, see the
116
- .. :ref:`FAQ <kotlin-sync-faq>` section.
117
-
118
- .. Connection Troubleshooting
119
- .. --------------------------
120
-
121
- .. For solutions to some issues you might experience when connecting to a MongoDB
122
- .. deployment while using the {+driver-short+}, see the
123
- .. :ref:`Connection Troubleshooting <kotlin-sync-connection-troubleshooting>` section.
124
-
125
- .. Issues & Help
126
- .. -------------
127
-
128
- .. Learn how to report bugs, contribute to the driver, and find more resources for
129
- .. asking questions and receiving help in the :ref:`Issues & Help <kotlin-sync-issues-and-help>` section.
130
-
131
105
Compatibility
132
106
-------------
133
107
134
108
For the compatibility charts that show the recommended {+driver-short+} version for each
135
- MongoDB Server version, see the :ref:`Compatibility <kotlin-sync-compatibility>` section.
109
+ MongoDB Server version, see the :ref:`Compatibility
110
+ <kotlin-sync-compatibility>` section.
136
111
137
112
Validate Driver Artifact Signatures
138
113
-----------------------------------
139
114
140
115
Learn about how to validate signatures of {+driver-short+} artifacts
141
116
published on Maven in the :ref:`Validate Driver Artifact Signatures <kotlin-sync-validate-signatures>` section.
142
117
118
+ What's New
119
+ ----------
120
+
121
+ For a list of new features and changes in each version, see the
122
+ :ref:`What's New <kotlin-sync-whats-new>` section.
123
+
124
+ Issues & Help
125
+ -------------
126
+
127
+ Learn how to report bugs, contribute to the driver, and find more resources for
128
+ asking questions and receiving help in the :ref:`Issues & Help
129
+ <kotlin-sync-issues-and-help>` section.
130
+
143
131
Learn
144
132
------
145
133
@@ -155,4 +143,19 @@ To learn how to use MongoDB features with the {+driver-short+}, see the
155
143
`How-Tos and Articles page <https://www.mongodb.com/developer/languages/kotlin/>`__.
156
144
157
145
To ask questions and engage in discussions with fellow developers who
158
- use the {+driver-short+}, see the `forums page <https://www.mongodb.com/community/forums/tag/kotlin>`__.
146
+ use the {+driver-short+}, see the `forums page.
147
+ <https://www.mongodb.com/community/forums/tag/kotlin>`__
148
+
149
+ .. TODO: Uncomment when pages are created
150
+ .. FAQ
151
+ .. ---
152
+
153
+ .. For answers to commonly asked questions about the {+driver-short+}, see the
154
+ .. :ref:`FAQ <kotlin-sync-faq>` section.
155
+
156
+ .. Connection Troubleshooting
157
+ .. --------------------------
158
+
159
+ .. For solutions to some issues you might experience when connecting to a MongoDB
160
+ .. deployment while using the {+driver-short+}, see the
161
+ .. :ref:`Connection Troubleshooting <kotlin-sync-connection-troubleshooting>` section.
0 commit comments