Skip to content

Commit d1f6b05

Browse files
committed
set 7.x variables
1 parent 6bbb654 commit d1f6b05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graphql
22
title: Neo4j GraphQL Library
3-
version: '6'
3+
version: '7'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc

preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ urls:
2424
antora:
2525
extensions:
2626
- require: "@neo4j-antora/antora-modify-sitemaps"
27-
sitemap_version: '6'
27+
sitemap_version: '7'
2828
sitemap_loc_version: 'current'
2929
move_sitemaps_to_components: true
3030
- require: "@neo4j-antora/antora-page-list"

publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ site:
77
content:
88
sources:
99
- url: https://github.com/neo4j/docs-graphql.git
10-
branches: ['6.x', '5.x', '4.x', '3.x']
10+
branches: ['7.x', '6.x', '5.x', '4.x', '3.x']
1111
exclude:
1212
- '!**/_includes/*'
1313
- '!**/readme.adoc'
@@ -25,7 +25,7 @@ urls:
2525
antora:
2626
extensions:
2727
- require: "@neo4j-antora/antora-modify-sitemaps"
28-
sitemap_version: '6'
28+
sitemap_version: '7'
2929
sitemap_loc_version: 'current'
3030
move_sitemaps_to_components: true
3131

0 commit comments

Comments
 (0)