From 81b4f75a3fc5e7bfdce90c7252622c9d5f0ca256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:29:46 +0100 Subject: [PATCH 1/2] fix antora for 2025.01 --- antora.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/antora.yml b/antora.yml index 51d116ceb..43779c5ed 100644 --- a/antora.yml +++ b/antora.yml @@ -1,11 +1,11 @@ name: cypher-manual title: Cypher Manual -version: '2025' +version: '5' start_page: ROOT:introduction/index.adoc nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - neo4j-version: '2025' + neo4j-version: '2025.01' neo4j-version-minor: '2025.01' neo4j-version-exact: '2025.01' From 80c25c7ad0c79af1e26fa78a6d6e04f65d7680e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:32:58 +0100 Subject: [PATCH 2/2] remove sitemaps --- preview.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/preview.yml b/preview.yml index 50f2281c1..b70cd4e8a 100644 --- a/preview.yml +++ b/preview.yml @@ -22,13 +22,6 @@ ui: urls: html_extension_style: indexify -antora: - extensions: - - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '2025' - sitemap_loc_version: 'current' - move_sitemaps_to_components: true - asciidoc: extensions: - "@neo4j-documentation/remote-include"