diff --git a/_data/URIs.json.example b/_data/URIs.json.example index 627ccd6..07179ab 100644 --- a/_data/URIs.json.example +++ b/_data/URIs.json.example @@ -1,3 +1,3 @@ { - "root": "https://myserver.co.uk" + "root": "https://alifeee.co.uk/polycule-visualiser" } \ No newline at end of file diff --git a/polycule.json.example b/polycule.json.example index 703dae4..80f6a17 100644 --- a/polycule.json.example +++ b/polycule.json.example @@ -1,12 +1,37 @@ { - "nodes": ["Ash", "Bri", "Ciar", "Darl", "Elfo", "France", "George"], + "nodes": [ + "This", + "is", + "an", + "example", + "See", + "the", + "sourcecode" + ], "edges": [ - ["Ash", "Bri"], - ["Ash", "Ciar"], - ["Bri", "Darl"], - ["Ciar", "Elfo"], - ["Elfo", "George"], - ["Elfo", "France"], - ["Bri", "Elfo"] + [ + "This", + "is" + ], + [ + "is", + "an" + ], + [ + "an", + "example" + ], + [ + "is", + "sourcecode" + ], + [ + "See", + "the" + ], + [ + "the", + "sourcecode" + ] ] -} +} \ No newline at end of file