Skip to content

Commit 24d0fff

Browse files
authored
Merge pull request #213 from neo4j/release-prep-6.x
prepare 6.x for docs release
2 parents 8cc1208 + 6f472a5 commit 24d0fff

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

antora.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: graphql
22
title: Neo4j GraphQL Library
33
version: '6'
4-
display_version: '6-beta'
54
start_page: ROOT:index.adoc
65
nav:
76
- modules/ROOT/content-nav.adoc
7+
asciidoc:
8+
attributes:
9+
page-add-notes-module: ROOT
10+
page-add-notes-tags: note

modules/ROOT/partials/notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# tag::note[]
2+
[CAUTION]
3+
====
4+
This is the documentation of the GraphQL Library version 6.
5+
For the long-term support (LTS) version 5, refer to link:{neo4j-docs-base-uri}/graphql/5/[GraphQL Library version 5 LTS].
6+
====
7+
# end::note[]

preview.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ asciidoc:
5252
experimental: ''
5353
copyright: 2023
5454
common-license-page-uri: https://neo4j.com/docs/license/
55+
page-add-notes-module: ROOT
56+
page-add-notes-tags: note
57+
neo4j-base-uri: https://neo4j.com
58+
neo4j-docs-base-uri: https://neo4j.com/docs

publish.yml

Lines changed: 3 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: ['5.x', '4.x', '3.x']
10+
branches: ['6.x', '5.x', '4.x', '3.x']
1111
exclude:
1212
- '!**/_includes/*'
1313
- '!**/readme.adoc'
@@ -25,14 +25,15 @@ urls:
2525
antora:
2626
extensions:
2727
- require: "@neo4j-antora/antora-modify-sitemaps"
28-
sitemap_version: '5'
28+
sitemap_version: '6'
2929
sitemap_loc_version: 'current'
3030
move_sitemaps_to_components: true
3131

3232
asciidoc:
3333
extensions:
3434
- "@neo4j-documentation/remote-include"
3535
- "@neo4j-documentation/macros"
36+
- "@neo4j-antora/antora-add-notes"
3637
attributes:
3738
page-theme: docs
3839
page-type: Docs

0 commit comments

Comments
 (0)