From db2a41a1a6b5fda03ade78222db08084bc9818ed Mon Sep 17 00:00:00 2001 From: murat Date: Thu, 15 Jan 2026 19:24:22 -0600 Subject: [PATCH] fix: removed the additional label --- website/astro.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index e7258169..20c53b57 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -119,10 +119,6 @@ export default defineConfig({ label: 'Brownfield Development', autogenerate: { directory: 'how-to/brownfield' }, }, - { - label: 'Enterprise', - autogenerate: { directory: 'how-to/enterprise' }, - }, { label: 'Troubleshooting', autogenerate: { directory: 'how-to/troubleshooting' },