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 = [
1818driver-short = " Scala driver"
1919driver-long = " MongoDB Scala Driver"
2020version = " 5.1"
21- full-version = " {+version+}.1 "
21+ full-version = " {+version+}.2 "
2222api = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongo-scala-driver"
2323driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
2424rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
Original file line number Diff line number Diff line change 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.
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