From 1b368db00241daf5a80cad743259b78795a9ed38 Mon Sep 17 00:00:00 2001 From: cbullinger <115956901+cbullinger@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:29:44 -0400 Subject: [PATCH] DOCSP-29260: Make KMongo deprecation an important admonition (#119) # Pull Request Info Miss from merged https://github.com/mongodb/docs-kotlin/pull/92 JIRA - https://jira.mongodb.org/browse/DOCSP-29260 Staging - https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/no-jira-fix-kmongo-includes/migrate-kmongo/ --------- Co-authored-by: Rea Rustagi <85902999+rustagir@users.noreply.github.com> (cherry picked from commit f3dfc0ebda33567cc46ed6f55059fd804fd9fd55) --- source/includes/kmongo-description.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/includes/kmongo-description.rst b/source/includes/kmongo-description.rst index cc3ecbda..10bd84be 100644 --- a/source/includes/kmongo-description.rst +++ b/source/includes/kmongo-description.rst @@ -1,5 +1,8 @@ `KMongo `__ is a popular community-developed library for working with MongoDB from Kotlin applications. -It is also a wrapper around the Java driver. -It was created prior to the creation of the official Kotlin driver to serve -the needs of the Kotlin community. As of July 2023, it has been marked as deprecated. \ No newline at end of file +It is a wrapper around the Java driver that was created prior to the creation of +the official Kotlin driver to serve the needs of the Kotlin community. + +.. important:: + + As of July 2023, KMongo has been marked as deprecated.