summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content
diff options
context:
space:
mode:
authorGiuseppe Rota <[email protected]>2025-08-03 17:28:57 +0200
committerGitHub <[email protected]>2025-08-03 11:28:57 -0400
commit4b204fee58affea9f6b113ef8a753c7303f35a41 (patch)
tree729caf4ff4aabd07cd12981a3880d10f06f1a2d9 /packages/web/src/content
parent99d3a0bb2431d00c1a60f350e57100a4ae1ac4db (diff)
downloadopencode-4b204fee58affea9f6b113ef8a753c7303f35a41.tar.gz
opencode-4b204fee58affea9f6b113ef8a753c7303f35a41.zip
fix(docs): move disabled providers paragraph to its proper section (#1547)
Diffstat (limited to 'packages/web/src/content')
-rw-r--r--packages/web/src/content/docs/docs/config.mdx12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/docs/config.mdx b/packages/web/src/content/docs/docs/config.mdx
index 5cf243b62..30fbede16 100644
--- a/packages/web/src/content/docs/docs/config.mdx
+++ b/packages/web/src/content/docs/docs/config.mdx
@@ -230,6 +230,12 @@ You can also define agents using markdown files in `~/.config/opencode/agent/` o
You can disable providers that are loaded automatically through the `disabled_providers` option. This is useful when you want to prevent certain providers from being loaded even if their credentials are available.
+The `disabled_providers` option accepts an array of provider IDs. When a provider is disabled:
+
+- It won't be loaded even if environment variables are set
+- It won't be loaded even if API keys are configured through `opencode auth login`
+- The provider's models won't appear in the model selection list
+
---
### Formatters
@@ -243,12 +249,6 @@ You can configure code formatters through the `formatter` option. See [Formatter
}
```
-The `disabled_providers` option accepts an array of provider IDs. When a provider is disabled:
-
-- It won't be loaded even if environment variables are set
-- It won't be loaded even if API keys are configured through `opencode auth login`
-- The provider's models won't appear in the model selection list
-
---
### Permissions