Skip to content

Commit b00ffd1

Browse files
committed
HHH-19827 Enable version selector for the main guide
1 parent 27dcab7 commit b00ffd1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

documentation/documentation.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ asciidoctorj {
252252
docinfodir: rootProject.layout.buildDirectory.dir("unpacked-theme").get()
253253
.dir("hibernate-asciidoctor-theme").dir("asciidoc").dir("docinfo").dir('hibernate').asFile.absolutePath,
254254
'html.meta.project-key': 'orm',
255-
'html.outdated-content.project-key': 'orm',
255+
'html-outdated-content-project-key': 'orm',
256256
'html-meta-description': 'Hibernate ORM, relational persistence for idiomatic Java',
257257
'html-meta-keywords': 'hibernate, orm, hibernate orm, database, db, jpa, sql',
258258
'html-meta-version-family': ormBuildDetails.hibernateVersion.family

documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ include::{shared-attributes-dir}/renderer-attributes.adoc[]
1010
:toc2:
1111
:toclevels: 3
1212
:sectanchors:
13+
:version-selector-enabled: true
1314

1415
include::Preface.adoc[]
1516

local-build-plugins/src/main/groovy/local.javadoc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configurations {
1111
}
1212

1313
dependencies {
14-
themezip 'org.hibernate.infra:hibernate-asciidoctor-theme:6.0.0.Final@zip'
14+
themezip 'org.hibernate.infra:hibernate-asciidoctor-theme:6.0.2.Final@zip'
1515
}
1616

1717
tasks.register('unpackTheme', Copy) {

0 commit comments

Comments
 (0)