Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 816950c

Browse files
DavideDyrodiere
authored andcommitted
OGM-1592 Fix rendering of the migration guide
It wasn't actually generated Keeping it as part of the documentation because the ascidoctor plugin seems to ignore it otherwise and I don't want to spend more time on it. Probably, we would need to upgrade the plugin.
1 parent 38042cc commit 816950c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

documentation/manual/src/main/asciidoc/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ include::modules/how-to-contribute.asciidoc[]
1818

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

21+
include::modules/migrating.asciidoc[]
22+
2123
include::modules/architecture.asciidoc[]
2224

2325
include::modules/configuration.asciidoc[]

documentation/manual/src/main/asciidoc/migration/index.asciidoc renamed to documentation/manual/src/main/asciidoc/modules/migrating.asciidoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[[ogm-migration]]
1+
[[ogm-migrating]]
22

3-
== 5.4.2.Final
3+
== Migrating from 5.4.1.Final
44

55
=== MongoDB
66

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

26-
== Older versions
26+
=== Older versions
2727

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

0 commit comments

Comments
 (0)