Skip to content

DOCSP-44900 TOC Relabel #88

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 6 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
12 changes: 6 additions & 6 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Connect to MongoDB
:titlesonly:
:maxdepth: 1

/connect-to-mongo/create-a-mongo-client/
/connect-to-mongo/choose-connection-target/
/connect-to-mongo/connection-options/
/connect-to-mongo/tls/
/connect-to-mongo/network-compression
/connect-to-mongo/stable-api/
Create a MongoClient </connect-to-mongo/create-a-mongo-client/>
Choose a Connection Target </connect-to-mongo/choose-connection-target/>
Connection URI Options </connect-to-mongo/connection-options/>
TLS/SSL </connect-to-mongo/tls/>
Compress Network Traffic </connect-to-mongo/network-compression>
Stable API </connect-to-mongo/stable-api/>

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion source/data-formats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Specialized Data Formats
:titlesonly:
:maxdepth: 1

/data-formats/time-series
Time Series Data </data-formats/time-series>

Overview
--------
Expand Down
10 changes: 5 additions & 5 deletions source/getting-started.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Get Started

.. toctree::

/get-started/download-and-install/
/get-started/create-a-deployment/
/get-started/create-a-connection-string/
/get-started/connect-to-mongodb/
/get-started/next-steps/
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 to MongoDB </get-started/connect-to-mongodb/>
Next Steps </get-started/next-steps/>

Overview
--------
Expand Down
36 changes: 18 additions & 18 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ MongoDB Java Reactive Streams Documentation
:maxdepth: 1

Get Started </getting-started>
/connect
/db-coll
/write-data-to-mongo
/read-data-from-mongo
/indexes
/aggregation
/secure-your-data
/read-write-configuration
/data-formats
/logging
/monitoring
/validate-signatures
/pojo-examples
/custom-implementations
/whats-new
/issues-and-help
/compatibility
/upgrade
Connect to MongoDB </connect>
Databases & Collections </db-coll>
Write Data </write-data-to-mongo>
Read Data </read-data-from-mongo>
Indexes </indexes>
Aggregation </aggregation>
Security </secure-your-data>
Operations on Replica Sets </read-write-configuration>
Data Formats </data-formats>
Logging </logging>
Monitor Your Deployment </monitoring>
Validate Driver Signatures </validate-signatures>
POJO CRUD Examples </pojo-examples>
Custom Subscribers </custom-implementations>
What's New </whats-new>
Issues & Help </issues-and-help>
Compatibility </compatibility>
Upgrade </upgrade>
API Documentation <{+api+}/mongodb-driver-reactivestreams/>

Overview
Expand Down
22 changes: 11 additions & 11 deletions source/read-data-from-mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ Read Data From MongoDB
:titlesonly:
:maxdepth: 1

/read/specify-a-query
/read/retrieve-data
/read/specify-fields-return
/read/specify-documents-to-return
/read/count-documents
/read/distinct
/read/cursors
/read/read-preference
/read/text-search
/read/geo
/read/change-streams
Query </read/specify-a-query>
Retrieve Data </read/retrieve-data>
Specify Fields to Return </read/specify-fields-return>
Specify Documents to Return </read/specify-documents-to-return>
Count Documents </read/count-documents>
Distinct Field Values </read/distinct>
Data Cursors </read/cursors>
Read Preference </read/read-preference>
Text Search </read/text-search>
Geospatial Search </read/geo>
Monitor Data Changes </read/change-streams>

Overview
--------
Expand Down
6 changes: 3 additions & 3 deletions source/secure-your-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Secure Your Data
:titlesonly:
:maxdepth: 1

/security/auth
/security/enterprise-authentication
/security/encrypt
Authentication </security/auth>
Enterprise Authentication </security/enterprise-authentication>
In-Use Encryption </security/encrypt>

Overview
--------
Expand Down
18 changes: 9 additions & 9 deletions source/write-data-to-mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Write Data to MongoDB
:titlesonly:
:maxdepth: 1

/write/insert-documents
/write/write-update-documents
/write/replace-documents
/write/write-delete-documents
/write/bulk-writes
/write/transactions
/write/store-large-docs
/write/write-concern
/write/run-command
Insert </write/insert-documents>
Update </write/write-update-documents>
Replace </write/replace-documents>
Delete </write/write-delete-documents>
Bulk Write </write/bulk-writes>
Transactions </write/transactions>
GridFS </write/store-large-docs>
Write Concern </write/write-concern>
Run a Database Command </write/run-command>

Overview
--------
Expand Down
Loading