From da3ee60ea3b2aefdee7a0c239c8afb9a75e74428 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 2 Nov 2025 00:59:27 +0100 Subject: [PATCH] fixed github link. removed remains of bookworm --- astro.config.mjs | 9 ++------- src/content/docs/index.mdx | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 7139e11..c379866 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -18,7 +18,7 @@ export default defineConfig({ lastUpdated: true, title: "ISPmail Guide", social: [ - { icon: "github", label: "GitHub", href: "https://github.com/Signum/workaround-astro-starlight" }, + { icon: "github", label: "GitHub", href: "https://github.com/Signum/ispmail-workaround-org/" }, { icon: "matrix", label: "Matrix", href: "https://riot.im/app/#/room/#ispmail:matrix.org" }, { icon: "rss", @@ -34,14 +34,9 @@ export default defineConfig({ sidebar: [ { label: "ISPmail for Debian 13", - // slug: "ispmail-bookworm", + // 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 3eed650..2bed420 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -11,11 +11,11 @@ hero: file: /public/large-pingu.jpg actions: - text: Let's build your mail server… - link: /ispmail-bookworm + link: /ispmail-trixie icon: rocket banner: content: | - Debian 13 has been released. An updated ISPmail guide is in the making. Stay tuned. + The guide has been updated for Debian 13! --- import { Card, CardGrid } from "@astrojs/starlight/components";