File tree Expand file tree Collapse file tree 7 files changed +43
-43
lines changed Expand file tree Collapse file tree 7 files changed +43
-43
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Contributing
9
9
.. toctree::
10
10
:titlesonly:
11
11
12
- contributing/code-documentation
13
- contributing/contributing-guidelines
12
+ Code Documentation < contributing/code-documentation>
13
+ Contributing Guidelines < contributing/contributing-guidelines>
14
14
15
15
Overview
16
16
--------
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ Mongoid
6
6
7
7
.. default-domain:: mongodb
8
8
9
- Mongoid is the officially supported object-document mapper (ODM) for MongoDB in
10
- Ruby. To work with Mongoid from the command line using ``rails``-like tooling,
11
- the `railsmdb <https://github.com/mongodb/mongoid-railsmdb>`_ utility can be used.
12
-
13
9
.. toctree::
14
10
:titlesonly:
15
11
16
- installation-configuration
17
- tutorials
18
- schema-configuration
19
- working-with-data
12
+ Installation & Configuration < installation-configuration>
13
+ Tutorials < tutorials>
14
+ Schema Configuration < schema-configuration>
15
+ Working with Data < working-with-data>
20
16
API <https://mongodb.com/docs/mongoid/master/api/>
21
- release-notes
22
- contributing
23
- additional-resources
24
- ecosystem
17
+ Release Notes <release-notes>
18
+ Contributing <contributing>
19
+ Additional Resources <additional-resources>
20
+ Ecosystem <ecosystem>
21
+
22
+ Mongoid is the officially supported object-document mapper (ODM) for MongoDB in
23
+ Ruby. To work with Mongoid from the command line using ``rails``-like tooling,
24
+ the `railsmdb <https://github.com/mongodb/mongoid-railsmdb>`_ utility can be used.
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Installation & Configuration
9
9
.. toctree::
10
10
:titlesonly:
11
11
12
- installation
13
- reference/compatibility
14
- reference/configuration
15
- reference/rails-integration
12
+ Installation < installation>
13
+ Compatibility < reference/compatibility>
14
+ Configuration < reference/configuration>
15
+ Rails Integration < reference/rails-integration>
16
16
17
17
Overview
18
18
--------
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Release Notes
9
9
.. toctree::
10
10
:titlesonly:
11
11
12
- release-notes/upgrading
13
- release-notes/mongoid-9.0
12
+ Upgrade < release-notes/upgrading>
13
+ Mongoid 9.0 < release-notes/mongoid-9.0>
14
14
15
15
Overview
16
16
--------
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ Schema Configuration
9
9
.. toctree::
10
10
:titlesonly:
11
11
12
- reference/fields
13
- reference/inheritance
14
- reference/associations
15
- reference/validation
16
- reference/collection-configuration
17
- reference/indexes
18
- reference/sharding
12
+ Field Definition < reference/fields>
13
+ Inheritance < reference/inheritance>
14
+ Associations < reference/associations>
15
+ Validation < reference/validation>
16
+ Collection Configuration < reference/collection-configuration>
17
+ Index Management < reference/indexes>
18
+ Sharding Configuration < reference/sharding>
19
19
20
20
Overview
21
21
--------
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Tutorials
9
9
.. toctree::
10
10
:titlesonly:
11
11
12
- tutorials/getting-started-sinatra
13
- tutorials/getting-started-rails7
14
- tutorials/getting-started-rails6
15
- tutorials/documents
16
- tutorials/common-errors
17
- tutorials/automatic-encryption
12
+ Sinatra < tutorials/getting-started-sinatra>
13
+ Rails 7 < tutorials/getting-started-rails7>
14
+ Rails 6 < tutorials/getting-started-rails6>
15
+ Documents < tutorials/documents>
16
+ Common Errors < tutorials/common-errors>
17
+ Field Level Encryption < tutorials/automatic-encryption>
18
18
19
19
Overview
20
20
--------
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ Working With Data
9
9
.. toctree::
10
10
:titlesonly:
11
11
12
- reference/crud
13
- reference/queries
14
- reference/text-search
15
- reference/aggregation
16
- reference/map-reduce
17
- reference/persistence-configuration
18
- reference/nested-attributes
19
- reference/callbacks
20
- reference/sessions
21
- reference/transactions
12
+ CRUD Operations < reference/crud>
13
+ Queries < reference/queries>
14
+ Text Search < reference/text-search>
15
+ Aggregation Pipeline < reference/aggregation>
16
+ MapReduce < reference/map-reduce>
17
+ Persistence Configuration < reference/persistence-configuration>
18
+ Nested Attributes < reference/nested-attributes>
19
+ Callbacks < reference/callbacks>
20
+ Sessions < reference/sessions>
21
+ Transactions < reference/transactions>
22
22
23
23
Overview
24
24
--------
You can’t perform that action at this time.
0 commit comments