remove toc

This commit is contained in:
Barrett Ruth 2026-01-12 11:19:21 -05:00
parent a19b417d71
commit f3aeeb1b5f
8 changed files with 177 additions and 282 deletions

View file

@ -8,7 +8,6 @@ const base = z.object({
useD3: z.boolean().optional(),
scripts: z.array(z.string()).optional(),
redirect: z.string().optional(),
showToc: z.boolean().optional(),
});
export const collections = {