From d393a9f7d24caed69080662d3a7225ab03871e6e Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Mon, 13 Nov 2023 14:39:43 +0100 Subject: [PATCH] Disclaimer note about Java driver and reference --- modules/ROOT/pages/index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 60e4f08..51cf796 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -22,6 +22,10 @@ _Who should read this?_ The Java Reference is written for advanced Java developers who want to extend Neo4j's functionality or embed Neo4j in their software. +_Disclaimer_ + +This guide describes how to make changes to server-sided and deployment functionalities and has no connection with the link:https://neo4j.com/docs/java-manual/current/[Neo4j Java Driver]. + ifndef::backend-pdf[] License: link:{common-license-page-uri}[Creative Commons 4.0]