Skip to content

Commit 16913e7

Browse files
committed
DOCSP-49013-shared update
1 parent 9b55bb2 commit 16913e7

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

source/fundamentals/builders/builders-data-classes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ To implement this functionality, you must add the
4949
``mongodb-driver-kotlin-extensions`` dependency to your dependencies
5050
list.
5151

52-
.. include:: /includes/kotlin-driver-coroutine-BOM-tip.rst
52+
.. sharedinclude:: dbx/jvm/kotlin-driver-coroutine-BOM-tip.rst
53+
54+
.. replacement:: installation-guide
55+
56+
:ref:`Installation Guide<kotlin-get-started-install-bom>`
5357

5458
Select from the following tabs to see how to add the extension
5559
dependency to your project by using the :guilabel:`Gradle` and

source/fundamentals/data-formats/serialization.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ Add {+language+} Serialization to Your Project
6060
Support for serialization in the {+driver-short+} depends on the official `Kotlin
6161
serialization library <https://github.com/Kotlin/kotlinx.serialization>`__.
6262

63-
.. include:: /includes/kotlin-driver-coroutine-BOM-tip.rst
63+
.. sharedinclude:: dbx/jvm/kotlin-driver-coroutine-BOM-tip.rst
64+
65+
.. replacement:: installation-guide
66+
67+
:ref:`Installation Guide<kotlin-get-started-install-bom>`
6468

6569
Select from the following tabs to see how to add the serialization
6670
dependencies to your project by using the :guilabel:`Gradle` and

source/includes/kotlin-driver-coroutine-BOM-tip.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

source/quick-start.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ Because you installed the BOM, you can omit a version in the
9898
{+driver-short+} dependency entry. The version you specify in the
9999
BOM determines the dependency versions to install.
100100

101-
.. include:: /includes/kotlin-driver-coroutine-BOM-tip.rst
101+
.. sharedinclude:: dbx/jvm/kotlin-driver-coroutine-BOM-tip.rst
102+
103+
.. replacement:: installation-guide
104+
105+
:ref:`Installation Guide<kotlin-get-started-install-bom>`
102106

103107
After you configure your dependencies, ensure that they are available to your
104108
project by running the dependency manager and refreshing the

0 commit comments

Comments
 (0)