docs: discord

This commit is contained in:
Jay V
2025-07-07 14:44:37 -04:00
parent d87922c0eb
commit 76b2e4539c
3 changed files with 7 additions and 3 deletions

View File

@@ -31,7 +31,10 @@ export default defineConfig({
starlight({
title: "opencode",
expressiveCode: { themes: ["github-light", "github-dark"] },
social: [{ icon: "github", label: "GitHub", href: config.github }],
social: [
{ icon: "github", label: "GitHub", href: config.github },
{ icon: "discord", label: "Dscord", href: config.discord }
],
head: [
{
tag: "link",

View File

@@ -2,6 +2,7 @@ export default {
url: "https://opencode.ai",
socialCard: "https://social-cards.sst.dev",
github: "https://github.com/sst/opencode",
discord: "https://discord.gg/opencode",
headerLinks: [
{ name: "Home", url: "/" },
{ name: "Docs", url: "/docs/" },