Description
Hi — sorry to bother you for such a small docs nit.
On https://opencode.ai/docs/share/, the config examples use:
{ "$schema": "https://opncd.ai/config.json", "share": "manual" }
but https://opncd.ai/config.json doesn’t serve the JSON schema (it returns a “Not Found” HTML page), so editors can’t resolve/validate the schema from those snippets.
Where it is in the repo (dev branch):
packages/web/src/content/docs/share.mdx
Plugins
No response
OpenCode version
No response
Steps to reproduce
- Open
https://opencode.ai/docs/share/
- Copy one of the JSON snippets under “Sharing”
- Open the
$schema URL shown there: https://opncd.ai/config.json (returns Not Found HTML)
- Compare with
https://opencode.ai/config.json (valid JSON schema)
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response
Description
Hi — sorry to bother you for such a small docs nit.
On
https://opencode.ai/docs/share/, the config examples use:{ "$schema": "https://opncd.ai/config.json", "share": "manual" }but
https://opncd.ai/config.jsondoesn’t serve the JSON schema (it returns a “Not Found” HTML page), so editors can’t resolve/validate the schema from those snippets.Where it is in the repo (dev branch):
packages/web/src/content/docs/share.mdxPlugins
No response
OpenCode version
No response
Steps to reproduce
https://opencode.ai/docs/share/$schemaURL shown there:https://opncd.ai/config.json(returns Not Found HTML)https://opencode.ai/config.json(valid JSON schema)Screenshot and/or share link
No response
Operating System
No response
Terminal
No response