File tree Expand file tree Collapse file tree 5 files changed +960
-2
lines changed
Expand file tree Collapse file tree 5 files changed +960
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ function Callout({
6969 children,
7070 ...props
7171} : CalloutProps ) {
72- const Icon = iconMap [ type as keyof typeof iconMap ] ;
72+ const Icon = iconMap [ type as keyof typeof iconMap ] || iconMap . info ;
7373
7474 return (
7575 < SciFiCard
Original file line number Diff line number Diff line change @@ -67,6 +67,12 @@ export const contents: SidebarSection[] = [
6767 href : '/docs/sdk' ,
6868 icon : AtomIcon ,
6969 } ,
70+ {
71+ title : 'Node SDK' ,
72+ href : '/docs/node-sdk' ,
73+ icon : CodeIcon ,
74+ isNew : true ,
75+ } ,
7076 {
7177 title : 'API' ,
7278 href : '/docs/api' ,
Original file line number Diff line number Diff line change 99 " getting-started" ,
1010 " ---Implementation---" ,
1111 " sdk" ,
12+ " node-sdk" ,
1213 " api" ,
1314 " api-keys" ,
1415 " Integrations" ,
You can’t perform that action at this time.
0 commit comments