re-add bookworm and add deprecation notice on every page
This commit is contained in:
parent
7bb8bc74b7
commit
8f4bef9908
52 changed files with 3925 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue