From 9d2e10bd4767cb9da702f70dff9f8305da3bf9bf Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 5 Jun 2026 21:01:23 +0200 Subject: [PATCH] disable Banner --- astro.config.mjs | 4 +++- src/content/docs/index.mdx | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 38ba6f9..4484668 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -46,7 +46,7 @@ export default defineConfig({ // https://expressive-code.com/key-features/word-wrap/#configuration components: { Footer: "./src/components/Footer.astro", - Banner: "./src/components/Banner.astro", + // Banner: "./src/components/Banner.astro", }, customCss: ["./src/styles/custom.css"], sidebar: [ @@ -55,11 +55,13 @@ export default defineConfig({ // slug: "ispmail-trixie", autogenerate: { directory: "ispmail-trixie" }, }, + /* { label: "ISPmail for Debian 12", // slug: "ispmail-bookworm", autogenerate: { directory: "ispmail-bookworm" }, }, + */ { label: "Misc articles", autogenerate: { directory: "articles" }, 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";