diff --git a/source/connect.txt b/source/connect.txt index 7bbdce1e..d45f506b 100644 --- a/source/connect.txt +++ b/source/connect.txt @@ -22,11 +22,11 @@ Connect to MongoDB :titlesonly: :maxdepth: 1 - /connect/client - /connect/connection-options - /connect/connection-targets - /connect/tls - /connect/stable-api + Create a Client + Specify Connection Options + Choose a Connection Target + Configure TLS + Stable API Overview -------- diff --git a/source/data-formats.txt b/source/data-formats.txt index ca4e482a..550c2d64 100644 --- a/source/data-formats.txt +++ b/source/data-formats.txt @@ -21,11 +21,10 @@ Specialized Data Formats :titlesonly: :maxdepth: 1 - /data-formats/custom-types - /data-formats/codecs - /data-formats/decimal128 - /data-formats/modeling-bson-data - + Custom Data Types + Codecs + Decimal128 + BSON Overview -------- diff --git a/source/databases-collections.txt b/source/databases-collections.txt index 43e2786f..98d09bfe 100644 --- a/source/databases-collections.txt +++ b/source/databases-collections.txt @@ -21,7 +21,7 @@ Databases and Collections :titlesonly: :maxdepth: 1 - /databases-collections/time-series + Time Series Overview -------- diff --git a/source/get-started.txt b/source/get-started.txt index d9a61995..9cfd031c 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -20,11 +20,11 @@ Get Started with the PHP Library .. 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 to MongoDB + Next Steps Overview -------- diff --git a/source/index.txt b/source/index.txt index 5627d911..d1df02fa 100644 --- a/source/index.txt +++ b/source/index.txt @@ -11,22 +11,22 @@ MongoDB PHP Library :titlesonly: Get Started - /connect - /databases-collections - /read - /write - /read-write-pref - /run-command - /aggregation - /indexes - /monitoring - /security - /data-formats - /compatibility - /whats-new - /upgrade + Connect to MongoDB + Databases & Collections + Read Data + Write Data + CRUD Operations & Replica Sets + Run a Database Command + Data Aggregation + Indexes + Monitor Your Application + Security + Specialized Data Formats + Compatibility + What's New + Upgrade FAQ - /reference + API Documentation Overview -------- diff --git a/source/indexes.txt b/source/indexes.txt index 2e6d5ccf..29afd6ed 100644 --- a/source/indexes.txt +++ b/source/indexes.txt @@ -22,11 +22,11 @@ Optimize Queries by Using Indexes :titlesonly: :maxdepth: 1 - /indexes/index-mgmt - /indexes/single-field-index - /indexes/compound-index - /indexes/multikey-index - /indexes/atlas-search-index + Index Management + Single Field Indexes + Compound Indexes + Multikey Indexes + Atlas Search Overview -------- diff --git a/source/monitoring.txt b/source/monitoring.txt index 5322004f..43d15f27 100644 --- a/source/monitoring.txt +++ b/source/monitoring.txt @@ -7,7 +7,7 @@ Monitor Your Application .. toctree:: :caption: Monitoring categories - /monitoring/cluster-monitoring + Cluster Monitoring .. /monitoring/command-monitoring .. /monitoring/connection-monitoring diff --git a/source/read.txt b/source/read.txt index 1e01ef17..1f7c9296 100644 --- a/source/read.txt +++ b/source/read.txt @@ -22,14 +22,14 @@ Read Data from MongoDB :titlesonly: :maxdepth: 1 - /read/retrieve - /read/project - /read/cursor - /read/count - /read/specify-documents-to-return - /read/specify-a-query - /read/distinct - /read/change-streams + Retrieve Data + Specify Fields to Return + Access Data from a Cursor + Count Documents + Specify Documents to Return + Specify a Query + Distinct Field Values + Monitor Changes Overview -------- diff --git a/source/reference.txt b/source/reference.txt index 2ca87a2a..7127505b 100644 --- a/source/reference.txt +++ b/source/reference.txt @@ -6,11 +6,11 @@ API Documentation .. toctree:: :titlesonly: - /reference/bson - /reference/class/MongoDBClient - /reference/class/MongoDBDatabase - /reference/class/MongoDBCollection - /reference/class/MongoDBGridFSBucket - /reference/result-classes - /reference/functions - /reference/exception-classes + BSON + MongoDB\Client + MongoDB\Database + MongoDB\Collection + MongoDB\GridFS\Bucket + Result Classes + Functions + Exception Classes diff --git a/source/reference/result-classes.txt b/source/reference/result-classes.txt index 7836b48f..db2a1b66 100644 --- a/source/reference/result-classes.txt +++ b/source/reference/result-classes.txt @@ -5,12 +5,12 @@ Result Classes .. toctree:: :titlesonly: - BulkWriteResult Class - DeleteResult Class - InsertManyResult Class - InsertOneResult Class - UpdateResult Class - ChangeStream Class - CollectionInfo Class - DatabaseInfo Class - IndexInfo Class + BulkWriteResult + DeleteResult + InsertManyResult + InsertOneResult + UpdateResult + ChangeStream + CollectionInfo + DatabaseInfo + IndexInfo diff --git a/source/security.txt b/source/security.txt index 8c8e236b..249ae009 100644 --- a/source/security.txt +++ b/source/security.txt @@ -22,8 +22,8 @@ Secure Your Data :titlesonly: :maxdepth: 1 - /security/authentication - /security/in-use-encryption + Authentication + Encryption Overview -------- diff --git a/source/write.txt b/source/write.txt index 8d9d16ca..3114e42f 100644 --- a/source/write.txt +++ b/source/write.txt @@ -22,13 +22,13 @@ Write Data to MongoDB :titlesonly: :maxdepth: 1 - /write/update - /write/insert - /write/delete - /write/replace - /write/bulk-write - /write/transaction - /write/gridfs + Update + Insert + Delete + Replace + Bulk Write Operations + Transactions + Store Large Files Overview --------