diff --git a/antora.yml b/antora.yml index f2cce87..cec3280 100644 --- a/antora.yml +++ b/antora.yml @@ -1,12 +1,12 @@ name: status-codes title: Status Codes for Errors & Notifications -version: '5' +version: '2025.01' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: page-origin-private: false - neo4j-version: '5.26' - neo4j-version-exact: '5.26.0' - neo4j-buildnumber: '5.26' \ No newline at end of file + neo4j-version: '2025.01' + neo4j-version-exact: '2025.01.0' + neo4j-buildnumber: '2025.01' \ No newline at end of file diff --git a/package.json b/package.json index 0c41fae..d6650a6 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "@antora/site-generator-default": "^3.1.7", "@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/publish.yml b/publish.yml index 28ffeba..0e76984 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','HEAD'] + branches: ['3.5','4.0','4.1','4.2','4.3','4.4','5.x','HEAD'] edit_url: https://github.com/neo4j/docs-status-codes/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