diff --git a/source/connect.txt b/source/connect.txt index cf477ad..046cacc 100644 --- a/source/connect.txt +++ b/source/connect.txt @@ -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 + Choose a Connection Target + Connection URI Options + TLS/SSL + Compress Network Traffic + Stable API Overview -------- diff --git a/source/data-formats.txt b/source/data-formats.txt index b2e597f..767d26a 100644 --- a/source/data-formats.txt +++ b/source/data-formats.txt @@ -21,7 +21,7 @@ Specialized Data Formats :titlesonly: :maxdepth: 1 - /data-formats/time-series + Time Series Overview -------- diff --git a/source/getting-started.txt b/source/getting-started.txt index da32f59..688c223 100644 --- a/source/getting-started.txt +++ b/source/getting-started.txt @@ -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 + Create a Deployment + Create a Connection String + Connect + Next Steps Overview -------- diff --git a/source/index.txt b/source/index.txt index 86006f6..e2ce5bd 100644 --- a/source/index.txt +++ b/source/index.txt @@ -22,24 +22,24 @@ MongoDB Java Reactive Streams Documentation :maxdepth: 1 Get 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 + Databases & Collections + Write Data + Read Data + Indexes + Aggregation + Security + Replica Set Operations + Data Formats + Logging + Monitor Your Deployment + Validate Driver Signatures + POJO CRUD Examples + Custom Subscribers + What's New + Issues & Help + Compatibility + Upgrade API Documentation <{+api+}/mongodb-driver-reactivestreams/> Overview diff --git a/source/read-data-from-mongo.txt b/source/read-data-from-mongo.txt index 67b67a7..72cfed7 100644 --- a/source/read-data-from-mongo.txt +++ b/source/read-data-from-mongo.txt @@ -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 + Retrieve Data + Specify Fields to Return + Specify Documents to Return + Count Documents + Distinct Field Values + Data Cursors + Read Preference + Text Search + Geospatial Search + Monitor Data Changes Overview -------- diff --git a/source/secure-your-data.txt b/source/secure-your-data.txt index 6954277..7d50df0 100644 --- a/source/secure-your-data.txt +++ b/source/secure-your-data.txt @@ -22,9 +22,9 @@ Secure Your Data :titlesonly: :maxdepth: 1 - /security/auth - /security/enterprise-authentication - /security/encrypt + Authentication + Enterprise Authentication + In-Use Encryption Overview -------- diff --git a/source/write-data-to-mongo.txt b/source/write-data-to-mongo.txt index 2f0c5b9..48218c7 100644 --- a/source/write-data-to-mongo.txt +++ b/source/write-data-to-mongo.txt @@ -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 + Update + Replace + Delete + Bulk Write + Transactions + GridFS + Write Concern + Run a Database Command Overview --------