summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/tip_version.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/_includes/tip_version.html b/_includes/tip_version.html
new file mode 100644
index 00000000..d5ae59c2
--- /dev/null
+++ b/_includes/tip_version.html
@@ -0,0 +1,8 @@
+<p/>
+<div class="admonitionblock">
+<table><tr><td class="icon"><img src="{{ site.important_icon }}" alt="NOTE:" />
+</td><td class="content">
+This documentation is for the TIP of nng and may represent unreleased changes or functionality that is not yet stable.
+The latest released version is {{site.latest}}.
+Please see the <a href="/nng/man/v{{ site.latest }}/nng.html">documentation for
+{{site.latest}}</a> for the most up-to-date information.</td><tr></table></div>