summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/about/demo-data.lua
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/about/demo-data.lua')
-rw-r--r--doc/context/sources/general/manuals/about/demo-data.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/about/demo-data.lua b/doc/context/sources/general/manuals/about/demo-data.lua
new file mode 100644
index 000000000..96b55acd0
--- /dev/null
+++ b/doc/context/sources/general/manuals/about/demo-data.lua
@@ -0,0 +1,10 @@
+return {
+ { 1, 2 },
+ { 2, 4 },
+ { 3, 3 },
+ { 4, 2 },
+ { 5, 2 },
+ { 6, 3 },
+ { 7, 4 },
+ { 8, 1 },
+} \ No newline at end of file