From 548b2b627748291a419acb83cc807e73ef5a3d92 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 17 Jul 2016 16:53:59 +0200 Subject: [PATCH 1/1] =?utf8?q?Eintrag=20f=C3=BCr=20die=20Einstiegsseite=20?= =?utf8?q?des=20Projekts=20"hibernate-maven-plugin"=20angelegt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + dist/templates/variables.json | 5 +++++ 2 files changed, 6 insertions(+) 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": {}, -- 2.20.1