Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="${project.name}"
xmlns="http://maven.apache.org/DECORATION/1.7.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">
<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">

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.0.1</version>
</skin>

<custom>
<fluidoSkin>
<sideBarEnabled>true</sideBarEnabled>
</fluidoSkin>
</custom>

<bannerLeft>
<name>${project.name}</name>
<src>./images/ogc-logo.png</src>
<href>http://cite.opengeospatial.org/</href>
<bannerLeft href="https://cite.opengeospatial.org/">
<image src="./img/ogc-logo.png"/>
</bannerLeft>
<bannerRight name="${project.name}">
</bannerRight>

<body>
<links>
<item name="Issues" href="https://github.com/opengeospatial/ets-gml32/issues"/>
</links>

<menu name="Getting Started">
<item href="index.html" name="Overview" />
<item href="relnotes.html" name="Release Notes" />
<item href="index.html" name="Overview"/>
<item href="relnotes.html" name="Release Notes"/>
</menu>
<menu ref="reports" />
<menu ref="reports"/>
</body>
</project>
</site>