Skip to content

Commit 77e96b4

Browse files
kylemclarenclaude
andcommitted
Remove SDK cards from API reference overview page
The SDK pages don't all exist yet, so remove the links until they're ready. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent a12fd9f commit 77e96b4

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

scripts/generate-api-docs.ts

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,41 +1066,6 @@ ${categories
10661066
.join('\n')}
10671067
</CardGrid>
10681068
1069-
## SDK Libraries
1070-
1071-
For a better developer experience, use our official SDKs:
1072-
1073-
<CardGrid client:load>
1074-
<LinkCard
1075-
href="/sdks/javascript"
1076-
title="JavaScript SDK"
1077-
description="TypeScript/JavaScript client"
1078-
icon="code"
1079-
client:load
1080-
/>
1081-
<LinkCard
1082-
href="/sdks/go"
1083-
title="Go SDK"
1084-
description="Native Go client"
1085-
icon="code"
1086-
client:load
1087-
/>
1088-
<LinkCard
1089-
href="/sdks/python"
1090-
title="Python SDK"
1091-
description="Python client library"
1092-
icon="code"
1093-
client:load
1094-
/>
1095-
<LinkCard
1096-
href="/sdks/elixir"
1097-
title="Elixir SDK"
1098-
description="Elixir client library"
1099-
icon="code"
1100-
client:load
1101-
/>
1102-
</CardGrid>
1103-
11041069
## Version
11051070
11061071
API Version: \`${schema.version}\`

0 commit comments

Comments
 (0)