From 107284234282af734e6925ed733d3614901f015b Mon Sep 17 00:00:00 2001 From: AmirSa12 Date: Mon, 13 Oct 2025 17:59:11 +0330 Subject: [PATCH] rm tab topics --- astro.config.mjs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index f8c2d65..653f8ce 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -107,11 +107,6 @@ export default defineConfig({ id: "tab", icon: "right-caret", link: "/tab", - items: [ - { label: "Basics", autogenerate: { directory: "tab/basics" } }, - { label: "API", autogenerate: { directory: "tab/api" } }, - { label: "Guides", autogenerate: { directory: "tab/guides" } }, - ] }, ]), ],