Skip to content

Commit 3403c37

Browse files
author
Kalle Fagerberg
committed
Upgrade Astro & Starlight
1 parent c20f234 commit 3403c37

3 files changed

Lines changed: 603 additions & 456 deletions

File tree

astro.config.mjs

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,18 @@ export default defineConfig({
1010
logo: {
1111
src: "./src/assets/kubecolor_logo.svg",
1212
},
13-
social: {
14-
github: "https://github.com/kubecolor/kubecolor",
15-
},
13+
social: [
14+
{
15+
icon: "github",
16+
href: "https://github.com/kubecolor/kubecolor",
17+
label: "Source code on GitHub",
18+
},
19+
{
20+
icon: "slack",
21+
href: "https://cloud-native.slack.com/archives/C06A9JNNHAR",
22+
label: "#kubecolor channel on CNCF Slack",
23+
},
24+
],
1625
sidebar: [
1726
{
1827
label: "Usage",

0 commit comments

Comments
 (0)