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";