summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/it
diff options
context:
space:
mode:
authorOpeOginni <[email protected]>2026-02-26 00:16:39 +0100
committerGitHub <[email protected]>2026-02-25 18:16:39 -0500
commit444178e079fb41ba2149a1cdfdd3040593715d70 (patch)
treeb8e87e59c51acf740edd6786dd759effbbcfb6d8 /packages/web/src/content/docs/it
parent4551282a4b95cd3f7e6ea4b6ba6a83dd747bb3a0 (diff)
downloadopencode-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/it')
-rw-r--r--packages/web/src/content/docs/it/share.mdx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/it/share.mdx b/packages/web/src/content/docs/it/share.mdx
index f9eff6ca9..9b410a6b8 100644
--- a/packages/web/src/content/docs/it/share.mdx
+++ b/packages/web/src/content/docs/it/share.mdx
@@ -41,7 +41,7 @@ Per impostare esplicitamente la modalita manuale nel tuo [file di config](/docs/
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "manual"
}
```
@@ -54,7 +54,7 @@ Puoi abilitare la condivisione automatica per tutte le nuove conversazioni impos
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "auto"
}
```
@@ -69,7 +69,7 @@ Puoi disabilitare completamente la condivisione impostando l'opzione `share` su
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "disabled"
}
```