Frontend-Projekt an thymeroot:1.1.0 angepasst
[website] / dist / thymeleaf / blog.json
diff --git a/dist/thymeleaf/blog.json b/dist/thymeleaf/blog.json
deleted file mode 100644 (file)
index b197f0e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "pages": {
-    "/blog.html": {
-      "name": "Blog",
-      "childs": {
-        "/blog/article.html": "An Article",
-        "/blog/comments.html": "Comments"
-      },
-      "crumbs": [
-        { "uri": "/blog.html", "name": "Blog" }
-      ]
-    },
-    "/blog/article.html": {
-      "name": "An Article",
-      "crumbs": [
-        { "uri": "/blog.html", "name": "Blog" },
-        { "uri": "/blog/article.html", "name": "An Article" }
-      ]
-    },
-    "/blog/comments.html": {
-      "name": "Comments",
-      "crumbs": [
-        { "uri": "/blog.html", "name": "Blog" },
-        { "uri": "/blog/comments.html", "name": "Comments" }
-      ]
-    }
-  }
-}