From 0cc9cb09535a3285de3f45dae933fd6f95e2c286 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:50:39 +0100 Subject: [PATCH] Shopping list card: hide from sidebar TOC (#31990) - Shopping list card is no longer in the card picker - Hide its docs from the sidebar menu - add a note to the docs to use the todo-list card instead - depends on #31985 --- source/_dashboards/shopping-list.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_dashboards/shopping-list.markdown b/source/_dashboards/shopping-list.markdown index 882fed36a8a..b0a955f7a8c 100644 --- a/source/_dashboards/shopping-list.markdown +++ b/source/_dashboards/shopping-list.markdown @@ -1,10 +1,10 @@ --- -type: card title: "Shopping list card" -sidebar_label: Shopping list description: "The shopping list card allows you to add, edit, check-off, and clear items from your shopping list." --- +Note: the shopping list card is no longer available as a card to add from the user interface. Use the [to-do list card](/dashboards/todo-list/) instead. + The shopping list card allows you to add, edit, check-off, and clear items from your shopping list.