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