Skip to content

Commit

Permalink
change example contents
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Jun 20, 2024
1 parent 9c87d36 commit 2c9828e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _data/URIs.json.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"root": "https://myserver.co.uk"
"root": "https://alifeee.co.uk/polycule-visualiser"
}
43 changes: 34 additions & 9 deletions polycule.json.example
Original file line number Diff line number Diff line change
@@ -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"
]
]
}
}

0 comments on commit 2c9828e

Please sign in to comment.