From 11c9f6a2363fee8870cecc32c44c53417bbdb9fc Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 7 Nov 2024 10:38:26 -0500 Subject: [PATCH] DOCSP-42964: Remove nested component --- docs/fundamentals/connection/connect-to-mongodb.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/fundamentals/connection/connect-to-mongodb.txt b/docs/fundamentals/connection/connect-to-mongodb.txt index d17bcf2be..f18d3b399 100644 --- a/docs/fundamentals/connection/connect-to-mongodb.txt +++ b/docs/fundamentals/connection/connect-to-mongodb.txt @@ -136,10 +136,8 @@ For a MongoDB database connection, you can specify the following details: 'host' => ['node1.example.com:27017', 'node2.example.com:27017', 'node3.example.com:27017'], - .. note:: - - This option does not accept hosts that use the DNS seedlist - connection format. + | This option does not accept hosts that use the DNS seedlist + connection format. * - ``database`` - Specifies the name of the MongoDB database to read and write to.