Skip to content

Commit 0ed4f96

Browse files
cbullingerrustagir
andauthored
DOCSP-30924: Add link to DevHub Getting Started tutorial (#104)
# Pull Request Info [PR Reviewing Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md) JIRA - https://jira.mongodb.org/browse/DOCSP-30924 - https://jira.mongodb.org/browse/DA-5729 Staging - https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/docsp-30924-da-article/quick-start/ ## Self-Review Checklist - [ ] Is this free of any warnings or errors in the RST? - [ ] Did you run a spell-check? - [ ] Did you run a grammar-check? - [ ] Are all the links working? --------- Co-authored-by: Rea Rustagi <[email protected]>
1 parent 9c7dd52 commit 0ed4f96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/quick-start.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ MongoDB Atlas is a fully-managed cloud database service that hosts your data
2727
on MongoDB clusters. In this guide, we show you how to get started with your
2828
own free (no credit card required) cluster.
2929

30+
.. tip::
31+
32+
For an additional example of how to build an application in Kotlin using
33+
MongoDB Atlas and the {+driver-long+}, see the
34+
:website:`Getting Started with the {+driver-long+}
35+
</developer/products/mongodb/getting-started-kotlin-driver/>` developer tutorial.
36+
3037
Consult the following steps to connect your Kotlin application with a MongoDB Atlas
3138
cluster.
3239

@@ -221,4 +228,3 @@ Next Steps
221228

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

0 commit comments

Comments
 (0)