Skip to content

Commit 444178e

Browse files
authored
fix(docs): update schema URL in share configuration examples across multiple languages (#15114)
1 parent 4551282 commit 444178e

18 files changed

Lines changed: 54 additions & 54 deletions

File tree

packages/web/src/content/docs/ar/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ description: شارك محادثات OpenCode الخاصة بك.
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ description: شارك محادثات OpenCode الخاصة بك.
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ description: شارك محادثات OpenCode الخاصة بك.
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

packages/web/src/content/docs/bs/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Da eksplicitno postavite rucni nacin u [config datoteci](/docs/config):
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ Mozete ukljuciti automatsko dijeljenje za sve nove razgovore tako sto `share` po
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ Dijeljenje mozete potpuno iskljuciti tako sto `share` postavite na `"disabled"`
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

packages/web/src/content/docs/da/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For at eksplisitt angi manuell modus i [konfigurasjonsfilen](/docs/config):
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ Du kan aktivere automatisk deling for alle nye samtaler ved at sette alternative
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ Du kan deaktivere deling helt ved at sette alternativet `share` til `"disabled"`
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

packages/web/src/content/docs/de/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Um den manuellen Modus explizit in der [Konfiguration](/docs/config) zu setzen:
4343

4444
```json title="opencode.json"
4545
{
46-
"$schema": "https://opncd.ai/config.json",
46+
"$schema": "https://opencode.ai/config.json",
4747
"share": "manual"
4848
}
4949
```
@@ -56,7 +56,7 @@ Du kannst automatisches Teilen fuer neue Unterhaltungen aktivieren, indem du in
5656

5757
```json title="opencode.json"
5858
{
59-
"$schema": "https://opncd.ai/config.json",
59+
"$schema": "https://opencode.ai/config.json",
6060
"share": "auto"
6161
}
6262
```
@@ -71,7 +71,7 @@ Du kannst Teilen komplett deaktivieren, indem du in der [Konfiguration](/docs/co
7171

7272
```json title="opencode.json"
7373
{
74-
"$schema": "https://opncd.ai/config.json",
74+
"$schema": "https://opencode.ai/config.json",
7575
"share": "disabled"
7676
}
7777
```

packages/web/src/content/docs/es/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Para configurar explícitamente el modo manual en su [archivo de configuración]
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ Puede habilitar el uso compartido automático para todas las conversaciones nuev
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ Puede desactivar el uso compartido por completo configurando la opción `share`
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

packages/web/src/content/docs/fr/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pour définir explicitement le mode manuel dans votre [fichier de configuration]
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ Vous pouvez activer le partage automatique pour toutes les nouvelles conversatio
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ Vous pouvez désactiver entièrement le partage en définissant l'option `share`
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

packages/web/src/content/docs/it/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Per impostare esplicitamente la modalita manuale nel tuo [file di config](/docs/
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ Puoi abilitare la condivisione automatica per tutte le nuove conversazioni impos
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ Puoi disabilitare completamente la condivisione impostando l'opzione `share` su
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

packages/web/src/content/docs/ja/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ OpenCode は、会話の共有方法を制御する 3 つの共有モードを
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ OpenCode は、会話の共有方法を制御する 3 つの共有モードを
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ OpenCode は、会話の共有方法を制御する 3 つの共有モードを
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

packages/web/src/content/docs/ko/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ opencode는 대화가 공유되는 방법을 제어하는 세 가지 공유 모
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ opencode는 대화가 공유되는 방법을 제어하는 세 가지 공유 모
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ opencode는 대화가 공유되는 방법을 제어하는 세 가지 공유 모
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

packages/web/src/content/docs/nb/share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For å eksplisitt angi manuell modus i [konfigurasjonsfilen](/docs/config):
4141

4242
```json title="opencode.json"
4343
{
44-
"$schema": "https://opncd.ai/config.json",
44+
"$schema": "https://opencode.ai/config.json",
4545
"share": "manual"
4646
}
4747
```
@@ -54,7 +54,7 @@ Du kan aktivere automatisk deling for alle nye samtaler ved å sette alternative
5454

5555
```json title="opencode.json"
5656
{
57-
"$schema": "https://opncd.ai/config.json",
57+
"$schema": "https://opencode.ai/config.json",
5858
"share": "auto"
5959
}
6060
```
@@ -69,7 +69,7 @@ Du kan deaktivere deling helt ved å sette alternativet `share` til `"disabled"`
6969

7070
```json title="opencode.json"
7171
{
72-
"$schema": "https://opncd.ai/config.json",
72+
"$schema": "https://opencode.ai/config.json",
7373
"share": "disabled"
7474
}
7575
```

0 commit comments

Comments
 (0)