diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 91fab053e..567332613 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,5 +1,14 @@ {% extends '!layout.html' %} {% block document %} +{% if version_slug == 'latest' %} +
+

Warning

+

+ This document is for Red's development version, which can be significantly different from previous releases. + If you're a regular user, you should read the Red documentation for the current stable release. +

+
+{% endif %} {{ super() }}