This repository contains the AsciiDoc and other sources to build the Neo4j Driver Manual.
The examples for each of the driver languages are generated out of each driver’s source code repository:
First, set up your environment.
If this is your first time, make a copy of devenv.local.template called devenv.local. Fill in the necessary values.
Source the common devenv: source devenv
.
Build stuff by running ./gralew <task>
, for example ./gradlew build
.
Run ./gradlew tasks --all
to see all available tasks.