docs: fix styles and zen doc, closes #2912

This commit is contained in:
Jay V
2025-10-06 17:00:10 -04:00
parent b351b75156
commit 1db028dc05
3 changed files with 31 additions and 21 deletions

View File

@@ -69,6 +69,23 @@ Your editor should be able to validate and autocomplete based on the schema.
---
### TUI
You can configure TUI-specific settings through the `tui` option.
```json title="opencode.json"
{
"$schema": "https://opencode.ai/config.json",
"tui": {
"scroll_speed": 3
}
}
```
[Learn more about using the TUI here](/docs/tui).
---
### Models
You can configure the providers and models you want to use in your OpenCode config through the `provider`, `model` and `small_model` options.
@@ -204,23 +221,6 @@ OpenCode will automatically download any new updates when it starts up. You can
---
### TUI
You can configure TUI-specific settings through the `tui` option.
```json title="opencode.json"
{
"$schema": "https://opencode.ai/config.json",
"tui": {
"scroll_speed": 3
}
}
```
[Learn more about using the TUI here](/docs/tui).
---
### Formatters
You can configure code formatters through the `formatter` option.