Skip to content

Commit 425741b

Browse files
marko-bekhtaDavideD
authored andcommitted
[#2560] Update the theme versions and fix the project key
1 parent 279835e commit 425741b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

documentation/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ configurations {
1212
}
1313

1414
dependencies {
15-
themezip 'org.hibernate.infra:hibernate-asciidoctor-theme:6.0.0.Final@zip'
15+
themezip 'org.hibernate.infra:hibernate-asciidoctor-theme:6.0.2.Final@zip'
1616
}
1717

1818
ext {
@@ -168,8 +168,8 @@ def renderReferenceDocumentationTask = tasks.register( 'renderReferenceDocumenta
168168
docinfo: 'shared,private',
169169
docinfodir: rootProject.layout.buildDirectory.dir("unpacked-theme").get()
170170
.dir("hibernate-asciidoctor-theme").dir("asciidoc").dir("docinfo").dir('hibernate').asFile.absolutePath,
171-
'html.meta.project-key': 'orm',
172-
'html.outdated-content.project-key': 'orm',
171+
'html-meta-project-key': 'reactive',
172+
'html-outdated-content-project-key': 'reactive',
173173
'html-meta-description': 'Hibernate Reactive, reactive API for Hibernate ORM - Reference Documentation',
174174
'html-meta-keywords': 'hibernate, reactive, hibernate reactive, database, db, vert.x',
175175
'html-meta-version-family': project.projectVersion.family

documentation/src/main/asciidoc/reference/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Davide D'Alto <[email protected]>; Gavin King <[email protected]>
66
:sourcedir: src/main/asciidoc/reference
77
:leveloffset: +1
88
:version-selector-enabled: true
9+
:html-meta-canonical-link: https://docs.hibernate.org/stable/reactive/reference/html_single
910

1011
include::{sourcedir}/preface.adoc[]
1112

0 commit comments

Comments
 (0)