blob: c6ed84e5cec29c7915b23244d819462887317e0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<p/>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
This documentation is for version {{page.version}} of nng, but
the latest released version is {{site.latest}}.
see the <a href="../{{site.latest}}/index.html">documentation for
{{site.latest}}</a> for the most up-to-date information.
</td>
</tr>
</table>
</div>
|