diff --git a/snooty.toml b/snooty.toml index 72b459fbc..4aed2f2f4 100644 --- a/snooty.toml +++ b/snooty.toml @@ -22,6 +22,6 @@ node-driver-long = "MongoDB Node.js Driver" node-driver-short = "Node.js Driver" atlas = "MongoDB Atlas" -java-version = "4.11" +java-version = "5.0" java-version-full = "{+java-version+}.0" java-api = "https://mongodb.github.io/mongo-java-driver/{+java-version+}" diff --git a/source/includes/mongodb-compatibility-table-kotlin-sync.rst b/source/includes/mongodb-compatibility-table-kotlin-sync.rst index f5e6ea99c..b8c6eb805 100644 --- a/source/includes/mongodb-compatibility-table-kotlin-sync.rst +++ b/source/includes/mongodb-compatibility-table-kotlin-sync.rst @@ -18,6 +18,19 @@ - MongoDB 3.2 - MongoDB 3.0 - MongoDB 2.6 + * - 5.0 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + - + - + - * - 4.11 - ✓ - ✓ diff --git a/source/kotlin-sync.txt b/source/kotlin-sync.txt index c4e4d1c26..1fd35ff95 100644 --- a/source/kotlin-sync.txt +++ b/source/kotlin-sync.txt @@ -8,6 +8,14 @@ Kotlin Sync Driver :depth: 1 :class: twocols +.. facet:: + :name: programming_language + :values: kotlin + +.. facet:: + :name: genre + :values: reference + Introduction ------------