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

This commit is contained in:
OpeOginni
2026-02-26 00:16:39 +01:00
committed by GitHub
parent 4551282a4b
commit 444178e079
18 changed files with 54 additions and 54 deletions

View File

@@ -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"
}
```