diff --git a/packages/web/src/content/docs/config.mdx b/packages/web/src/content/docs/config.mdx index 88aa9d3135..39f3cd8ff0 100644 --- a/packages/web/src/content/docs/config.mdx +++ b/packages/web/src/content/docs/config.mdx @@ -159,11 +159,11 @@ Organizations can enforce configuration that users cannot override. Managed sett Drop an `opencode.json` or `opencode.jsonc` file in the system managed config directory: -| Platform | Path | -|----------|------| -| macOS | `/Library/Application Support/opencode/` | -| Linux | `/etc/opencode/` | -| Windows | `%ProgramData%\opencode` | +| Platform | Path | +| -------- | ---------------------------------------- | +| macOS | `/Library/Application Support/opencode/` | +| Linux | `/etc/opencode/` | +| Windows | `%ProgramData%\opencode` | These directories require admin/root access to write, so users cannot modify them.