Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/libraries/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const table: LibrarySlim = {
latestBranch: 'main',
availableVersions: ['v8', 'beta'],
scarfId: 'dc8b39e1-3fe9-4f3a-8e56-d4e2cf420a9e',
defaultDocs: 'introduction',
defaultDocs: 'overview',
sitemap: {
includeLandingPage: true,
includeDocsPages: true,
Expand Down Expand Up @@ -622,7 +622,7 @@ export const ai: LibrarySlim = {
'A powerful, open-source AI SDK with a unified interface across multiple providers',
description:
'A powerful, open-source AI SDK with a unified interface across multiple providers. No vendor lock-in, no proprietary formats, just clean TypeScript and honest open source.',
badge: 'alpha',
badge: 'beta',
bgStyle: 'bg-pink-500',
borderStyle: 'border-pink-700/50',
textStyle: 'text-pink-500',
Expand Down
Loading