Browse Source

chore: generate

opencode-agent[bot] 2 weeks ago
parent
commit
f0a9ebfed4
1 changed files with 5 additions and 5 deletions
  1. 5 5
      packages/web/src/content/docs/config.mdx

+ 5 - 5
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.