From f6e8d1b6934803b08616cd0e05206b1ea536f9b4 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 21 May 2021 00:46:53 +0200 Subject: Add deprecation notice for menu bundle --- layouts/partials/docs/menu-bundle.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/docs/menu-bundle.html b/layouts/partials/docs/menu-bundle.html index ddaac52..9927923 100644 --- a/layouts/partials/docs/menu-bundle.html +++ b/layouts/partials/docs/menu-bundle.html @@ -1,4 +1,5 @@ {{ with .Site.GetPage .Site.Params.BookMenuBundle }} {{- $href := printf "href=\"%s\"" $.RelPermalink -}} {{- replace .Content $href (print $href "class=active") | safeHTML -}} + {{- warnf "Bundle menu mode is deprecated and will be removed" -}} {{ end }} -- cgit v1.2.3