From 70eedc7f31c8a5d27e69d477f79e8f0ceeb370b5 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 6 Jul 2016 09:47:09 +0200 Subject: [PATCH 1/1] Getestet, dass Verzeichnisse ohne Einstiegsseite im Konzept funktionieren --- dist/projects/fix-swf.html | 21 --------------------- dist/templates/variables.json | 10 +++------- 2 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 dist/projects/fix-swf.html diff --git a/dist/projects/fix-swf.html b/dist/projects/fix-swf.html deleted file mode 100644 index bb166111..00000000 --- a/dist/projects/fix-swf.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - Fix SWF - - - - - - - - - -

Fix SWF - DUMMY

- - diff --git a/dist/templates/variables.json b/dist/templates/variables.json index aeab25b8..3b56270c 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -3,18 +3,14 @@ "/projects.html": [ { "uri": "/projects.html", "name": "Projects" } ], - "/projects/fix-swf.html": [ - { "uri": "/projects.html", "name": "Projects" }, - { "uri": "/projects/fix-swf.html", "name": "Fix SWF" } - ], "/projects/fix-swf/overview.html": [ { "uri": "/projects.html", "name": "Projects" }, - { "uri": "/projects/fix-swf.html", "name": "Fix SWF" }, + { "uri": "/projects/fix-swf/overview.html", "name": "Fix SWF" }, { "uri": "/projects/fix-swf/overview.html", "name": "Overview" } ], "/projects/fix-swf/getting-started.html": [ { "uri": "/projects.html", "name": "Projects" }, - { "uri": "/projects/fix-swf.html", "name": "Fix SWF" }, + { "uri": "/projects/fix-swf/overview.html", "name": "Fix SWF" }, { "uri": "/projects/fix-swf/getting-started.html", "name": "Getting Started" } ], "/projects/html-experimente.html": [ @@ -193,7 +189,7 @@ "menu": { "/projects.html": { "#": { "name": "hibernate4-maven-plugin" }, - "/projects/fix-swf.html": { + "/projects/fix-swf/overview.html": { "name": "Fix SWF", "childs": { "/projects/fix-swf/overview.html": { "name": "Overview" }, -- 2.20.1