File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ MongoDB Kotlin Driver
17
17
/issues-and-help
18
18
/compatibility
19
19
/migrate-kmongo
20
+ /validate-signatures
20
21
View the Source <https://github.com/mongodb/mongo-java-driver>
21
22
22
23
Introduction
@@ -50,6 +51,12 @@ Quick Reference
50
51
See driver syntax examples for common MongoDB commands in the
51
52
:ref:`Quick Reference <kotlin-quick-reference>` section.
52
53
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
+
53
60
Usage Examples
54
61
--------------
55
62
@@ -117,11 +124,18 @@ For the compatibility charts that show the recommended Kotlin
117
124
Driver version for each MongoDB Server version, see the
118
125
:doc:`Compatibility </compatibility>` section.
119
126
120
- What's New
121
- ----------
127
+ Migrate from KMongo
128
+ -------------------
122
129
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.
125
139
126
140
Learn
127
141
------
Original file line number Diff line number Diff line change
1
+ .. _kotlin-validate-signatures:
2
+
3
+ .. sharedinclude:: dbx/jvm-validate-artifacts.rst
You can’t perform that action at this time.
0 commit comments