diff --git a/antora.yml b/antora.yml index ea5cb2b..f421dcb 100644 --- a/antora.yml +++ b/antora.yml @@ -1,15 +1,15 @@ name: java-reference title: Java Reference -version: '5' +version: '2025.01' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - neo4j-version: '5.26' - neo4j-version-exact: '5.26.0' - neo4j-buildnumber: '5.26' - java-driver-version: '5.26.3' + neo4j-version: '2025.01' + neo4j-version-exact: '2025.01.0' + neo4j-buildnumber: '2025.01' + java-driver-version: '5.27' neo4j-documentation-branch: 'dev' page-origin-private: false neo4j-javadocs-base-uri: "https://neo4j.com/docs/java-reference/5/javadocs" diff --git a/package.json b/package.json index 8572ac6..95bb102 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@neo4j-antora/antora-listing-roles": "^0.1.0", "@neo4j-antora/antora-modify-sitemaps": "^0.4.4", "@neo4j-antora/antora-table-footnotes": "^0.3.2", + "@neo4j-antora/selector-labels": "^0.1.1", "@neo4j-documentation/macros": "^1.0.2", "@neo4j-documentation/remote-include": "^1.0.0" }, diff --git a/preview.yml b/preview.yml index be732e8..98ec3e1 100644 --- a/preview.yml +++ b/preview.yml @@ -28,6 +28,7 @@ asciidoc: - "@neo4j-antora/antora-add-notes" - "@neo4j-antora/antora-listing-roles" - "@neo4j-antora/antora-table-footnotes" + - "@neo4j-antora/selector-labels" attributes: page-theme: docs page-type: Docs diff --git a/publish.yml b/publish.yml index 9fe7375..7cdefae 100644 --- a/publish.yml +++ b/publish.yml @@ -6,7 +6,7 @@ site: content: sources: - url: ./ - branches: ['3.5','4.0','4.1','4.2','4.3','4.4','dev'] + branches: ['3.5','4.0','4.1','4.2','4.3','4.4','5.x','dev'] edit_url: https://github.com/neo4j/docs-java-reference/tree/{refname}/{path} exclude: - '!**/_includes/*' @@ -24,7 +24,7 @@ urls: antora: extensions: - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '5' + sitemap_version: '2025.01' sitemap_loc_version: 'current' move_sitemaps_to_components: true @@ -35,6 +35,7 @@ asciidoc: - "@neo4j-antora/antora-add-notes" - "@neo4j-antora/antora-listing-roles" - "@neo4j-antora/antora-table-footnotes" + - "@neo4j-antora/selector-labels" attributes: page-theme: docs page-type: Docs