mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
docs: add config
This commit is contained in:
parent
f436a50125
commit
5603098d17
1 changed files with 7 additions and 0 deletions
7
packages/web/config.mjs
Normal file
7
packages/web/config.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default {
|
||||
github: "https://github.com/sst/opencode",
|
||||
headerLinks: [
|
||||
{ name: "Home", url: "/" },
|
||||
{ name: "Docs", url: "/docs/" },
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue