Skip to content

Commit 06059b4

Browse files
authored
Unify-compat-table (#207)
* make compat table uniform * update ref * fix name * pr feedback
1 parent 7edb160 commit 06059b4

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

snooty.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name = "java"
22
title = "Java Sync"
3+
34
toc_landing_pages = [
45
"/fundamentals/connection",
56
"/fundamentals/crud",
67
"/fundamentals/builders",
7-
"/usage-examples"
8+
"/usage-examples",
89
]
10+
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
911

1012
[constants]
13+
driver = "java"
14+
driver-long = "MongoDB Java Driver"
1115
version = "4.4"
1216
full-version = "{+version+}.2"
1317
package-name-org = "mongodb-org"

source/compatibility.txt

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,39 @@
1+
.. contents:: On this page
2+
:local:
3+
:backlinks: none
4+
:depth: 2
5+
:class: singlecol
6+
7+
=============
18
Compatibility
2-
-------------
9+
=============
310

411
MongoDB Compatibility
5-
~~~~~~~~~~~~~~~~~~~~~
12+
---------------------
13+
14+
The following compatibility table specifies the recommended version(s) of the
15+
{+driver-long+} for use with a specific version of MongoDB.
16+
17+
The first column lists the driver version(s).
618

7-
The following compatibility table specifies the recommended versions of the
8-
MongoDB Java driver for use with a specific version of MongoDB.
19+
:ref:`What information does the MongoDB Compatibility table show? <mongodb-compatibility-table-about-java>`
920

10-
The first column lists the driver versions.
1121

1222
.. include:: /includes/mongodb-compatibility-table-java.rst
1323

1424
Language Compatibility
15-
~~~~~~~~~~~~~~~~~~~~~~
25+
----------------------
1626

17-
The following compatibility table specifies the recommended versions of the
18-
MongoDB Java driver for use with a specific version of Java.
27+
The following compatibility table specifies the recommended version(s) of the
28+
{+driver-long+} for use with a specific version of Java.
1929

20-
The first column lists the driver versions.
30+
The first column lists the driver version(s).
31+
32+
:ref:`What information does the Language Compatibility table show? <language-compatibility-table-about-java>`
2133

2234
.. include:: /includes/language-compatibility-table-java.rst
35+
36+
About Compatibility Tables
37+
--------------------------
38+
39+
.. sharedinclude:: dbx/about-compatibility.rst

0 commit comments

Comments
 (0)