Skip to content

Commit

Permalink
[site] Fix spelling issue, tabs to space, add notes for newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 10, 2024
1 parent 2fbca1c commit 0e4b5e1
Showing 1 changed file with 55 additions and 39 deletions.
94 changes: 55 additions & 39 deletions src/site/xdoc/index.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<a href="https://github.com/mybatis/hazelcast-cache/releases">zip bundle</a>,
decompress it and add the jars in the classpath.
Apache Maven users instead can simply add in the <code>pom.xml</code> the following dependency:</p>

<source><![CDATA[<dependencies>
...
<dependency>
Expand All @@ -55,43 +55,59 @@
</mapper>]]></source>

<subsection name="Requirements">
<p>
Follows below the version requirements:
</p>
<table>
<thead>
<tr>
<th>
MyBatis-Hazelcast
</th>
<th>
Hazelcast
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1.0.x
</td>
<td>
2.x
</td>
</tr>
<tr>
<td>
1.1.x
</td>
<td>
3.x
</td>
</tr>
</tbody>
</table>
</subsection>

<subsection name="Adapters">
<subsection name="Requirements">
<p>
Follows below the version requirements:
</p>
<table>
<thead>
<tr>
<th>
MyBatis-Hazelcast
</th>
<th>
Hazelcast
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1.0.x
</td>
<td>
2.x
</td>
</tr>
<tr>
<td>
1.1.x
</td>
<td>
3.x
</td>
</tr>
<tr>
<td>
1.2.x
</td>
<td>
4.x
</td>
</tr>
<tr>
<td>
1.3.x
</td>
<td>
5.x
</td>
</tr>
</tbody>
</table>
</subsection>

<subsection name="Adapters">

<p>There are four Hazelcast cache adapters.</p>

Expand Down Expand Up @@ -122,7 +138,7 @@
</tbody>
</table>

<p>Logging versions of the adapter log cache hit ratios using the namespace as a looger.</p>
<p>Logging versions of the adapter log cache hit ratios using the namespace as a logger.</p>

<p>Please refer to the official
<a href="http://www.hazelcast.com">documentation</a>
Expand Down

0 comments on commit 0e4b5e1

Please sign in to comment.