diff --git a/antora.yml b/antora.yml index ea8683afa..4b30efdc3 100644 --- a/antora.yml +++ b/antora.yml @@ -1,13 +1,14 @@ name: operations-manual title: Operations Manual -version: '5' +version: '2025.01' +current: true start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - neo4j-version: '5' - neo4j-version-minor: '5.26' - neo4j-version-exact: '5.26.0' - neo4j-buildnumber: '5.26' + neo4j-version: '2025.01' + neo4j-version-minor: '2025.01' + neo4j-version-exact: '2025.01.0' + neo4j-buildnumber: '2025.01' neo4j-debian-package-version: '1:5.22.0@' diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 6b44dec63..33a6d00be 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -1,5 +1,5 @@ [[operations-manual]] -= The Neo4j Operations Manual v{neo4j-version} += The Neo4j Operations Manual :neo4j-buildnumber: {neo4j-version} :download-center-uri: https://neo4j.com/deployment-center/ :upgrade-current-uri: https://neo4j.com/docs/upgrade-migration-guide/current/ diff --git a/preview.yml b/preview.yml index 5941a1e47..31b3d819a 100644 --- a/preview.yml +++ b/preview.yml @@ -25,7 +25,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 - require: "@neo4j-antora/antora-unlisted-pages" @@ -51,7 +51,7 @@ asciidoc: includePDF: false nonhtmloutput: "" experimental: '' - copyright: '2024' + copyright: '2025' common-license-page-uri: https://neo4j.com/docs/license/ check-mark: icon:check[] cross-mark: icon:times[] diff --git a/publish.yml b/publish.yml index 68580e7dc..947fee23a 100644 --- a/publish.yml +++ b/publish.yml @@ -7,7 +7,7 @@ site: content: sources: - url: ./ - branches: ['3.5', '4.0', '4.1', '4.2', '4.3', '4.4', 'HEAD'] + branches: ['3.5', '4.0', '4.1', '4.2', '4.3', '4.4', '5.x', 'HEAD'] edit_url: https://github.com/neo4j/docs-operations/tree/{refname}/{path} exclude: - '!**/_includes/*' @@ -26,7 +26,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 - require: "@neo4j-antora/antora-unlisted-pages" @@ -45,14 +45,14 @@ asciidoc: page-search-site: Reference Docs page-canonical-root: /docs page-pagination: true - page-no-canonical: true + page-no-canonical: true page-origin-private: false page-hide-toc: false page-mixpanel: 4bfb2414ab973c741b6f067bf06d5575 includePDF: false nonhtmloutput: "" experimental: '' - copyright: '2024' + copyright: '2025' common-license-page-uri: https://neo4j.com/docs/license/ check-mark: icon:check[] cross-mark: icon:times[]