From 141a62a3eb61b93f0c8b4a4dd5433a13a742e3c4 Mon Sep 17 00:00:00 2001 From: rustagir Date: Fri, 12 Jul 2024 11:53:16 -0400 Subject: [PATCH 1/2] DOCSP-39555: kotlin driver sig verification --- source/index.txt | 22 ++++++++++++++++++---- source/validate-signatures.txt | 3 +++ 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 source/validate-signatures.txt diff --git a/source/index.txt b/source/index.txt index 1baaa6f8..200e5be9 100644 --- a/source/index.txt +++ b/source/index.txt @@ -17,6 +17,7 @@ MongoDB Kotlin Driver /issues-and-help /compatibility /migrate-kmongo + /validate-signatures View the Source Introduction @@ -50,6 +51,12 @@ Quick Reference See driver syntax examples for common MongoDB commands in the :ref:`Quick Reference ` section. +What's New +---------- + +For a list of new features and changes in each version, see the +:doc:`What's New ` section. + Usage Examples -------------- @@ -117,11 +124,18 @@ For the compatibility charts that show the recommended Kotlin Driver version for each MongoDB Server version, see the :doc:`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 ` section. +Learn about the changes you need to make 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 ` section. Learn ------ diff --git a/source/validate-signatures.txt b/source/validate-signatures.txt new file mode 100644 index 00000000..c34c6449 --- /dev/null +++ b/source/validate-signatures.txt @@ -0,0 +1,3 @@ +.. _kotlin-validate-signatures: + +.. sharedinclude:: dbx/jvm-validate-artifacts.rst From 771cabce4da506f298e165f2c8c8dcd29904b599 Mon Sep 17 00:00:00 2001 From: rustagir Date: Fri, 12 Jul 2024 14:10:03 -0400 Subject: [PATCH 2/2] fix --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 200e5be9..81f86e41 100644 --- a/source/index.txt +++ b/source/index.txt @@ -127,7 +127,7 @@ Driver version for each MongoDB Server version, see the Migrate from KMongo ------------------- -Learn about the changes you need to make to migrate from the +Learn about the changes needed to migrate from the community-developed KMongo driver to the {+driver-long+} in the :ref:`kotlin-migrate-kmongo` section.