fixed github link. removed remains of bookworm
This commit is contained in:
parent
8e50d66db6
commit
da3ee60ea3
2 changed files with 4 additions and 9 deletions
|
|
@ -18,7 +18,7 @@ export default defineConfig({
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
title: "ISPmail Guide",
|
title: "ISPmail Guide",
|
||||||
social: [
|
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: "matrix", label: "Matrix", href: "https://riot.im/app/#/room/#ispmail:matrix.org" },
|
||||||
{
|
{
|
||||||
icon: "rss",
|
icon: "rss",
|
||||||
|
|
@ -34,14 +34,9 @@ export default defineConfig({
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
label: "ISPmail for Debian 13",
|
label: "ISPmail for Debian 13",
|
||||||
// slug: "ispmail-bookworm",
|
// slug: "ispmail-trixie",
|
||||||
autogenerate: { directory: "ispmail-trixie" },
|
autogenerate: { directory: "ispmail-trixie" },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "ISPmail for Debian 12",
|
|
||||||
// slug: "ispmail-bookworm",
|
|
||||||
autogenerate: { directory: "ispmail-bookworm" },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Misc articles",
|
label: "Misc articles",
|
||||||
autogenerate: { directory: "articles" },
|
autogenerate: { directory: "articles" },
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,11 @@ hero:
|
||||||
file: /public/large-pingu.jpg
|
file: /public/large-pingu.jpg
|
||||||
actions:
|
actions:
|
||||||
- text: Let's build your mail server…
|
- text: Let's build your mail server…
|
||||||
link: /ispmail-bookworm
|
link: /ispmail-trixie
|
||||||
icon: rocket
|
icon: rocket
|
||||||
banner:
|
banner:
|
||||||
content: |
|
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";
|
import { Card, CardGrid } from "@astrojs/starlight/components";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue