mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
docs: fix config
This commit is contained in:
parent
70c16c4c95
commit
48fcaa83be
2 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ export default defineConfig({
|
|||
solidJs(),
|
||||
starlight({
|
||||
title: "opencode",
|
||||
lastUpdated: true,
|
||||
expressiveCode: { themes: ["github-light", "github-dark"] },
|
||||
social: [
|
||||
{ icon: "github", label: "GitHub", href: config.github },
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ description: Using the opencode JSON config.
|
|||
|
||||
You can configure opencode using a JSON config file.
|
||||
|
||||
```json title="opencode config"
|
||||
```json title="opencode.json"
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"theme": "opencode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue