docs: add v2 configuration reference
This commit is contained in:
parent
bb6ee0a5cc
commit
bd947658bb
10 changed files with 1601 additions and 483 deletions
13
packages/docs/package.json
Normal file
13
packages/docs/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@opencode-ai/docs",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bun --bun mint dev --no-open --port 3333",
|
||||
"validate": "bun --bun mint validate",
|
||||
"broken-links": "bun --bun mint broken-links"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mint": "4.2.666"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue