From d6f8069739c7ff763bfb802c7380294e33c690b2 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 28 Jan 2024 13:03:06 +1100 Subject: [PATCH] Remove files from 2.2 doc --- docs/api/notifications/node.deleted.json | 3 --- docs/api/notifications/node.updated.json | 3 --- docs/api/notifications/project.created.json | 21 --------------------- docs/api/notifications/project.deleted.json | 21 --------------------- docs/api/notifications/project.opened.json | 21 --------------------- 5 files changed, 69 deletions(-) delete mode 100644 docs/api/notifications/node.deleted.json delete mode 100644 docs/api/notifications/node.updated.json delete mode 100644 docs/api/notifications/project.created.json delete mode 100644 docs/api/notifications/project.deleted.json delete mode 100644 docs/api/notifications/project.opened.json diff --git a/docs/api/notifications/node.deleted.json b/docs/api/notifications/node.deleted.json deleted file mode 100644 index e24038fa..00000000 --- a/docs/api/notifications/node.deleted.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "a": "b" -} \ No newline at end of file diff --git a/docs/api/notifications/node.updated.json b/docs/api/notifications/node.updated.json deleted file mode 100644 index e24038fa..00000000 --- a/docs/api/notifications/node.updated.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "a": "b" -} \ No newline at end of file diff --git a/docs/api/notifications/project.created.json b/docs/api/notifications/project.created.json deleted file mode 100644 index 54428224..00000000 --- a/docs/api/notifications/project.created.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "auto_close": true, - "auto_open": false, - "auto_start": false, - "drawing_grid_size": 25, - "filename": "Test.gns3", - "grid_size": 75, - "name": "Test", - "path": "/tmp/tmprusds8mt/projects/87d4b692-52b4-4b4c-8828-13666306a68a", - "project_id": "87d4b692-52b4-4b4c-8828-13666306a68a", - "scene_height": 1000, - "scene_width": 2000, - "show_grid": false, - "show_interface_labels": false, - "show_layers": false, - "snap_to_grid": false, - "status": "opened", - "supplier": null, - "variables": null, - "zoom": 100 -} \ No newline at end of file diff --git a/docs/api/notifications/project.deleted.json b/docs/api/notifications/project.deleted.json deleted file mode 100644 index 0c93406f..00000000 --- a/docs/api/notifications/project.deleted.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "auto_close": true, - "auto_open": false, - "auto_start": false, - "drawing_grid_size": 25, - "filename": "Test.gns3", - "grid_size": 75, - "name": "Test", - "path": "/tmp/tmpvqf8d5mx/projects/6f01ee8c-5fe7-47a2-95ab-a0f4c0a355f9", - "project_id": "6f01ee8c-5fe7-47a2-95ab-a0f4c0a355f9", - "scene_height": 1000, - "scene_width": 2000, - "show_grid": false, - "show_interface_labels": false, - "show_layers": false, - "snap_to_grid": false, - "status": "closed", - "supplier": null, - "variables": null, - "zoom": 100 -} \ No newline at end of file diff --git a/docs/api/notifications/project.opened.json b/docs/api/notifications/project.opened.json deleted file mode 100644 index e7c9cc8e..00000000 --- a/docs/api/notifications/project.opened.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "auto_close": true, - "auto_open": false, - "auto_start": false, - "drawing_grid_size": 25, - "filename": "test.gns3", - "grid_size": 75, - "name": "test", - "path": "/tmp/tmp7swwxptj/projects/e5b0b37a-a74e-40a2-9adb-42908f146fba", - "project_id": "e5b0b37a-a74e-40a2-9adb-42908f146fba", - "scene_height": 1000, - "scene_width": 2000, - "show_grid": false, - "show_interface_labels": false, - "show_layers": false, - "snap_to_grid": false, - "status": "opened", - "supplier": null, - "variables": null, - "zoom": 100 -} \ No newline at end of file