mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-11 08:16:46 -04:00
hide dough tag for now
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user