From d1f6b05aef8daf53a47dee4ba8580f30eb280b9d Mon Sep 17 00:00:00 2001 From: Richard Sill Date: Mon, 4 Nov 2024 10:57:51 +0100 Subject: [PATCH] set 7.x variables --- antora.yml | 2 +- preview.yml | 2 +- publish.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/antora.yml b/antora.yml index 2b213d4..b1b98f6 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,6 @@ name: graphql title: Neo4j GraphQL Library -version: '6' +version: '7' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc diff --git a/preview.yml b/preview.yml index ae1e904..0c843de 100644 --- a/preview.yml +++ b/preview.yml @@ -24,7 +24,7 @@ urls: antora: extensions: - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '6' + sitemap_version: '7' sitemap_loc_version: 'current' move_sitemaps_to_components: true - require: "@neo4j-antora/antora-page-list" diff --git a/publish.yml b/publish.yml index 9ba78c3..5262dc4 100644 --- a/publish.yml +++ b/publish.yml @@ -7,7 +7,7 @@ site: content: sources: - url: https://github.com/neo4j/docs-graphql.git - branches: ['6.x', '5.x', '4.x', '3.x'] + branches: ['7.x', '6.x', '5.x', '4.x', '3.x'] exclude: - '!**/_includes/*' - '!**/readme.adoc' @@ -25,7 +25,7 @@ urls: antora: extensions: - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '6' + sitemap_version: '7' sitemap_loc_version: 'current' move_sitemaps_to_components: true