Skip to content

Commit

Permalink
chore (docs): rename example sections (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon authored Oct 17, 2024
1 parent 115fb7b commit d94ccd9
Show file tree
Hide file tree
Showing 48 changed files with 23 additions and 36 deletions.
19 changes: 0 additions & 19 deletions content/examples/01-next-app/index.mdx

This file was deleted.

File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions content/examples/01-next/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Next.js
description: Explore examples of how to use the AI SDK in a Next.js Application.
---

# Next.js

The following examples demonstrate how to achieve different use cases while integrating AI into your Next.js application.
17 changes: 0 additions & 17 deletions content/examples/02-next-pages/index.mdx

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions content/examples/05-rsc/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---

title: RSC (experimental)
description: Explore examples of how to use the AI SDK RSC in a Next.js application.
---`
RSC (experimental)
<Note type="warning">
AI SDK RSC is currently experimental. We recommend using [AI SDK
UI](/docs/ai-sdk-ui/overview) for production. For guidance on migrating from
RSC to UI, see our [migration guide](/docs/ai-sdk-rsc/migrating-to-ui).
</Note>
The AI SDK provides tools for frameworks that support React Server Components (RSC). The following examples demonstrate how to achieve different use cases while integrating AI into your RSC powered applications.

0 comments on commit d94ccd9

Please sign in to comment.