diff options
| author | OpeOginni <[email protected]> | 2026-02-26 00:16:39 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-25 18:16:39 -0500 |
| commit | 444178e079fb41ba2149a1cdfdd3040593715d70 (patch) | |
| tree | b8e87e59c51acf740edd6786dd759effbbcfb6d8 /packages/web/src/content/docs/ar | |
| parent | 4551282a4b95cd3f7e6ea4b6ba6a83dd747bb3a0 (diff) | |
| download | opencode-444178e079fb41ba2149a1cdfdd3040593715d70.tar.gz opencode-444178e079fb41ba2149a1cdfdd3040593715d70.zip | |
fix(docs): update schema URL in share configuration examples across multiple languages (#15114)
Diffstat (limited to 'packages/web/src/content/docs/ar')
| -rw-r--r-- | packages/web/src/content/docs/ar/share.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/ar/share.mdx b/packages/web/src/content/docs/ar/share.mdx index 535d44dad..6d1341045 100644 --- a/packages/web/src/content/docs/ar/share.mdx +++ b/packages/web/src/content/docs/ar/share.mdx @@ -41,7 +41,7 @@ description: شارك محادثات OpenCode الخاصة بك. ```json title="opencode.json" { - "$schema": "https://opncd.ai/config.json", + "$schema": "https://opencode.ai/config.json", "share": "manual" } ``` @@ -54,7 +54,7 @@ description: شارك محادثات OpenCode الخاصة بك. ```json title="opencode.json" { - "$schema": "https://opncd.ai/config.json", + "$schema": "https://opencode.ai/config.json", "share": "auto" } ``` @@ -69,7 +69,7 @@ description: شارك محادثات OpenCode الخاصة بك. ```json title="opencode.json" { - "$schema": "https://opncd.ai/config.json", + "$schema": "https://opencode.ai/config.json", "share": "disabled" } ``` |
