From: Kai Moritz Date: Sun, 17 Jul 2016 14:53:59 +0000 (+0200) Subject: Eintrag für die Einstiegsseite des Projekts "hibernate-maven-plugin" angelegt X-Git-Tag: thymeroot-2.0.0~54 X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=548b2b627748291a419acb83cc807e73ef5a3d92 Eintrag für die Einstiegsseite des Projekts "hibernate-maven-plugin" angelegt --- diff --git a/.gitignore b/.gitignore index f8bba563..f3b216f7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules dist/css dist/simple-mapper dist/maven-thymeleaf-skin +dist/hibernate-maven-plugin diff --git a/dist/templates/variables.json b/dist/templates/variables.json index b178ef09..e30d6799 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -19,6 +19,7 @@ "/projects.html": { "name": "Projects", "childs": { + "/hibernate-maven-plugin/index.html": "Hibernate Maven Plugin", "/simple-mapper/index.html": "Simple Mapper 4 JSON", "/maven-thymeleaf-skin/index.html": "Apache-Maven Thymeleaf-Skin" }, @@ -26,6 +27,10 @@ { "uri": "/projects.html", "name": "Projects" } ] }, + "/hibernate-maven-plugin/index.html": { + "name": "Overview", + "childs": {} + }, "/simple-mapper/index.html": { "name": "Simple Mapper 4 JSON", "childs": {},