We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8162b56 commit 9ccbc52Copy full SHA for 9ccbc52
antora.yml
@@ -4,3 +4,5 @@ version: '6'
4
start_page: ROOT:index.adoc
5
nav:
6
- modules/ROOT/content-nav.adoc
7
+page-add-notes-module: ROOT
8
+page-add-notes-tags: note
modules/ROOT/partials/notes.adoc
@@ -0,0 +1,7 @@
1
+# tag::note[]
2
+[CAUTION]
3
+====
+You are looking at version 6 of the GraphQL Library.
+For the long-term support (LTS) version 5, refer to link:https://neo4j.com/docs/graphql/5/[GraphQL Library version 5 LTS].
+# end::note[]
preview.yml
@@ -52,3 +52,5 @@ asciidoc:
52
experimental: ''
53
copyright: 2023
54
common-license-page-uri: https://neo4j.com/docs/license/
55
+ page-add-notes-module: ROOT
56
+ page-add-notes-tags: note
0 commit comments