Skip to content

Commit 7e40a16

Browse files
authored
DOCSP-39555: scala driver sig verification (#43)
1 parent 1dd5f9d commit 7e40a16

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toc_landing_pages = [
1818
driver-short = "Scala driver"
1919
driver-long = "MongoDB Scala Driver"
2020
version = "5.1"
21-
full-version = "{+version+}.1"
21+
full-version = "{+version+}.2"
2222
api = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongo-scala-driver"
2323
driver-source-gh = "https://github.com/mongodb/mongo-java-driver"
2424
rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"

source/index.txt

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
:titlesonly:
1313
:maxdepth: 1
1414

15-
/installation/
16-
/get-started/
17-
/whats-new/
18-
/tutorials/
19-
/reference/
20-
/bson/
21-
/builders/
15+
/installation
16+
/get-started
17+
/whats-new
18+
/tutorials
19+
/reference
20+
/bson
21+
/builders
22+
/validate-signatures
2223
View the Source <https://github.com/mongodb/mongo-java-driver>
2324
API Documentation <{+api+}/index.html>
2425
Previous Versions <https://mongodb.github.io/mongo-java-driver/>
@@ -45,6 +46,8 @@ runnable project by following the :ref:`scala-quickstart` guide.
4546

4647
- :ref:`scala-builders`
4748

49+
- :ref:`Validate Driver Artifact Signatures <scala-validate-signatures>`
50+
4851
- `Driver Source GitHub Repository <https://github.com/mongodb/mongo-java-driver>`__
4952

5053
- `API Documentation <{+api+}/index.html>`__
@@ -91,4 +94,10 @@ How To Get Help
9194

9295
- Ask questions on our :community-forum:`MongoDB Community Forums <>`
9396
- Visit our :technical-support:`Support Channels </>`
94-
- See :driver:`Issues & Help </java/sync/current/issues-and-help/>`
97+
- See :driver:`Issues & Help </java/sync/current/issues-and-help/>`
98+
99+
Validate Driver Artifact Signatures
100+
-----------------------------------
101+
102+
Learn about how to validate signatures of {+driver-short+} artifacts
103+
published on Maven in the :ref:`Validate Driver Artifact Signatures <scala-validate-signatures>` section.

source/validate-signatures.txt

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

0 commit comments

Comments
 (0)