Skip to content

Commit

Permalink
Migrate site.xml to new model
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 17, 2024
1 parent 8612f16 commit 2639f70
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions core/src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This maven skin decorates the taglib documentation located at https://reports.jenkins.io/core-taglib/jelly-taglib-ref.html -->
<project name="Jenkins">
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Jenkins">
<body>
<breadcrumbs>
<item name="Homepage" href="https://jenkins.io/" target="_blank"/>
Expand Down Expand Up @@ -34,9 +37,7 @@
]]>
</footer>
</body>
<bannerLeft>
<name>Jenkins Taglib Documentation</name>
</bannerLeft>
<bannerLeft name="Jenkins Taglib Documentation"/>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
Expand All @@ -56,4 +57,4 @@
<sideBarEnabled>false</sideBarEnabled>
</fluidoSkin>
</custom>
</project>
</site>

0 comments on commit 2639f70

Please sign in to comment.