Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@
{
"group": "Integrations",
"pages": [
"integrations/langchain",
"integrations/opencode"
"integrations/claude-code",
"integrations/anthropic-sdk",
"integrations/openai-sdk",
"integrations/opencode",
"integrations/langchain"
]
}
]
Expand All @@ -101,7 +104,7 @@
"sdk/index",
{
"group": "TypeScript",
"icon": "https://d3gk2c5xim1je2.cloudfront.net/devicon/typescript.svg",
"icon": "/images/icons/typescript.svg",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add missing TypeScript icon asset or revert path

The SDKs nav now points the TypeScript group icon to /images/icons/typescript.svg, but that file does not exist in images/icons. This will produce a broken icon in the sidebar; either add the SVG or keep the previous external icon URL.

Useful? React with 👍 / 👎.

"pages": [
"sdk/typescript/index",
"sdk/typescript/configuration",
Expand Down Expand Up @@ -142,8 +145,7 @@
"sdk/go/stream",
"sdk/go/tools"
]
},
"sdk/openai/index"
}
]
}
]
Expand Down
10 changes: 10 additions & 0 deletions images/icons/anthropic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions images/icons/claude.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading