Skip to content

Commit 3886538

Browse files
committed
add back integrations
1 parent 67eb77a commit 3886538

File tree

5 files changed

+7
-481
lines changed

5 files changed

+7
-481
lines changed

source/get-started.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Get Started with the Java Driver
2020
Connect to MongoDB </get-started/connect-to-mongodb/>
2121
Next Steps </get-started/next-steps/>
2222
Databases & Collections </get-started/databases-collections/>
23+
Integrations </get-started/integrations/>
2324

2425
Overview
2526
--------
File renamed without changes.

source/get-started/next-steps.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ In this tutorial, you created a {+driver-short+} application that
1010
connects to a MongoDB deployment hosted on MongoDB Atlas
1111
and retrieves a document that matches a query.
1212

13-
For more information about interacting with MongoDB databases and collections,
14-
visit the :ref:`java-db-coll` guide. You can also learn more about the
15-
{+driver-short+} from the following resources:
13+
You can continue to develop your sample application by
14+
visiting the following guides:
1615

17-
- Learn how to perform read operations in the :ref:`<java-read-operations>` section.
18-
- Learn how to perform write operations in the :ref:`<java-write-operations>` section.
16+
- :ref:`java-db-coll`: Learn more about interacting with
17+
MongoDB databases and collections.
18+
- :ref:`java-integrations`: Learn about the third-party
19+
integrations that you can use with the {+driver-short+}.

source/index.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ MongoDB Java Driver
2020

2121
Get Started </get-started>
2222
Connect </connection>
23-
Databases & Collections </databases-collections>
2423
CRUD Operations </crud>
2524
Data Formats </data-formats>
2625
Indexes </indexes>
2726
Run a Command </command>
2827
Atlas Search </atlas-search>
2928
Atlas Vector Search </atlas-vector-search>
30-
Integrations </integrations>
3129
Logging and Monitoring </logging-monitoring>
3230
Security </security>
3331
Versioning </versioning>
@@ -129,12 +127,6 @@ Learn how to report bugs, contribute to the driver, and find
129127
additional resources for asking questions and receiving help in the
130128
:doc:`Issues & Help </issues-and-help>` section.
131129

132-
Driver Integrations
133-
-------------------
134-
135-
Learn more about tools and frameworks that you can use together
136-
with {+driver-short+} in the :ref:`java-integrations` section.
137-
138130
Compatibility
139131
-------------
140132

0 commit comments

Comments
 (0)