diff --git a/source/bson.txt b/source/bson.txt index 9232562..81cfa54 100644 --- a/source/bson.txt +++ b/source/bson.txt @@ -13,9 +13,9 @@ BSON Implementation .. toctree:: - /bson/documents/ - /bson/macros/ - /bson/extended-json/ + Documents + Macros + Extended JSON The BSON library comprehensively supports `BSON `__, the data storage and network transfer format diff --git a/source/builders.txt b/source/builders.txt index 32c3750..4eeec31 100644 --- a/source/builders.txt +++ b/source/builders.txt @@ -13,12 +13,12 @@ Builders .. toctree:: - /builders/filters/ - /builders/projections/ - /builders/sorts/ - /builders/aggregates/ - /builders/updates/ - /builders/indexes/ + Filters + Projection + Sort + Aggregation + Update + Indexes The {+driver-short+} provides the following classes that make it easier to use the CRUD API: diff --git a/source/get-started.txt b/source/get-started.txt index 4a8d921..47f851a 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -13,9 +13,9 @@ Get Started .. toctree:: - /get-started/primer/ - /get-started/quickstart/ - /get-started/qs-case-class/ + Primer + Quick Start + Example Quick Start - :ref:`scala-primer` - :ref:`scala-quickstart` diff --git a/source/index.txt b/source/index.txt index ff1de2f..0888583 100644 --- a/source/index.txt +++ b/source/index.txt @@ -12,15 +12,15 @@ :titlesonly: :maxdepth: 1 - /installation - /get-started - /whats-new - /tutorials - /reference - /bson - /builders - /validate-signatures - /issues-and-help + Installation + Get Started + What's New + Tutorials + Reference + BSON Implementation + Builders + Validate Driver Signatures + Issues & Help View the Source API Documentation <{+api+}/index.html> Previous Versions diff --git a/source/reference.txt b/source/reference.txt index b4a718d..234d2c7 100644 --- a/source/reference.txt +++ b/source/reference.txt @@ -13,9 +13,9 @@ Reference .. toctree:: - /reference/logging/ - /reference/monitoring/ - /reference/observables/ + Logging + Monitoring + Observables - :ref:`scala-logging` - :ref:`scala-monitoring` diff --git a/source/tutorials.txt b/source/tutorials.txt index 972714e..a9ef1fa 100644 --- a/source/tutorials.txt +++ b/source/tutorials.txt @@ -13,18 +13,18 @@ Tutorials .. toctree:: - /tutorials/connect/ - /tutorials/db-coll/ - /tutorials/indexes/ - /tutorials/read-ops/ - /tutorials/encrypt/ - /tutorials/write-ops/ - /tutorials/aggregation/ - /tutorials/change-stream/ - /tutorials/text-search/ - /tutorials/geospatial/ - /tutorials/gridfs/ - /tutorials/command/ + Connect to MongoDB + Databases & Collections + Indexes + Read Operations + In-Use Encryption + Write Operations + Aggregation Framework + Change Streams + Text Search + Geospatial Search + GridFS + Run Database Commands - :ref:`scala-connect` - :ref:`scala-db-coll` diff --git a/source/tutorials/connect.txt b/source/tutorials/connect.txt index 0d1d3c5..5ddfce7 100644 --- a/source/tutorials/connect.txt +++ b/source/tutorials/connect.txt @@ -13,9 +13,9 @@ Connect to MongoDB .. toctree:: - /tutorials/connect/tls/ - /tutorials/connect/authentication/ - /tutorials/connect/compression/ + TLS/SSL + Authentication + Compression .. contents:: On this page :local: diff --git a/source/tutorials/write-ops.txt b/source/tutorials/write-ops.txt index 6ee536d..4e2f684 100644 --- a/source/tutorials/write-ops.txt +++ b/source/tutorials/write-ops.txt @@ -13,7 +13,7 @@ Write Operations .. toctree:: - /tutorials/bulk-writes/ + Bulk Write .. contents:: On this page :local: