From d4b94d1d6fc3e8f594ef11dfa3bc3be787e553ff Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 21 Feb 2025 13:28:03 +0000 Subject: [PATCH] Update branches to publish --- antora.yml | 6 +----- preview.yml | 4 ++-- publish.yml | 6 +++--- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/antora.yml b/antora.yml index 822be75..60fdb7c 100644 --- a/antora.yml +++ b/antora.yml @@ -1,10 +1,6 @@ name: http-api title: HTTP API -version: '5' +version: '2025.02' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc -asciidoc: - attributes: - page-origin-private: false - neo4j-version: '5' diff --git a/preview.yml b/preview.yml index 5613f74..c585b13 100644 --- a/preview.yml +++ b/preview.yml @@ -43,9 +43,9 @@ asciidoc: includePDF: false nonhtmloutput: "" experimental: '' - copyright: 2024 + copyright: 2025 common-license-page-uri: https://neo4j.com/docs/license/ - partials: 5@ROOT:partial$@ + partials: ROOT:partial$@ # attributes for doc links to other manuals in preview playbook neo4j-base-uri: https://neo4j.com neo4j-docs-base-uri: https://neo4j.com/docs diff --git a/publish.yml b/publish.yml index 2ef4120..0107858 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: ['4.4','5.x','HEAD'] edit_url: https://github.com/neo4j/docs-http-api/tree/{refname}/{path} exclude: - '!**/_includes/*' @@ -24,7 +24,7 @@ urls: antora: extensions: - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '5' + sitemap_version: '2025.02' sitemap_loc_version: 'current' move_sitemaps_to_components: true @@ -50,7 +50,7 @@ asciidoc: includePDF: false nonhtmloutput: "" experimental: '' - copyright: 2024 + copyright: 2025 common-license-page-uri: https://neo4j.com/docs/license/ partials: ROOT:partial$@ # attributes for doc links to other manuals in publish playbook