Skip to content

Commit e306a3b

Browse files
authored
DOCSP-38361 - Add text to empty pages (#5826)
* add text to empty pages * fix
1 parent 4a6008a commit e306a3b

28 files changed

+115
-1
lines changed

source/contributing.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ Contributing
1111

1212
contributing/code-documentation
1313
contributing/contributing-guidelines
14+
15+
Overview
16+
--------
17+
18+
Learn how to contribute to the Mongoid repository in the following sections:
19+
20+
- :ref:`Code Documentation <code-documentation>`
21+
- :ref:`Contributing Guidelines <contributing-guidelines>`

source/contributing/contributing-guidelines.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _contributing-guildelines:
1+
.. _contributing-guidelines:
22

33
***********************
44
Contributing Guidelines

source/installation-configuration.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,13 @@ Installation & Configuration
1313
reference/compatibility
1414
reference/configuration
1515
reference/rails-integration
16+
17+
Overview
18+
--------
19+
20+
Learn how to install and configure Mongoid in the following sections:
21+
22+
- :ref:`Installation <installation>`
23+
- :ref:`Compatibility <compatibility>`
24+
- :ref:`Configuration <configuration>`
25+
- :ref:`Rails Integration <rails-integration>`

source/installation.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _installation:
2+
13
************
24
Installation
35
************

source/reference/associations.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _associations:
2+
13
************
24
Associations
35
************

source/reference/collection-configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _collection_configuration:
2+
13
************************
24
Collection Configuration
35
************************

source/reference/compatibility.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _compatibility:
2+
13
*************
24
Compatibility
35
*************

source/reference/crud.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _crud:
2+
13
***************
24
CRUD Operations
35
***************

source/reference/persistence-configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _persistence:
2+
13
*************************
24
Persistence Configuration
35
*************************

source/reference/queries.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _queries:
2+
13
*******
24
Queries
35
*******

0 commit comments

Comments
 (0)