Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 511 Bytes

File metadata and controls

13 lines (7 loc) · 511 Bytes

Neo4j Driver Documentation

This repository contains the AsciiDoc and other sources to build the Neo4j Driver Manual.

The code examples are under unit testing via the docs-testing/drivers infrastructure, running on PRs affecting examples and weekly on the whole docset.

Usage

  1. Clone the repository and checkout the branch you want to build.

  2. npm install to install the required node.js packages

  3. To build and view the HTML: npm start