From db81dcd229022d65aaf40ec2144e1fe242a99936 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 9 Jul 2016 10:38:40 +0200 Subject: [PATCH 1/1] =?utf8?q?Eintrag=20f=C3=BCr=20die=20Einstiegsseite=20?= =?utf8?q?des=20Projekts=20"simple-mapper"=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 cae7fa6d..1dd1abd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules dist/css +dist/simple-mapper diff --git a/dist/templates/variables.json b/dist/templates/variables.json index d09f0838..54592c4d 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -38,6 +38,7 @@ "#jquery.openx": "jQuery OpenX", "/projects/html-experimente.html": "HTML-Experimente", "#accelerator": "accelerator", + "/simple-mapper/index.html": "Simple Mapper 4 JSON", "/projects/typo.html": "Typography" }, "crumbs": [ @@ -66,6 +67,14 @@ "#documentation": { "name": "Documentation" }, "#jquery.openx": { "name": "jQuery OpenX" }, "#accelerator": { "name": "Accellerator" }, + "/simple-mapper/index.html": { + "name": "Simple Mapper 4 JSON", + "childs": {}, + "crumbs": [ + { "uri": "/projects.html", "name": "Projects" }, + { "uri": "/simple-mapper/index.html", "name": "Simple Mapper 4 JSON" } + ] + }, "/projects/typo.html": { "name": "Typography", "crumbs": [ -- 2.20.1