Skip to content

DOCSP-46749 Duplicate Title Java RS (#98) #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ symlink: current -> main

raw: ${prefix}/ -> ${base}/current/
raw: ${prefix}/stable -> ${base}/current/

[*-v5.1]: ${prefix}/${version}/compatibility -> ${base}/v5.2/compatibility
[v5.2-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _java-rs-get-started-connect-to-mongodb:
.. _java-rs-get-started-sample-query:

==================
Connect to MongoDB
Run a Sample Query
==================

The {+driver-short+} is an implementation of the Reactive Streams API, which consists of three components:
Expand Down
2 changes: 1 addition & 1 deletion source/getting-started.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Get Started
Download & Install </get-started/download-and-install/>
Create a Deployment </get-started/create-a-deployment/>
Create a Connection String </get-started/create-a-connection-string/>
Connect </get-started/connect-to-mongodb/>
Run a Sample Query </get-started/run-sample-query/>
Next Steps </get-started/next-steps/>

Overview
Expand Down
Loading