blob: 739695fdd309ccfa7d1e7d60854e963131717c7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="nn-version-note">
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>
|