Skip to content

Commit

Permalink
DOCSP-38361 - Add text to empty pages (#5826) (#5827)
Browse files Browse the repository at this point in the history
* add text to empty pages

* fix

Co-authored-by: Mike Woofter <108414937+mongoKart@users.noreply.github.com>
  • Loading branch information
jamis and mongoKart committed May 28, 2024
1 parent 2281f0d commit 1c75d72
Show file tree
Hide file tree
Showing 26 changed files with 109 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/contributing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ Contributing

contributing/code-documentation
contributing/contributing-guidelines

Overview
--------

Learn how to contribute to the Mongoid repository in the following sections:

- :ref:`Code Documentation <code-documentation>`
- :ref:`Contributing Guidelines <contributing-guidelines>`
2 changes: 1 addition & 1 deletion docs/contributing/contributing-guidelines.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _contributing-guildelines:
.. _contributing-guidelines:

***********************
Contributing Guidelines
Expand Down
10 changes: 10 additions & 0 deletions docs/installation-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@ Installation & Configuration
reference/compatibility
reference/configuration
reference/rails-integration

Overview
--------

Learn how to install and configure Mongoid in the following sections:

- :ref:`Installation <installation>`
- :ref:`Compatibility <compatibility>`
- :ref:`Configuration <configuration>`
- :ref:`Rails Integration <rails-integration>`
2 changes: 2 additions & 0 deletions docs/installation.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _installation:

************
Installation
************
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/associations.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _associations:

************
Associations
************
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/collection-configuration.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _collection-configuration:

************************
Collection Configuration
************************
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/compatibility.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _compatibility:

*************
Compatibility
*************
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/crud.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _crud:

***************
CRUD Operations
***************
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/persistence-configuration.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _persistence:

*************************
Persistence Configuration
*************************
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/queries.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _queries:

*******
Queries
*******
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/rails-integration.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _rails-integration:

*****************
Rails Integration
*****************
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/sharding.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _sharding:

**********************
Sharding Configuration
**********************
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/validation.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _validation:

**********
Validation
**********
Expand Down
12 changes: 12 additions & 0 deletions docs/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,15 @@ Release Notes
release-notes/mongoid-7.5
release-notes/mongoid-7.4
release-notes/mongoid-7.3

Overview
--------

See the following sections to learn more about upgrading Mongoid:

- :ref:`Upgrading Mongoid <upgrading>`
- :ref:`Mongoid 8.1 <mongoid-8.1>`
- :ref:`Mongoid 8.0 <mongoid-8.0>`
- :ref:`Mongoid 7.5 <mongoid-7.5>`
- :ref:`Mongoid 7.4 <mongoid-7.4>`
- :ref:`Mongoid 7.3 <mongoid-7.3>`
2 changes: 2 additions & 0 deletions docs/release-notes/mongoid-7.3.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _mongoid-7.3:

***********
Mongoid 7.3
***********
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes/mongoid-7.4.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _mongoid-7.4:

***********
Mongoid 7.4
***********
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes/mongoid-7.5.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _mongoid-7.5:

***********
Mongoid 7.5
***********
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes/mongoid-8.0.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _mongoid-8.0:

***********
Mongoid 8.0
***********
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes/mongoid-8.1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _mongoid-8.1:

***********
Mongoid 8.1
***********
Expand Down
13 changes: 13 additions & 0 deletions docs/schema-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ Schema Configuration
reference/collection-configuration
reference/indexes
reference/sharding

Overview
--------

See the following sections to learn how to configure a schema with Mongoid:

- :ref:`Field Definition <fields>`
- :ref:`Inheritance <inheritance>`
- :ref:`Associations <associations>`
- :ref:`Validation <validation>`
- :ref:`Collection Configuration <collection-configuration>`
- :ref:`Index Management <indexes>`
- :ref:`Sharding Management <sharding>`
11 changes: 11 additions & 0 deletions docs/tutorials.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Tutorials
tutorials/getting-started-rails6
tutorials/documents
tutorials/common-errors

Overview
--------

See the following sections to learn more about working with Mongoid:

- :ref:`Getting Started (Sinatra) <getting-started-sinatra>`
- :ref:`Getting Started (Rails 7) <getting-started-7>`
- :ref:`Getting Started (Rails 6) <getting-started-6>`
- :ref:`Documents <documents>`
- :ref:`Common Errors <common-errors>`
2 changes: 2 additions & 0 deletions docs/tutorials/common-errors.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _common-errors:

*************
Common Errors
*************
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/getting-started-rails6.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _getting-started-6:

*************************
Getting Started (Rails 6)
*************************
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/getting-started-rails7.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _getting-started-7:

*************************
Getting Started (Rails 7)
*************************
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/getting-started-sinatra.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _getting-started-sinatra:

*************************
Getting Started (Sinatra)
*************************
Expand Down
16 changes: 16 additions & 0 deletions docs/working-with-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,19 @@ Working With Data
reference/callbacks
reference/sessions
reference/transactions

Overview
--------

See the following sections to learn more about working with data in Mongoid:

- :ref:`CRUD Operations <crud>`
- :ref:`Queries <queries>`
- :ref:`Text Search <text-search>`
- :ref:`Aggregation Pipeline <aggregation-pipeline>`
- :ref:`Map/Reduce <map-reduce>`
- :ref:`Persistence Configuration <persistence>`
- :ref:`Nested Attributes <nested-attributes>`
- :ref:`Callbacks <callbacks>`
- :ref:`Sessions <sessions>`
- :ref:`Transactions <transactions>`

0 comments on commit 1c75d72

Please sign in to comment.