Explorar el Código

fix(docs): update schema URL in share configuration examples across multiple languages (#15114)

OpeOginni hace 1 mes
padre
commit
444178e079

+ 3 - 3
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"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/bs/share.mdx

@@ -41,7 +41,7 @@ Da eksplicitno postavite rucni nacin u [config datoteci](/docs/config):
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ Mozete ukljuciti automatsko dijeljenje za sve nove razgovore tako sto `share` po
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ Dijeljenje mozete potpuno iskljuciti tako sto `share` postavite na `"disabled"`
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/da/share.mdx

@@ -41,7 +41,7 @@ For at eksplisitt angi manuell modus i [konfigurasjonsfilen](/docs/config):
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ Du kan aktivere automatisk deling for alle nye samtaler ved at sette alternative
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ Du kan deaktivere deling helt ved at sette alternativet `share` til `"disabled"`
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/de/share.mdx

@@ -43,7 +43,7 @@ Um den manuellen Modus explizit in der [Konfiguration](/docs/config) zu setzen:
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -56,7 +56,7 @@ Du kannst automatisches Teilen fuer neue Unterhaltungen aktivieren, indem du in
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -71,7 +71,7 @@ Du kannst Teilen komplett deaktivieren, indem du in der [Konfiguration](/docs/co
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/es/share.mdx

@@ -41,7 +41,7 @@ Para configurar explícitamente el modo manual en su [archivo de configuración]
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ Puede habilitar el uso compartido automático para todas las conversaciones nuev
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ Puede desactivar el uso compartido por completo configurando la opción `share`
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/fr/share.mdx

@@ -41,7 +41,7 @@ Pour définir explicitement le mode manuel dans votre [fichier de configuration]
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ Vous pouvez activer le partage automatique pour toutes les nouvelles conversatio
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ Vous pouvez désactiver entièrement le partage en définissant l'option `share`
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
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"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/ja/share.mdx

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

+ 3 - 3
packages/web/src/content/docs/ko/share.mdx

@@ -41,7 +41,7 @@ opencode는 대화가 공유되는 방법을 제어하는 세 가지 공유 모
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ opencode는 대화가 공유되는 방법을 제어하는 세 가지 공유 모
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ opencode는 대화가 공유되는 방법을 제어하는 세 가지 공유 모
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/nb/share.mdx

@@ -41,7 +41,7 @@ For å eksplisitt angi manuell modus i [konfigurasjonsfilen](/docs/config):
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ Du kan aktivere automatisk deling for alle nye samtaler ved å sette alternative
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ Du kan deaktivere deling helt ved å sette alternativet `share` til `"disabled"`
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/pl/share.mdx

@@ -41,7 +41,7 @@ Aby jawnie ustawić tryb ręczny w [pliku konfiguracyjnym] (./config):
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ Możesz włączyć automatyczne udostępnianie dla wszystkich nowych rozmów, us
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ Możesz całkowicie wyłączyć udostępnianie, ustawiając opcję `share` na `"
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/pt-br/share.mdx

@@ -41,7 +41,7 @@ Para definir explicitamente o modo manual em seu [arquivo de configuração](/do
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ Você pode habilitar o compartilhamento automático para todas as novas conversa
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ Você pode desativar o compartilhamento completamente definindo a opção `share
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/ru/share.mdx

@@ -41,7 +41,7 @@ opencode поддерживает три режима общего доступ
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ opencode поддерживает три режима общего доступ
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ opencode поддерживает три режима общего доступ
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/share.mdx

@@ -41,7 +41,7 @@ To explicitly set manual mode in your [config file](/docs/config):
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ You can enable automatic sharing for all new conversations by setting the `share
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ You can disable sharing entirely by setting the `share` option to `"disabled"` i
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/th/share.mdx

@@ -41,7 +41,7 @@ OpenCode รองรับโหมดการแชร์สามโหม
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ OpenCode รองรับโหมดการแชร์สามโหม
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ OpenCode รองรับโหมดการแชร์สามโหม
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/tr/share.mdx

@@ -41,7 +41,7 @@ Manuel modu acikca ayarlamak icin [config dosyaniza](/docs/config) sunu ekleyin:
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ Tum yeni konusmalar icin otomatik paylasimi acmak isterseniz, [config dosyanizda
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ Paylasimi tamamen kapatmak icin [config dosyanizda](/docs/config) `share` degeri
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/zh-cn/share.mdx

@@ -41,7 +41,7 @@ OpenCode 支持三种分享模式,用于控制对话的共享方式:
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ OpenCode 支持三种分享模式,用于控制对话的共享方式:
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ OpenCode 支持三种分享模式,用于控制对话的共享方式:
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```

+ 3 - 3
packages/web/src/content/docs/zh-tw/share.mdx

@@ -41,7 +41,7 @@ OpenCode 支援三種分享模式,用於控制對話的共享方式:
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "manual"
 }
 ```
@@ -54,7 +54,7 @@ OpenCode 支援三種分享模式,用於控制對話的共享方式:
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "auto"
 }
 ```
@@ -69,7 +69,7 @@ OpenCode 支援三種分享模式,用於控制對話的共享方式:
 
 ```json title="opencode.json"
 {
-  "$schema": "https://opncd.ai/config.json",
+  "$schema": "https://opencode.ai/config.json",
   "share": "disabled"
 }
 ```