blob: 28674cf338787638e170c3b2b6c6c2d26bda9d6c (
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">
<div class="title">Note</div>
</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="man/v{{site.latest}}/index.html">documentation for
{{site.latest}}</a> for the most up-to-date information.
</td>
</tr>
</table>
</div>
|