Skip to content

Commit 7c30bb0

Browse files
authored
Merge branch 'comp-cov' into DOCSP-51324-compression
2 parents e2f8838 + 7c94562 commit 7c30bb0

17 files changed

+966
-25
lines changed

snooty.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ intersphinx = [
88
]
99

1010
toc_landing_pages = [
11-
"/write-operations",
12-
"/read",
1311
"/connect",
1412
"/indexes",
15-
"work-with-indexes",
13+
"/work-with-indexes",
1614
"/data-formats",
1715
"/builders",
1816
"/aggregation",
19-
"/connect/connection-options"
17+
"/connect/connection-options",
18+
"/logging-and-monitoring",
19+
"/databases-and-collections",
20+
"/api"
2021
]
2122

2223
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

source/connect.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@ Connection Guide
1919
:keywords: client, ssl, tls, localhost
2020

2121
.. toctree::
22-
:titlesonly:
23-
:maxdepth: 1
2422

2523
Create a MongoClient </connect/mongoclient>
2624
Choose a Connection Target </connect/connection-targets>
2725
Connection Options </connect/connection-options>
2826
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
29-
30-
.. /connect/connection-troubleshooting
27+
Connection Troubleshooting </connect/connection-troubleshooting>
3128

3229
Overview
3330
--------

source/connect/connection-options.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
Specify Connection Options
55
==========================
66

7-
.. contents:: On this page
8-
:local:
9-
:backlinks: none
10-
:depth: 2
11-
:class: singlecol
12-
137
.. facet::
148
:name: genre
159
:values: reference
@@ -21,11 +15,10 @@ Specify Connection Options
2115
:titlesonly:
2216
:maxdepth: 1
2317

18+
Network Compression </connect/connection-options/network-compression>
2419
Stable API </connect/connection-options/stable-api>
2520
Limit Server Execution Time </connect/connection-options/csot>
26-
Network Compression </connect/connection-options/network-compression>
27-
28-
.. /connect/server-selection
21+
Connection Pools </connect/connection-pools>
2922

3023
Overview
3124
--------

source/connect/connection-pools.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. _kotlin-sync-connection-pools:
2+
3+
================
4+
Connection Pools
5+
================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
14+
.. _kotlin-sync-connection-pool-settings:
15+
16+
.. TODO

source/connect/connection-targets.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ deployment:
7070
:end-before: end-connect-local
7171
:dedent:
7272

73+
.. _kotlin-sync-connect-replica-set:
74+
7375
Replica Sets
7476
------------
7577

@@ -122,3 +124,14 @@ The following examples show how to connect to a MongoDB replica set running on p
122124
.. note:: Replica Set in Docker
123125

124126
.. sharedinclude:: dbx/docker-replica-set.rst
127+
128+
DNS Service Discovery
129+
---------------------
130+
131+
.. sharedinclude:: dbx/srv-polling.rst
132+
133+
.. replacement:: srv-uri
134+
135+
.. code-block:: kotlin
136+
137+
val uri = "mongodb+srv://<hostname>/"

0 commit comments

Comments
 (0)