diff --git a/source/contributing.txt b/source/contributing.txt index abb7d737..ec3e097f 100644 --- a/source/contributing.txt +++ b/source/contributing.txt @@ -9,8 +9,8 @@ Contributing .. toctree:: :titlesonly: - contributing/code-documentation - contributing/contributing-guidelines + Code Documentation + Contributing Guidelines Overview -------- diff --git a/source/index.txt b/source/index.txt index 0f320dd5..bd70e418 100644 --- a/source/index.txt +++ b/source/index.txt @@ -6,19 +6,19 @@ Mongoid .. default-domain:: mongodb -Mongoid is the officially supported object-document mapper (ODM) for MongoDB in -Ruby. To work with Mongoid from the command line using ``rails``-like tooling, -the `railsmdb `_ utility can be used. - .. toctree:: :titlesonly: - installation-configuration - tutorials - schema-configuration - working-with-data + Installation & Configuration + Tutorials + Schema Configuration + Working with Data API - release-notes - contributing - additional-resources - ecosystem + Release Notes + Contributing + Additional Resources + Ecosystem + +Mongoid is the officially supported object-document mapper (ODM) for MongoDB in +Ruby. To work with Mongoid from the command line using ``rails``-like tooling, +the `railsmdb `_ utility can be used. diff --git a/source/installation-configuration.txt b/source/installation-configuration.txt index fd5ea05b..59f6e5f1 100644 --- a/source/installation-configuration.txt +++ b/source/installation-configuration.txt @@ -9,10 +9,10 @@ Installation & Configuration .. toctree:: :titlesonly: - installation - reference/compatibility - reference/configuration - reference/rails-integration + Installation + Compatibility + Configuration + Rails Integration Overview -------- diff --git a/source/release-notes.txt b/source/release-notes.txt index 67d813fa..770f9008 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -9,8 +9,8 @@ Release Notes .. toctree:: :titlesonly: - release-notes/upgrading - release-notes/mongoid-9.0 + Upgrade + Mongoid 9.0 Overview -------- diff --git a/source/schema-configuration.txt b/source/schema-configuration.txt index 091c4bcf..d974fef2 100644 --- a/source/schema-configuration.txt +++ b/source/schema-configuration.txt @@ -9,13 +9,13 @@ Schema Configuration .. toctree:: :titlesonly: - reference/fields - reference/inheritance - reference/associations - reference/validation - reference/collection-configuration - reference/indexes - reference/sharding + Field Definition + Inheritance + Associations + Validation + Collection Configuration + Index Management + Sharding Configuration Overview -------- diff --git a/source/tutorials.txt b/source/tutorials.txt index 5c03cb90..51ce0167 100644 --- a/source/tutorials.txt +++ b/source/tutorials.txt @@ -9,12 +9,12 @@ Tutorials .. toctree:: :titlesonly: - tutorials/getting-started-sinatra - tutorials/getting-started-rails7 - tutorials/getting-started-rails6 - tutorials/documents - tutorials/common-errors - tutorials/automatic-encryption + Sinatra + Rails 7 + Rails 6 + Documents + Common Errors + Field Level Encryption Overview -------- diff --git a/source/working-with-data.txt b/source/working-with-data.txt index 2b8b1e91..0380fa0b 100644 --- a/source/working-with-data.txt +++ b/source/working-with-data.txt @@ -9,16 +9,16 @@ Working With Data .. toctree:: :titlesonly: - reference/crud - reference/queries - reference/text-search - reference/aggregation - reference/map-reduce - reference/persistence-configuration - reference/nested-attributes - reference/callbacks - reference/sessions - reference/transactions + CRUD Operations + Queries + Text Search + Aggregation Pipeline + MapReduce + Persistence Configuration + Nested Attributes + Callbacks + Sessions + Transactions Overview --------