diff --git a/documentation/build.gradle b/documentation/build.gradle index 961ef6408..ba2c81047 100644 --- a/documentation/build.gradle +++ b/documentation/build.gradle @@ -12,7 +12,7 @@ configurations { } dependencies { - themezip 'org.hibernate.infra:hibernate-asciidoctor-theme:6.0.0.Final@zip' + themezip 'org.hibernate.infra:hibernate-asciidoctor-theme:6.0.2.Final@zip' } ext { @@ -168,8 +168,8 @@ def renderReferenceDocumentationTask = tasks.register( 'renderReferenceDocumenta docinfo: 'shared,private', docinfodir: rootProject.layout.buildDirectory.dir("unpacked-theme").get() .dir("hibernate-asciidoctor-theme").dir("asciidoc").dir("docinfo").dir('hibernate').asFile.absolutePath, - 'html.meta.project-key': 'orm', - 'html.outdated-content.project-key': 'orm', + 'html-meta-project-key': 'reactive', + 'html-outdated-content-project-key': 'reactive', 'html-meta-description': 'Hibernate Reactive, reactive API for Hibernate ORM - Reference Documentation', 'html-meta-keywords': 'hibernate, reactive, hibernate reactive, database, db, vert.x', 'html-meta-version-family': project.projectVersion.family diff --git a/documentation/src/main/asciidoc/reference/index.adoc b/documentation/src/main/asciidoc/reference/index.adoc index c410c02b6..578920972 100644 --- a/documentation/src/main/asciidoc/reference/index.adoc +++ b/documentation/src/main/asciidoc/reference/index.adoc @@ -6,6 +6,7 @@ Davide D'Alto ; Gavin King :sourcedir: src/main/asciidoc/reference :leveloffset: +1 :version-selector-enabled: true +:html-meta-canonical-link: https://docs.hibernate.org/stable/reactive/reference/html_single include::{sourcedir}/preface.adoc[]