mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
docs: update share link
This commit is contained in:
parent
d6f86e9bb7
commit
fe8c5c143e
1 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ When you share a conversation, OpenCode:
|
|||
|
||||
1. Creates a unique public URL for your session
|
||||
2. Syncs your conversation history to our servers
|
||||
3. Makes the conversation accessible via the shareable link — `opencode.ai/s/<share-id>`
|
||||
3. Makes the conversation accessible via the shareable link — `opncd.ai/s/<share-id>`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ To explicitly set manual mode in your [config file](/docs/config):
|
|||
|
||||
```json title="opencode.json"
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"$schema": "https://opncd.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://opencode.ai/config.json",
|
||||
"$schema": "https://opncd.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://opencode.ai/config.json",
|
||||
"$schema": "https://opncd.ai/config.json",
|
||||
"share": "disabled"
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue