Skip to content

Commit 57ed5bf

Browse files
authored
DOCSP-39555: kotlin driver sig verification (#165)
* DOCSP-39555: kotlin driver sig verification * fix
1 parent aac8bc3 commit 57ed5bf

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

source/index.txt

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ MongoDB Kotlin Driver
1717
/issues-and-help
1818
/compatibility
1919
/migrate-kmongo
20+
/validate-signatures
2021
View the Source <https://github.com/mongodb/mongo-java-driver>
2122

2223
Introduction
@@ -50,6 +51,12 @@ Quick Reference
5051
See driver syntax examples for common MongoDB commands in the
5152
:ref:`Quick Reference <kotlin-quick-reference>` section.
5253

54+
What's New
55+
----------
56+
57+
For a list of new features and changes in each version, see the
58+
:doc:`What's New </whats-new>` section.
59+
5360
Usage Examples
5461
--------------
5562

@@ -117,11 +124,18 @@ For the compatibility charts that show the recommended Kotlin
117124
Driver version for each MongoDB Server version, see the
118125
:doc:`Compatibility </compatibility>` section.
119126

120-
What's New
121-
----------
127+
Migrate from KMongo
128+
-------------------
122129

123-
For a list of new features and changes in each version, see the
124-
:doc:`What's New </whats-new>` section.
130+
Learn about the changes needed to migrate from the
131+
community-developed KMongo driver to the {+driver-long+} in the
132+
:ref:`kotlin-migrate-kmongo` section.
133+
134+
Validate Driver Artifact Signatures
135+
-----------------------------------
136+
137+
Learn about how to validate signatures of {+driver-short+} artifacts
138+
published on Maven in the :ref:`Validate Driver Artifact Signatures <kotlin-validate-signatures>` section.
125139

126140
Learn
127141
------

source/validate-signatures.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. _kotlin-validate-signatures:
2+
3+
.. sharedinclude:: dbx/jvm-validate-artifacts.rst

0 commit comments

Comments
 (0)