Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rendering of the migration guide #1138

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions documentation/manual/src/main/asciidoc/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ include::modules/how-to-contribute.asciidoc[]

include::modules/getting-started.asciidoc[]

include::modules/migrating.asciidoc[]

include::modules/architecture.asciidoc[]

include::modules/configuration.asciidoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[ogm-migration]]
[[ogm-migrating]]

== 5.4.2.Final
== Migrating from 5.4.1.Final

=== MongoDB

Expand All @@ -23,8 +23,7 @@ Recent versions of the MongoDB server have removed support for some features on
All other Hibernate OGM tests of MongoDB support are passing with MongoDB 3.6, up through the latest release of MongoDB
(currently MongoDB 8.0).

== Older versions
=== Older versions

The migration guide for the previous versions of Hibernate OGM is available on the
https://developer.jboss.org/docs/DOC-52281[JBoss Community Archive] website.

https://developer.jboss.org/docs/DOC-52281[JBoss Community Archive] website.
Loading