Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ MongoDB Kotlin Driver
/issues-and-help
/compatibility
/migrate-kmongo
/validate-signatures
View the Source <https://github.com/mongodb/mongo-java-driver>

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

What's New
----------

For a list of new features and changes in each version, see the
:doc:`What's New </whats-new>` section.

Usage Examples
--------------

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

What's New
----------
Migrate from KMongo
-------------------

For a list of new features and changes in each version, see the
:doc:`What's New </whats-new>` section.
Learn about the changes needed to migrate from the
community-developed KMongo driver to the {+driver-long+} in the
:ref:`kotlin-migrate-kmongo` section.

Validate Driver Artifact Signatures
-----------------------------------

Learn about how to validate signatures of {+driver-short+} artifacts
published on Maven in the :ref:`Validate Driver Artifact Signatures <kotlin-validate-signatures>` section.

Learn
------
Expand Down
3 changes: 3 additions & 0 deletions source/validate-signatures.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. _kotlin-validate-signatures:

.. sharedinclude:: dbx/jvm-validate-artifacts.rst