From 3ce76eb24f5a6b1773e79fd760a29026f9881b49 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 16 Jul 2016 15:33:22 +0200 Subject: [PATCH] =?utf8?q?Eintrag=20f=C3=BCr=20die=20Einstiegsseite=20des?= =?utf8?q?=20Projekts=20"maven-thymeleaf-skin"=20angelegt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + dist/templates/variables.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 1dd1abd6..f8bba563 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist/css dist/simple-mapper +dist/maven-thymeleaf-skin diff --git a/dist/templates/variables.json b/dist/templates/variables.json index 54592c4d..25ba6295 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -39,6 +39,7 @@ "/projects/html-experimente.html": "HTML-Experimente", "#accelerator": "accelerator", "/simple-mapper/index.html": "Simple Mapper 4 JSON", + "/maven-thymeleaf-skin/index.html": "Apache-Maven Thymeleaf-Skin", "/projects/typo.html": "Typography" }, "crumbs": [ @@ -75,6 +76,14 @@ { "uri": "/simple-mapper/index.html", "name": "Simple Mapper 4 JSON" } ] }, + "/maven-thymeleaf-skin/index.html": { + "name": "Apache-Maven Thymeleaf-Skin", + "childs": {}, + "crumbs": [ + { "uri": "/projects.html", "name": "Projects" }, + { "uri": "/maven-thymeleaf-skin/index.html", "name": "Apache-Maven Thymeleaf-Skin" } + ] + }, "/projects/typo.html": { "name": "Typography", "crumbs": [ -- 2.20.1