From: Kai Moritz Date: Mon, 13 Mar 2017 16:01:34 +0000 (+0100) Subject: Überschriebenen Einträge für die Seite Projects in eigene Datei ausgelagert X-Git-Tag: thymeroot-2.0.0~43 X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=ac3cc395c7386f5a10dca097afa92f6ed53c1bea Überschriebenen Einträge für die Seite Projects in eigene Datei ausgelagert --- 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": {} + } + } +}