mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
docs: discord
This commit is contained in:
parent
d87922c0eb
commit
76b2e4539c
3 changed files with 7 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue