Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ quickstart-rails-app-name = "my-rails-app"
feedback-widget-title = "Feedback"
server-manual = "Server manual"
api-root = "https://www.mongodb.com/docs/mongoid/master/api/Mongoid"
api = "https://www.mongodb.com/docs/mongoid/master/api"
api = "https://www.mongodb.com/docs/mongoid/master/api"
11 changes: 6 additions & 5 deletions source/data-modeling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ Model Your Data
.. meta::
:keywords: ruby framework, odm, model, class, query

.. .. toctree::
.. :caption: Data Modeling
..
.. Documents </data-modeling/documents>
.. toctree::
:caption: Data Modeling

Field Types </data-modeling/field-types>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: pull in upstream standardized branch to avoid making this fix again

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do a manual merge after everything else is good to go


In this section, you can learn how to model data in {+odm+}.

.. - :ref:``: Learn how to ...
- :ref:`mongoid-field-types`: Learn about the field types that you can use in
{+odm+} to define the schema for your MongoDB documents.
Loading