From a109f634e488a5ae9009411e615710e382c7974b Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 29 Jan 2026 11:34:06 +0100 Subject: [PATCH] hide dough tag for now --- website/src/repl/components/panel/Reference.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/repl/components/panel/Reference.jsx b/website/src/repl/components/panel/Reference.jsx index 5335a77e8..1eb048306 100644 --- a/website/src/repl/components/panel/Reference.jsx +++ b/website/src/repl/components/panel/Reference.jsx @@ -38,7 +38,7 @@ const availableFunctions = (() => { })(); const tagCounts = {}; -const ignoredTags = ['supradough', 'superdirt']; +const ignoredTags = ['supradough', 'superdirt', 'dough']; // const tagOptions = { all: `all (${availableFunctions.length})` }; const tagOptions = { all: `all` }; for (const doc of availableFunctions) {