docs: update website

This commit is contained in:
Damien Arrachequesne
2020-12-15 00:26:37 +01:00
parent 49068d3cc5
commit a857b9baa4
6 changed files with 222 additions and 15 deletions

30
src/site/site.xml Normal file
View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin>
<custom>
<fluidoSkin>
<gitHub>
<projectId>socketio/socket.io-client-java</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>
<body>
<menu name="Overview">
<item name="Installation" href="./installation.html"/>
<item name="Usage" href="./usage.html"/>
<item name="Javadoc" href="./apidocs/index.html"/>
</menu>
<menu ref="reports"/>
</body>
</project>