]> juplo.de Git - website/commit
Projects: Content Collection + Helper-Bibliothek für Hibernate Maven Plugin
authorKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 14 Jun 2026 11:59:50 +0000 (11:59 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 14 Jun 2026 11:59:50 +0000 (11:59 +0000)
commit697d22e806ac43f2b53e3b9b58d2e13fa8c76440
tree10cfb78dcff1c26a55640cfff9f1e28697dc8806
parent9dc1fb149d0d30d6ef984827ecbe90d3470cd45f
Projects: Content Collection + Helper-Bibliothek für Hibernate Maven Plugin

- js-yaml als explizite Dev-Dependency hinzugefügt (war transitive Dep)
- Custom Content Layer Loader in content.config.ts: liest HTML+YAML-Frontmatter
  aus src/content/projects/ und stellt sie als 'projects'-Collection bereit
- src/lib/projects.ts: buildNavTree(), getActiveProject(), getVisibleProjectNavTrees()
- Repräsentativer Subset: hibernate-maven-plugin 2.1.1 (sichtbar) + 2.1.2-SNAPSHOT
  (nicht-sichtbar), je 6 Seiten: Index, Configuration, Project Information,
  Project Reports, Plugin Documentation, Goal:create

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 files changed:
package-lock.json
package.json
src/content.config.ts
src/content/projects/hibernate-maven-plugin/2.1.1/_index.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.1/configuration.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.1/project-info/_index.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/_index.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/plugin-info/_index.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/plugin-info/create-mojo.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/_index.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info/_index.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/plugin-info/_index.html [new file with mode: 0644]
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/plugin-info/create-mojo.html [new file with mode: 0644]
src/lib/projects.ts [new file with mode: 0644]