Skip to content

Commit 356e221

Browse files
authored
beta version (#176)
1 parent 27cb3e4 commit 356e221

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc_landing_pages = [
88
]
99

1010
[constants]
11-
version = 4.3
12-
full-version = "{+version+}.4"
11+
version = 4.4
12+
full-version = "{+version+}.0-beta2"
1313
package-name-org = "mongodb-org"
1414
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"

source/index.txt

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,17 @@ MongoDB Java Driver
1919
Release Notes <https://github.com/mongodb/mongo-java-driver/releases>
2020
View the Source <https://github.com/mongodb/mongo-java-driver>
2121

22+
.. important:: 4.4.0 Beta Documentation
23+
24+
This is the documentation for the 4.4.0 Beta release of the MongoDB Java Driver,
25+
and will become the documentation for the 4.4.0 release. The 4.3 version documentation
26+
is available `here <https://docs.mongodb.com/drivers/java/sync/current/>`__.
27+
28+
2229
Introduction
2330
------------
2431

25-
Welcome to the MongoDB Java driver documentation.
32+
Welcome to the MongoDB Java driver documentation.
2633

2734
This documentation is for the *synchronous* driver. If you are working
2835
with asynchronous stream processing and reactive streams, we recommend
@@ -66,16 +73,16 @@ and links to the API documentation.
6673
* - Library
6774
- Description
6875

69-
* - `BSON <{+api+}/apidocs/bson/index.html>`__
76+
* - `BSON <{+api+}/apidocs/bson/index.html>`__
7077
- Base BSON classes
71-
72-
* - `Core <{+api+}/apidocs/mongodb-driver-core/index.html>`__
78+
79+
* - `Core <{+api+}/apidocs/mongodb-driver-core/index.html>`__
7380
- Shared core classes
74-
75-
* - `Java Driver <{+api+}/apidocs/mongodb-driver-sync/index.html>`__
81+
82+
* - `Java Driver <{+api+}/apidocs/mongodb-driver-sync/index.html>`__
7683
- Modern API
7784

78-
* - `Legacy Java Driver <{+api+}/apidocs/mongodb-driver-legacy/index.html>`__
85+
* - `Legacy Java Driver <{+api+}/apidocs/mongodb-driver-legacy/index.html>`__
7986
- Legacy API
8087

8188
FAQ
@@ -138,5 +145,5 @@ Take the free online course taught by MongoDB instructors
138145
.. figure:: /includes/figures/M220J_hero.jpg
139146
:alt: M220J Course Hero
140147

141-
- | `M220J: MongoDB for Java Developers <https://university.mongodb.com/courses/M220J/about>`_
148+
- | `M220J: MongoDB for Java Developers <https://university.mongodb.com/courses/M220J/about>`_
142149
| Learn the essentials of Java application development with MongoDB.

0 commit comments

Comments
 (0)