anomalyco / anomalyco/opencode
docs: internal links target missing or incorrect anchors
Open
@Hona is already working on this.
Since Aug 23, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- Avg merge
- 7h 2m
- Merged PRs (30d)
- 384
Description
Description
Three links in the English documentation point to missing or incorrect section anchors:
models.mdxlinks custom providers to/docs/providers#custom, but the generated heading ID iscustom-provider.network.mdxlinks port and hostname flags to/docs/cli#run, which opens the GitHub agentrunsubsection; those flags are under the TUI section (#tui).permissions.mdxlinksopencode runto/docs/cli#run, which also opens the GitHub agent subsection; the generated ID for the top-levelopencode runcommand isrun-1.
Plugins
None
OpenCode version
n/a (documentation)
Steps to reproduce
- Build the docs site with
bun run --cwd packages/web build. - Open the Models, Network, or Permissions page.
- Follow the links described above.
- Observe that the first target does not exist and the two
#runlinks open the wrong command section.
Screenshot and/or share link
n/a
Operating System
n/a
Terminal
n/a
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.