diff --git a/_config/site.yml b/_config/site.yml
index 093205a32..a863a24ec 100644
--- a/_config/site.yml
+++ b/_config/site.yml
@@ -128,6 +128,9 @@ projects:
jakarta_ee:
name: Jakarta EE
url: https://jakarta.ee
+ dialect_mongodb:
+ name: MongoDB Extension
+ url: https://github.com/mongodb/mongo-hibernate/
menu:
intern:
- name: About
diff --git a/_data/projects/orm/releases/6.6/series.yml b/_data/projects/orm/releases/6.6/series.yml
index 5445f8354..2cf1f4cbf 100644
--- a/_data/projects/orm/releases/6.6/series.yml
+++ b/_data/projects/orm/releases/6.6/series.yml
@@ -29,6 +29,8 @@ integration_constraints:
version: 3.1
jakarta_ee:
version: 10
+ dialect_mongodb:
+ version: 1.0
subprojects:
repositories:
summary: Jakarta Data 1.0, compatibility with Hibernate ORM 6
diff --git a/community/corporate-contributors.html.haml b/community/corporate-contributors.html.haml
index 42e7aac97..3c4f28131 100644
--- a/community/corporate-contributors.html.haml
+++ b/community/corporate-contributors.html.haml
@@ -66,6 +66,18 @@ title: Corporate contributors
%p EPAM Systems, Inc. contributed developers time to the Hibernate OGM project.
.extra.content
%a.ui.blue.label(href='/ogm/') Hibernate OGM
+ .ui.card.fluid.contributor
+ .image
+ %a(href='https://www.mongodb.com/')
+ %img{:src => "#{relative("/images/contributors/mongodb.svg", page)}"}
+ .content
+ .header
+ %a(href='https://www.mongodb.com/') MongoDB
+ .description
+ %p MongoDB is the world’s most popular document database, giving developers a flexible, intuitive way to work with data. With MongoDB Atlas, teams get a fully managed cloud DBaaS platform that combines the flexible document model with a suite of data services, best-in-class security, and enterprise scalability, empowering developers to build any type of application.
+ %p MongoDB proudly contributes to the Hibernate ORM project through the MongoDB Extension for Hibernate ORM, bringing first-class support for MongoDB’s document model to the Hibernate ecosystem.
+ .extra.content
+ %a.ui.blue.label(href='https://github.com/mongodb/mongo-hibernate') MongoDB Extension for Hibernate ORM
%p
diff --git a/community/index.adoc b/community/index.adoc
index f070c7877..de169fc7c 100644
--- a/community/index.adoc
+++ b/community/index.adoc
@@ -22,11 +22,12 @@ Best to first check the documentation. Yes it sounds boring, but knowing a tool
Validator
Reactive
Tools
+MongoDB Extension for ORM
+++
https://stackoverflow.com/[Stack Overflow]::
-After the documentation, probably the best place to look for answers. We actively monitor the following tags:
+After the documentation, probably the best place to look for answers.
+++