docs: add config

pull/241/head
Jay V 2025-06-20 13:22:31 -04:00
parent f436a50125
commit 5603098d17
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
export default {
github: "https://github.com/sst/opencode",
headerLinks: [
{ name: "Home", url: "/" },
{ name: "Docs", url: "/docs/" },
],
}