From 2c9828e98af17723c755b9757db903adcbe10111 Mon Sep 17 00:00:00 2001 From: alifeee Date: Thu, 20 Jun 2024 16:58:10 +0100 Subject: [PATCH] change example contents --- _data/URIs.json.example | 2 +- polycule.json.example | 43 ++++++++++++++++++++++++++++++++--------- 2 files changed, 35 insertions(+), 10 deletions(-) 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