diff --git a/website/data/graph.json b/website/data/graph.json index e66887c..e168929 100644 --- a/website/data/graph.json +++ b/website/data/graph.json @@ -40,28 +40,19 @@ }, "focusOptions": { "minWorldBox": { - "width": 750, + "width": 873, "height": 412 }, - "anchorX": 0.7, + "anchorX": 0.67, "responsiveWorldBox": [ { "minViewportWidth": 768, "minWorldBox": { - "width": 748, + "width": 873, "height": 600 }, - "anchorX": 0.7, + "anchorX": 0.67, "anchorY": 0.6 - }, - { - "minViewportWidth": 480, - "minWorldBox": { - "width": 620, - "height": 338 - }, - "anchorX": 0.75, - "anchorY": 0.75 } ], "anchorY": 0.7 @@ -625,97 +616,15 @@ ] }, { - "id": "blog_markdown-test", + "id": "blog_welcome", "type": "blog_post", - "title": "Markdown Formatting Test", - "blogSlug": "markdown-test", + "title": "Welcome", "position": { "x": 1500, "y": 900 }, "width": 600, "inputs": [], - "outputs": [ - { - "id": "exec_out", - "name": "Next", - "direction": "output", - "kind": "exec" - } - ] - }, - { - "id": "blog_testddd", - "type": "blog_post", - "title": "test d d d d", - "blogSlug": "testddd", - "position": { - "x": 2200, - "y": 900 - }, - "width": 600, - "inputs": [ - { - "id": "exec_in", - "name": "Previous", - "direction": "input", - "kind": "exec" - } - ], - "outputs": [ - { - "id": "exec_out", - "name": "Next", - "direction": "output", - "kind": "exec" - } - ] - }, - { - "id": "blog_welcome", - "type": "blog_post", - "title": "Welcome to My Blog", - "blogSlug": "welcome", - "position": { - "x": 2900, - "y": 900 - }, - "width": 600, - "inputs": [ - { - "id": "exec_in", - "name": "Previous", - "direction": "input", - "kind": "exec" - } - ], - "outputs": [ - { - "id": "exec_out", - "name": "Next", - "direction": "output", - "kind": "exec" - } - ] - }, - { - "id": "blog_node-graphs", - "type": "blog_post", - "title": "Building Interactive Node Graphs", - "blogSlug": "node-graphs", - "position": { - "x": 3600, - "y": 900 - }, - "width": 600, - "inputs": [ - { - "id": "exec_in", - "name": "Previous", - "direction": "input", - "kind": "exec" - } - ], "outputs": [] } ], @@ -947,42 +856,6 @@ "pinId": "target" }, "kind": "object" - }, - { - "id": "blog_connection_0", - "from": { - "nodeId": "blog_markdown-test", - "pinId": "exec_out" - }, - "to": { - "nodeId": "blog_testddd", - "pinId": "exec_in" - }, - "kind": "exec" - }, - { - "id": "blog_connection_1", - "from": { - "nodeId": "blog_testddd", - "pinId": "exec_out" - }, - "to": { - "nodeId": "blog_welcome", - "pinId": "exec_in" - }, - "kind": "exec" - }, - { - "id": "blog_connection_2", - "from": { - "nodeId": "blog_welcome", - "pinId": "exec_out" - }, - "to": { - "nodeId": "blog_node-graphs", - "pinId": "exec_in" - }, - "kind": "exec" } ] } \ No newline at end of file