Skip to content

Commit 28b6d92

Browse files
authored
Merge pull request #6 from rustagir/DOCSP-30522-connection-landing
DOCSP-30522: connection landing
2 parents b1cf218 + 0638bec commit 28b6d92

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
77
]
88

99
toc_landing_pages = [
10+
"/fundamentals/connection",
1011
"/fundamentals/crud"
1112
]
1213

source/fundamentals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Fundamentals
88
:titlesonly:
99
:maxdepth: 1
1010

11+
/fundamentals/connections
1112
/fundamentals/crud
1213

1314
..
14-
/fundamentals/connection
1515
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
1616
/fundamentals/stable-api
1717
/fundamentals/context

source/fundamentals/connections.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
.. _rust-connection:
2+
3+
===========
4+
Connections
5+
===========
6+
7+
.. toctree::
8+
9+
..
10+
/fundamentals/connection/connection-guide
11+
/fundamentals/connection/connection-options
12+
/fundamentals/connection/network-compression
13+
/fundamentals/connection/tls
14+
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
15+
16+
.. contents:: On this page
17+
:local:
18+
:backlinks: none
19+
:depth: 1
20+
:class: singlecol
21+
22+
Overview
23+
--------
24+
25+
Learn how to configure your application's connection to a MongoDB
26+
deployment using the {+driver-short+} in the following sections:
27+
28+
.. - :ref:`Connect to MongoDB <rust-connect-to-mongodb>`
29+
.. - :ref:`Connection Options <rust-connection-options>`
30+
.. - :ref:`Enable Network Compression <rust-network-compression>`
31+
.. - :ref:`Enable TLS on a Connection <rust-connect-tls>`
32+
.. - :atlas:`Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
33+
34+
.. To learn how to authenticate to MongoDB, see the following pages:
35+
36+
.. - :ref:`rust-authentication-mechanisms`
37+
.. - :ref:`rust-enterprise-authentication-mechanisms`

source/includes/fundamentals-sections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Learn how to perform the following tasks using the {+driver-short+} in the
22
Fundamentals section:
33

4+
- :ref:`Connect to MongoDB <rust-connection>`
45
- :ref:`Read from and Write to MongoDB <rust-crud>`
56

67
..
7-
- :ref:`Connect to MongoDB <rust-connection-guide>`
88
- :atlas:`Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
99
- :ref:`Specify the Stable API Version <rust-stable-api>`
1010
- :ref:`Authenticate to MongoDB <rust-authentication-mechanisms>`

0 commit comments

Comments
 (0)