So obviously I need to explain HOW I created that - and that's what I will do in this blogpost.
Creating a Browser Guide - easy!
Starting point of the exercise is Michael's github repo with all the source material. Download the zip file with all sources and unzip it on your local machine. The instructions online are kind of limited, but in principle the sequence of what we need to do is EASY:- we need to create an Asciidoc file (identical to what we use for our GraphGists) that describes the Neo4j Browser Guide.
- we need to convert that Asciidoc file to an HTML file with a very simple shell script (see below).
- we then need to figure out a way to LOAD that HTML file into the Neo4j browser. in a :play pane (similar to the built in guides that we already have)
So let's get cracking with that.