From ac3cc395c7386f5a10dca097afa92f6ed53c1bea Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 13 Mar 2017 17:01:34 +0100 Subject: [PATCH] =?utf8?q?=C3=9Cberschriebenen=20Eintr=C3=A4ge=20f=C3=BCr?= =?utf8?q?=20die=20Seite=20Projects=20in=20eigene=20Datei=20ausgelagert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist/thymeleaf/projects.html | 20 +------------------- dist/thymeleaf/projects.json | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 19 deletions(-) create mode 100644 dist/thymeleaf/projects.json diff --git a/dist/thymeleaf/projects.html b/dist/thymeleaf/projects.html index a4747ee3..987c0ca8 100644 --- a/dist/thymeleaf/projects.html +++ b/dist/thymeleaf/projects.html @@ -15,25 +15,7 @@ - +
diff --git a/dist/thymeleaf/projects.json b/dist/thymeleaf/projects.json new file mode 100644 index 00000000..0024b0dc --- /dev/null +++ b/dist/thymeleaf/projects.json @@ -0,0 +1,21 @@ +{ + "pages":{ + "/projects.html": { + "name": "Projects", + "childs": { + "#hibernate4-maven-plugin": "Hibernate 4 Maven Plugin", + "/projects/accelerator.html": "accelerator!", + "/projects/html-experimente.html": "HTML-Experimente", + "/projects/fix-swf/overview.html": "Fix SWF", + "/projects/typo.html": "Typography" + }, + "crumbs": [ + { "uri": "/projects.html", "name": "Projects" } + ] + }, + "/projects/accelerator.html": { + "name": "Overview", + "childs": {} + } + } +} -- 2.20.1