From 51f931f73ba820a137a9b878d5aa2e99788da1f8 Mon Sep 17 00:00:00 2001 From: leomcelroy Date: Tue, 14 Nov 2023 10:32:47 -0500 Subject: [PATCH] trimmed down guides --- art/list.json | 5 ----- guides/_LIST.json | 9 +-------- guides/complete_list.json | 12 ++++++++++++ 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 guides/complete_list.json diff --git a/art/list.json b/art/list.json index 41021f5c2..c6a122cfd 100644 --- a/art/list.json +++ b/art/list.json @@ -19,11 +19,6 @@ "snapshots": ["0.png"], "source": "index.js" }, - { - "directory": "tidal-flats-leo", - "snapshots": ["tidalFlats.png"], - "source": "index.js" - }, { "directory": "eca-henry", "snapshots": ["eca1.png", "eca2.png", "eca3.png", "eca4.png"], diff --git a/guides/_LIST.json b/guides/_LIST.json index 6df893474..7f27d1d95 100644 --- a/guides/_LIST.json +++ b/guides/_LIST.json @@ -1,12 +1,5 @@ [ { "title": "square-disarray.md" }, { "title": "leaf.md" }, - { "title": "tree.md" }, - { "title": "10PRINT2.md" }, - { "title": "eca.md" }, - { "title": "joydivision.md" }, - { "title": "landscape.md" }, - { "title": "mesh.md" }, - { "title": "raymarching.md" }, - { "title": "roots.md" } + { "title": "tree.md" } ] \ No newline at end of file diff --git a/guides/complete_list.json b/guides/complete_list.json new file mode 100644 index 000000000..6df893474 --- /dev/null +++ b/guides/complete_list.json @@ -0,0 +1,12 @@ +[ + { "title": "square-disarray.md" }, + { "title": "leaf.md" }, + { "title": "tree.md" }, + { "title": "10PRINT2.md" }, + { "title": "eca.md" }, + { "title": "joydivision.md" }, + { "title": "landscape.md" }, + { "title": "mesh.md" }, + { "title": "raymarching.md" }, + { "title": "roots.md" } +] \ No newline at end of file