neo4j / docs-cypher

Neo4j Cypher Documentation
13 stars 54 forks source link

= Neo4j Cypher Manual

== Building locally

=== Prereqs

=== Installation

To install the required packages:


npm i

=== Generating HTML output

To convert asciidoc source to HTML:


npm run build

=== Viewing HTML output

To view the built site, launch a local server:

. npm start . In a browser tab, go to localhost:8000

=== Live preview

When you run npm start, the project is monitored for updates to asciidoc files.

If a change to an asciidoc file is detected, the site is automatically rebuilt.

== Raising PRs

=== Branch management

The docs-cypher repo (and all CoreDB docs repos) will contain the following branches:

=== Raising PRs, and the publishing process

Here is the workflow for creating PRs in the repo, and our publication process: