Skip to content

Commit b876e64

Browse files
authored
Merge branch 'standardized' into DOCSP-44647-add-to-app
2 parents 6b38408 + e894402 commit b876e64

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

source/index.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ MongoDB in Ruby. To work with {+odm+} from the command line using
1515
/quick-start-rails
1616
/quick-start-sinatra
1717
/add-existing
18-
/installation-configuration
19-
/tutorials
20-
/schema-configuration
21-
/working-with-data
18+
/interact-data
19+
installation-configuration
20+
tutorials
21+
schema-configuration
22+
working-with-data
2223
API <https://mongodb.com/docs/mongoid/master/api/>
2324
/release-notes
2425
/contributing

source/interact-data.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _mongoid-interact-data:
2+
3+
==================
4+
Interact with Data
5+
==================
6+
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: ruby framework, odm, crud, query
13+
14+
.. TODO
15+
.. toctree::
16+
:caption: Interact with Data
17+
/interact-data/specify-query
18+
19+
In this section, you can learn how to use {+odm+} to interact with your
20+
MongoDB data.
21+
22+
.. - :ref:`mongoid-data-specify-query`: Learn how to construct
23+
.. queries to match specific documents in a MongoDB collection.

0 commit comments

Comments
 (0)