summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-26 23:23:14 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-26 23:23:14 -0800
commitc6c1d69d02bac0a9c4f2809b2855724c9a0a61ae (patch)
tree98a7c0cd81768280e9b3fbe700e5be3fcfff43f4 /_includes
parent4d5cdd1468e94c1e9e4bf37bb7133fbb7e99818b (diff)
downloadnng-c6c1d69d02bac0a9c4f2809b2855724c9a0a61ae.tar.gz
nng-c6c1d69d02bac0a9c4f2809b2855724c9a0a61ae.tar.bz2
nng-c6c1d69d02bac0a9c4f2809b2855724c9a0a61ae.zip
Style fixups.
Diffstat (limited to '_includes')
-rw-r--r--_includes/manpage-old.html15
-rw-r--r--_includes/manpage-tip.html17
2 files changed, 32 insertions, 0 deletions
diff --git a/_includes/manpage-old.html b/_includes/manpage-old.html
new file mode 100644
index 00000000..c2fec0b9
--- /dev/null
+++ b/_includes/manpage-old.html
@@ -0,0 +1,15 @@
+<div class="admonitionblock note">
+ <table>
+ <tr>
+ <td class="icon">
+ <i class="fa icon-note" title="Note"></i>
+ </td>
+ <td class="content 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> \ No newline at end of file
diff --git a/_includes/manpage-tip.html b/_includes/manpage-tip.html
new file mode 100644
index 00000000..afd9488b
--- /dev/null
+++ b/_includes/manpage-tip.html
@@ -0,0 +1,17 @@
+<div class="admonitionblock note">
+ <table>
+ <tr>
+ <td class="icon">
+ <i class="fa icon-note" title="Note"></i>
+ </td>
+ <td class="content nn-version-note">
+ This documentation is for the TIP (development tree) of NNG and may represent unreleased
+ changes or
+ functionality that is experimental, and is subject to change before release.
+ 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> \ No newline at end of file