re-add bookworm and add deprecation notice on every page

This commit is contained in:
Christoph Haas 2025-11-02 14:15:40 +01:00
parent 7bb8bc74b7
commit 8f4bef9908
52 changed files with 3925 additions and 0 deletions

View file

@ -29,6 +29,7 @@ export default defineConfig({
// https://expressive-code.com/key-features/word-wrap/#configuration
components: {
Footer: "./src/components/Footer.astro",
Banner: "./src/components/Banner.astro",
},
customCss: ["./src/styles/custom.css"],
sidebar: [
@ -37,6 +38,11 @@ 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" },