From 517dd268d1f9bc42477414f457804c6f82fb71f1 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 22 Apr 2026 15:40:22 +0200 Subject: [PATCH] =?utf8?q?L=C3=96SUNG:=20Wenn=20expizit=20ein=20Pfad=20spe?= =?utf8?q?zifiziert=20wird=20sollte=20dieser=20auf=20`/`=20enden?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Wenn das letzte Pfad-Segment einen Fehler enthält, wird HTML nicht mehr automatisch als das gewünschte Ausgabe-Format gewählt ** Siehe dazu `versioned/0.2/_index.html` ** Dann müsste das Ausgabe-Format explizit mit `outputs.html` gesetzt werden * Wenn der Pfad mit einem `/` endet, wird HTML automatisch als Ausgabe- Format gewählt ** Siehe dazu `versioned/0.1/_index.html` ** Das `outputs.html` ist dann nicht mehr nötig! * Das `outputs.html` ist allerdings weiter für die Seite "Project Reports" nötig ** Hier ist noch nicht ganz klar, warum ** Die Seite "Project Info" unterscheidet sich kaum, benötigt die Angabe aber nicht ** Ggf. liegt es daran, dass unter `/project-reports/` weitere Sektionen liegen --- .../projects/hibernate-maven-plugin/2.1.1/_index.html | 2 -- .../2.1.2-SNAPSHOT/project-reports/_index.html | 2 ++ exampleSite/content/projects/versioned/0.1/_index.html | 5 ++--- exampleSite/content/projects/versioned/0.2/_index.html | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/projects/hibernate-maven-plugin/2.1.1/_index.html b/exampleSite/content/projects/hibernate-maven-plugin/2.1.1/_index.html index 6c173ec2..440a67fe 100644 --- a/exampleSite/content/projects/hibernate-maven-plugin/2.1.1/_index.html +++ b/exampleSite/content/projects/hibernate-maven-plugin/2.1.1/_index.html @@ -1,8 +1,6 @@ --- title: Hibernate Maven Plugin weight: 0 -outputs: - - html url: /hibernate-maven-plugin/ layout: article params: diff --git a/exampleSite/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html b/exampleSite/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html index 13fc14e5..580d9588 100644 --- a/exampleSite/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html +++ b/exampleSite/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html @@ -1,6 +1,8 @@ --- title: Project Reports weight: 12 +outputs: + - html url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html layout: article params: diff --git a/exampleSite/content/projects/versioned/0.1/_index.html b/exampleSite/content/projects/versioned/0.1/_index.html index cff32f30..5ad41e27 100644 --- a/exampleSite/content/projects/versioned/0.1/_index.html +++ b/exampleSite/content/projects/versioned/0.1/_index.html @@ -1,6 +1,5 @@ --- title: Versioned Project -- 0.1 -outputs: - - html -url: /versioned-0.1 +url: /versioned-0.1/ --- +

Hallo Welt!

diff --git a/exampleSite/content/projects/versioned/0.2/_index.html b/exampleSite/content/projects/versioned/0.2/_index.html index 0476d601..44588b83 100644 --- a/exampleSite/content/projects/versioned/0.2/_index.html +++ b/exampleSite/content/projects/versioned/0.2/_index.html @@ -1,3 +1,4 @@ --- title: Versioned Project -- 0.2 +url: /projects/versioned/0.2/ --- -- 2.39.5