Skip to content

mariascharin/driver-documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Driver Documentation

Building

Java JDK version 8 (preferred) or 7 is required. See Oracle Java SE Development Kit 8 Downloads or OpenJDK.

Gradle is used for the build.

Tip
The gradlew / gradlew.bat script will download Gradle on first run. No previous install is needed (if one exists, it will be ignored).
./gradlew

The HTML output will be generated in build/html5/, the PDF in build/pdf/. One PDF per programming language is built.

To exclude building the PDF output, do like this:

./gradlew -PnoPdf

To do a clean build of all outputs do:

./gradlew clean dist

Execute a new build automatically as soon as there are file changes:

./gradlew -t

Use local clones of the driver projects:

./gradlew -PlocalDriverSources

The clones are expected to be located in parallel to this project.

About

[ALPHA] Driver Documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 84.6%
  • JavaScript 10.6%
  • HTML 3.8%
  • Ruby 1.0%