Skip to content

Commit 6fbe074

Browse files
committed
work
1 parent a28a3d4 commit 6fbe074

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed
-1.72 KB
Binary file not shown.
1.8 KB
Loading

src/site/site.xml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,44 @@
55
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
66

77
<!-- https://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html -->
8+
89
<bannerLeft>
9-
<name>SimpleWorklist</name>
10-
<src>/img/phasenraum_logo.gif</src>
10+
<name>SimpleWorklist (GTD)</name>
11+
<src>/img/thomas_woehlke__geburt_einer_vision__logo.png</src>
1112
<href>https://java.woehlke.org/</href>
1213
</bannerLeft>
14+
1315
<body>
1416
<breadcrumbs>
15-
<item name="Thomas Wöhlke (Github)" href="https://github.com/thomaswoehlke"/>
16-
<item name="Spring-Framework-Java-Apps (Github)" href="https://github.com/Spring-Framework-Java-Apps"/>
17-
<item name="Simpleworklist (Github)" href="https://github.com/Spring-Framework-Java-Apps/simpleworklist"/>
17+
<item name="Thomas Wöhlke: Java Project Reports generated by Maven" href="https://java.woehlke.org/"/>
1818
<item name="Simpleworklist" href="index.html"/>
1919
</breadcrumbs>
2020
<menu name="Overview">
2121
<item name="Home" href="index.html"/>
22-
<item name="JavaDocs" href="apidocs/index.html"/>
23-
<item name="Source Xref" href="xref/index.html"/>
2422
<item name="Simpleworklist (Github)" href="https://github.com/Spring-Framework-Java-Apps/simpleworklist"/>
2523
<item name="Spring-Framework-Java-Apps (Github)" href="https://github.com/Spring-Framework-Java-Apps"/>
2624
<item name="Thomas Wöhlke (Github)" href="https://github.com/thomaswoehlke"/>
2725
</menu>
26+
<menu name="Documentation">
27+
<item name="JavaDocs" href="apidocs/index.html"/>
28+
<item name="Source Xref" href="xref/index.html"/>
29+
</menu>
2830
<menu name="Requirements">
29-
<item name="Changelog" href="CHANGELOG.html" />
3031
<item name="Functional Requirements" href="REQUIREMENTS_FUNCTIONAL.html" />
3132
<item name="Nonfunctional Requirements" href="REQUIREMENTS_NONFUNCTIONAL.html" />
3233
</menu>
3334
<menu name="Development">
35+
<item name="Changelog" href="CHANGELOG.html" />
3436
<item name="Development" href="DEVELOPMENT.html" />
35-
<item name="HOWTO" href="HOWTO.html" />
36-
<item name="TODO" href="TODO.html" />
3737
</menu>
3838
<menu name="DevOps">
39+
<item name="TODO" href="TODO.html" />
3940
<item name="Maven Plugins" href="MAVEN_PLUGINS.html" />
4041
<item name="Cloud Deployments" href="CLOUD_DEPLOYMENT.html" />
4142
</menu>
43+
<menu name="Knowledge">
44+
<item name="HOWTO" href="HOWTO.html" />
45+
</menu>
4246
<menu name="License">
4347
<item name="License" href="LICENSE.html"/>
4448
<item name="Copyright" href="LICENSE.code.html"/>
@@ -49,7 +53,6 @@
4953
<publishDate position="left"/>
5054
<version position="left"/>
5155
<poweredBy>
52-
<logo name="Maven" href="http://maven.apache.org/"
53-
img="http://maven.apache.org/images/logos/maven-feather.png"/>
56+
<logo name="Maven" href="http://maven.apache.org/" img="http://maven.apache.org/images/logos/maven-feather.png"/>
5457
</poweredBy>
5558
</project>

0 commit comments

Comments
 (0)