Skip to content
Merged
Changes from all 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
8 changes: 7 additions & 1 deletion source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ MongoDB Atlas is a fully-managed cloud database service that hosts your data
on MongoDB clusters. In this guide, we show you how to get started with your
own free (no credit card required) cluster.

.. tip::

For an additional example of how to build an application in Kotlin using
MongoDB Atlas and the {+driver-long+}, see the
:website:`Getting Started with the {+driver-long+}
</developer/products/mongodb/getting-started-kotlin-driver/>` developer tutorial.

Consult the following steps to connect your Kotlin application with a MongoDB Atlas
cluster.

Expand Down Expand Up @@ -221,4 +228,3 @@ Next Steps

Learn how to read and modify data using the Kotlin driver in the :ref:`Fundamentals
CRUD guide <kotlin-crud-operations>`.