From f672a55b86bf84e365df05b2a669a87a19a58ebb Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 20 Jun 2026 17:17:12 +0200 Subject: [PATCH] disable top banner --- src/content/docs/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 2bed420..2095b2f 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -13,9 +13,9 @@ hero: - text: Let's build your mail server… link: /ispmail-trixie icon: rocket -banner: - content: | - The guide has been updated for Debian 13! +#banner: +# content: | +# The guide has been updated for Debian 13! --- import { Card, CardGrid } from "@astrojs/starlight/components";