docs: add config

This commit is contained in:
Jay V
2025-06-20 13:22:31 -04:00
parent 91b4ee0c15
commit 2746ce1673
+7
View File
@@ -0,0 +1,7 @@
export default {
github: "https://github.com/sst/opencode",
headerLinks: [
{ name: "Home", url: "/" },
{ name: "Docs", url: "/docs/" },
],
}