Skip to content

Commit 1d1dd8a

Browse files
committed
vale fixes and add to landing page integrations section
1 parent eb39e54 commit 1d1dd8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ For more information about using ODMs with MongoDB, see the following resources:
153153

154154
- :website:`MongoDB ORMs, ODMs, and Libraries </developer/products/mongodb/mongodb-orms-odms-libraries/>`
155155
- `Mongoose <https://mongoosejs.com/docs/guide.html>`__ official documentation
156+
- :ref:`<node-mongoose-get-started>` tutorial
156157
- `Prisma <https://www.prisma.io/docs>`__ official documentation
157158

158159
Packages

source/integrations/mongoose-get-started.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ In this tutorial, you will perform the following actions:
3838
- Validate your data
3939
- Use multiple schemas and middleware
4040

41-
You will also learn additional methods to grow your experience using Mongoose with MongoDB.
42-
4341
Schemas
4442
-------
4543

@@ -629,8 +627,9 @@ Resources and Next Steps
629627
------------------------
630628

631629
You now have a sample project that uses Mongoose to perform CRUD operations on a
632-
MongoDB collection. From here, you can choose to build on this project to use
633-
additional methods or try building more complex queries.
630+
MongoDB collection. From here, you can choose to build on this project to include
631+
more complex queries, or you can use this project as a reference for your own
632+
applications.
634633

635634
To learn more about using Mongoose with MongoDB, see the `Mongoose documentation
636635
<https://mongoosejs.com/docs/guide.html>`__.

0 commit comments

Comments
 (0)