Skip to content

Commit dd99271

Browse files
committed
toc
1 parent 051188e commit dd99271

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

source/connect.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,18 @@ Connect to MongoDB
1818
:description: Learn how to use the Kotlin Sync driver to connect to MongoDB.
1919
:keywords: client, ssl, tls, localhost
2020

21-
.. .. toctree::
22-
.. :titlesonly:
23-
.. :maxdepth: 1
21+
.. toctree::
22+
:titlesonly:
23+
:maxdepth: 1
24+
25+
/connect/stable-api
2426
..
2527
.. /connect/mongoclient
2628
.. /connect/connection-targets
2729
.. /connect/connection-options
2830
.. /connect/tls
2931
.. /connect/network-compression
3032
.. /connect/server-selection
31-
.. /connect/stable-api
3233
.. /connect/csot
3334

3435
Overview

source/connect/stable-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following code example shows how to specify {+stable-api+} version 1:
6060

6161
Once you create a ``MongoClient`` instance with
6262
a specified API version, all commands you run with the client use the specified
63-
version. If you need to run commands using more than one version of the
63+
version. If you must run commands using more than one version of the
6464
{+stable-api+}, create a new ``MongoClient``.
6565

6666
.. _stable-api-options:

0 commit comments

Comments
 (0)