From 29dfe9385f9ad7e44ff68a7d5720a77b49479090 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 18 Oct 2025 23:54:33 +0200 Subject: [PATCH] =?utf8?q?Site-Content=20f=C3=BCr=20ThymeRoot=20hinzugef?= =?utf8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist/sitemap.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dist/sitemap.json b/dist/sitemap.json index e97ceff8..2f393bf7 100644 --- a/dist/sitemap.json +++ b/dist/sitemap.json @@ -6,6 +6,7 @@ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": "Hibernate Maven Plugin", "/projects/http-resources/2.0.0/index.html": "HTTP resources", "/projects/maven-thymeleaf-skin/1.1.0/index.html": "Maven Thymeleaf Skin", + "/projects/thymeroot/2.0.0/index.html": "Thymeroot", "/about.html": "About", "/expertise.html": "Expertise", "/references.html": "References", @@ -29,7 +30,8 @@ "/projects.html": [ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html", "/projects/http-resources/2.0.0/index.html", - "/projects/maven-thymeleaf-skin/1.1.0/index.html" + "/projects/maven-thymeleaf-skin/1.1.0/index.html", + "/projects/thymeroot/2.0.0/index.html" ], "/about.html": [ "/expertise.html", @@ -68,6 +70,11 @@ "/projects.html", "/projects/maven-thymeleaf-skin/1.1.0/index.html" ], + "/projects/thymeroot/2.0.0/index.html": [ + "/index.html", + "/projects.html", + "/projects/thymeroot/2.0.0/index.html" + ], "/about.html": [ "/index.html", "/about.html" -- 2.39.5