File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ toc_landing_pages = [
18
18
driver-short = " Scala driver"
19
19
driver-long = " MongoDB Scala Driver"
20
20
version = " 5.1"
21
- full-version = " {+version+}.1 "
21
+ full-version = " {+version+}.2 "
22
22
api = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongo-scala-driver"
23
23
driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
24
24
rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
Original file line number Diff line number Diff line change 12
12
:titlesonly:
13
13
:maxdepth: 1
14
14
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
22
23
View the Source <https://github.com/mongodb/mongo-java-driver>
23
24
API Documentation <{+api+}/index.html>
24
25
Previous Versions <https://mongodb.github.io/mongo-java-driver/>
@@ -45,6 +46,8 @@ runnable project by following the :ref:`scala-quickstart` guide.
45
46
46
47
- :ref:`scala-builders`
47
48
49
+ - :ref:`Validate Driver Artifact Signatures <scala-validate-signatures>`
50
+
48
51
- `Driver Source GitHub Repository <https://github.com/mongodb/mongo-java-driver>`__
49
52
50
53
- `API Documentation <{+api+}/index.html>`__
@@ -91,4 +94,10 @@ How To Get Help
91
94
92
95
- Ask questions on our :community-forum:`MongoDB Community Forums <>`
93
96
- 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.
Original file line number Diff line number Diff line change
1
+ .. _scala-validate-signatures:
2
+
3
+ .. sharedinclude:: dbx/jvm-validate-artifacts.rst
You can’t perform that action at this time.
0 commit comments