From 2e5548831977497992a9a6da0967bd4dc9e6f066 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Fri, 28 Aug 2020 13:49:48 +0100 Subject: [PATCH] Deprecate {{< versions-other >}} shortcode Instead of this, use the docs layout named "supported-versions". --- layouts/shortcodes/versions-other.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/shortcodes/versions-other.html b/layouts/shortcodes/versions-other.html index 4f5e3854f2..2b2b2655dd 100644 --- a/layouts/shortcodes/versions-other.html +++ b/layouts/shortcodes/versions-other.html @@ -1,3 +1,4 @@ +{{/* this shortcode is DEPRECATED */}} {{ $versions := .Page.Param "versions" }} {{ $thisVersion := .Page.Param "version" }}