This folder contains the documentation for the NeoDash project. The pages are written in AsciiDoc, and generated into webpages by Antora.
An external workflow picks up this directory, embeds it into the Neo4j docs, and makes sure generated files are automatically deployed to:
https://neo4j.com/labs/neodash/{version}
For example: https://neo4j.com/labs/neodash/2.4
To compile and view the documentation locally, navigate to this (./docs
) folder and run:
yarn install
yarn start
Then, open your browser and navigate to http://localhost:8000/.