From ca9951bef93f93dfaf4cb09afc1e973013ea5b77 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Wed, 5 Feb 2025 18:40:19 +0000 Subject: [PATCH 1/5] Update branches to publish --- antora.yml | 2 +- publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/antora.yml b/antora.yml index 822be75..44239b3 100644 --- a/antora.yml +++ b/antora.yml @@ -7,4 +7,4 @@ nav: asciidoc: attributes: page-origin-private: false - neo4j-version: '5' + neo4j-version: '2025.01' diff --git a/publish.yml b/publish.yml index 2ef4120..f3fda29 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','HEAD'] edit_url: https://github.com/neo4j/docs-http-api/tree/{refname}/{path} exclude: - '!**/_includes/*' From 4778c6d24d2852c1877402b3aac82d6c57dc20f6 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 21 Feb 2025 10:14:16 +0000 Subject: [PATCH 2/5] Update publish.yml Co-authored-by: Stefano Ottolenghi --- publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.yml b/publish.yml index f3fda29..4c882ad 100644 --- a/publish.yml +++ b/publish.yml @@ -6,7 +6,7 @@ site: content: sources: - url: ./ - branches: ['4.4','HEAD'] + branches: ['4.4','5.x','HEAD'] edit_url: https://github.com/neo4j/docs-http-api/tree/{refname}/{path} exclude: - '!**/_includes/*' From 93b01bd87bf4b2253b99500669105c922cec4538 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 21 Feb 2025 11:23:56 +0000 Subject: [PATCH 3/5] remove asciidoctor attributes --- antora.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/antora.yml b/antora.yml index 44239b3..64b8b27 100644 --- a/antora.yml +++ b/antora.yml @@ -4,7 +4,3 @@ version: '5' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc -asciidoc: - attributes: - page-origin-private: false - neo4j-version: '2025.01' From edb73483c20de06e9e624e5c5e5363ef46c54a45 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 21 Feb 2025 11:27:06 +0000 Subject: [PATCH 4/5] update the versions --- antora.yml | 2 +- preview.yml | 2 +- publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antora.yml b/antora.yml index 64b8b27..74104a7 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,6 @@ name: http-api title: HTTP API -version: '5' +version: '2025.01' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc diff --git a/preview.yml b/preview.yml index 5613f74..6b0507b 100644 --- a/preview.yml +++ b/preview.yml @@ -43,7 +43,7 @@ asciidoc: includePDF: false nonhtmloutput: "" experimental: '' - copyright: 2024 + copyright: 2025 common-license-page-uri: https://neo4j.com/docs/license/ partials: 5@ROOT:partial$@ # attributes for doc links to other manuals in preview playbook diff --git a/publish.yml b/publish.yml index 4c882ad..0cdd6e1 100644 --- a/publish.yml +++ b/publish.yml @@ -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 From 9be4948a2fb28ba26a8b0c28efa123ccd94bdae6 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 21 Feb 2025 11:55:22 +0000 Subject: [PATCH 5/5] Update preview.yml Co-authored-by: Neil Dewhurst --- preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preview.yml b/preview.yml index 6b0507b..c585b13 100644 --- a/preview.yml +++ b/preview.yml @@ -45,7 +45,7 @@ asciidoc: experimental: '' 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