More pages added

This commit is contained in:
Christoph Haas 2024-10-22 01:24:48 +02:00
parent 2fdf2840cb
commit f2df688c33
8 changed files with 496 additions and 22 deletions

View file

@ -13,21 +13,38 @@ export default defineConfig({
components: {
Footer: "./src/components/Footer.astro",
},
customCss: [
"./src/styles/custom.css",
],
customCss: ["./src/styles/custom.css"],
sidebar: [
{
label: "Guides",
label: "ISPmail for Debian 12",
items: [
// Each item here is one entry in the navigation menu.
{ label: "Start Here", slug: "ispmail-bookworm" },
{
label: "Start Here",
slug: "ispmail-bookworm",
},
{
label: "Whats' new",
slug: "ispmail-bookworm/whats-new",
},
{
label: "Migrating your old server",
slug: "ispmail-bookworm/migrating-from-a-bullseye-to-a-bookworm-server",
},
{
label: "The big picture",
slug: "ispmail-bookworm/big-picture",
},
{
label: "Types of email domains",
slug: "ispmail-bookworm/types-of-email-domains",
},
],
},
{
label: "Reference",
autogenerate: { directory: "reference" },
},
// {
// label: "Reference",
// autogenerate: { directory: "reference" },
// },
],
logo: {
light: "./src/assets/logo.svg",