Skip to content

Commit 48796f0

Browse files
committed
updated docs
1 parent 3dc0fad commit 48796f0

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
### About
44
graph-editor is an electron-webpack/react app for designing graphs and editing live neo4j databases.
55

6+
Note: Graph Editor is uses the Graph Diagram library ([https://wwlib.github.io/graph-diagram/](https://wwlib.github.io/graph-diagram/)) which is a TypeScript port of a graph-editing project called Arrows, originally created by Alistair Jones at Neo4j ([http://www.apcjones.com/arrows/](http://www.apcjones.com/arrows/), [https://github.com/apcj/arrows](https://github.com/apcj/arrows)).
7+
68
### yarn
79
The use of the [yarn](https://yarnpkg.com/) package manager is **strongly** recommended, as opposed to using `npm`.
810

docs/graph-editor-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 id="grapheditor">graph-editor</h2>
3232

3333
<p>Graph Editor is a tool for viewing and interactively editing Neo4j graphs. It can also be used to create, edit and share simple graph layouts using a json file format.</p>
3434

35-
<p>Note: Graph Editor is uses the Graph Diagram library (<a href="https://wwlib.github.io/graph-diagram/">https://wwlib.github.io/graph-diagram/</a>) which is a TypeScript port of a graph-editing project called Arrows, originally created by Alistair Jones at Neo4j (<a href="http://www.apcjones.com/arrows/">http://www.apcjones.com/arrows/</a>).</p>
35+
<p>Note: Graph Editor is uses the Graph Diagram library (<a href="https://wwlib.github.io/graph-diagram/">https://wwlib.github.io/graph-diagram/</a>) which is a TypeScript port of a graph-editing project called Arrows, originally created by Alistair Jones at Neo4j (<a href="http://www.apcjones.com/arrows/">http://www.apcjones.com/arrows/</a>, <a href="https://github.com/apcj/arrows">https://github.com/apcj/arrows</a>).</p>
3636

3737
<!--
3838
<h3 id="overview">Overview</h3>

docs/graph-editor-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Graph Editor is a tool for viewing and interactively editing Neo4j graphs. It can also be used to create, edit and share simple graph layouts using a json file format.
1515

16-
Note: Graph Editor is uses the Graph Diagram library ([https://wwlib.github.io/graph-diagram/](https://wwlib.github.io/graph-diagram/)) which is a TypeScript port of a graph-editing project called Arrows, originally created by Alistair Jones at Neo4j ([http://www.apcjones.com/arrows/](http://www.apcjones.com/arrows/)).
16+
Note: Graph Editor is uses the Graph Diagram library ([https://wwlib.github.io/graph-diagram/](https://wwlib.github.io/graph-diagram/)) which is a TypeScript port of a graph-editing project called Arrows, originally created by Alistair Jones at Neo4j ([http://www.apcjones.com/arrows/](http://www.apcjones.com/arrows/), [https://github.com/apcj/arrows](https://github.com/apcj/arrows)).
1717

1818
<!--
1919
### Overview

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ <h3 id="about">About</h3>
3131

3232
<p>graph-editor is an electron-webpack/react app for designing graphs and editing live neo4j databases.</p>
3333

34+
<p>Note: Graph Editor is uses the Graph Diagram library (<a href="https://wwlib.github.io/graph-diagram/">https://wwlib.github.io/graph-diagram/</a>) which is a TypeScript port of a graph-editing project called Arrows, originally created by Alistair Jones at Neo4j (<a href="http://www.apcjones.com/arrows/">http://www.apcjones.com/arrows/</a>, <a href="https://github.com/apcj/arrows">https://github.com/apcj/arrows</a>).</p>
35+
3436
<h3 id="yarn">yarn</h3>
3537

3638
<p>The use of the <a href="https://yarnpkg.com/">yarn</a> package manager is <strong>strongly</strong> recommended, as opposed to using <code>npm</code>.</p>

0 commit comments

Comments
 (0)