From 9c3f01f1a10048bae97ee60948a2952ccc38c926 Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Fri, 23 Feb 2024 13:35:19 +0100 Subject: [PATCH] publish 5.x docs --- 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 90a25d13..95617205 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,6 @@ name: graphql title: Neo4j GraphQL Library -version: '4' +version: '5' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc diff --git a/preview.yml b/preview.yml index 0ace990d..e2e43508 100644 --- a/preview.yml +++ b/preview.yml @@ -24,7 +24,7 @@ urls: antora: extensions: - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '4' + sitemap_version: '5' sitemap_loc_version: 'current' move_sitemaps_to_components: true - require: "@neo4j-antora/antora-page-list" diff --git a/publish.yml b/publish.yml index 1cffde5d..c2f154a7 100644 --- a/publish.yml +++ b/publish.yml @@ -7,7 +7,7 @@ site: content: sources: - url: https://github.com/neo4j/docs-graphql.git - branches: ['4.x', '3.x'] + branches: ['5.x', '4.x', '3.x'] exclude: - '!**/_includes/*' - '!**/readme.adoc'