mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
cf793dd446
* Remove microfrontends * Remove /elements subpath, update URL * Fix local paths * Remove custom AI SDK navbar * Update global.css * Restore docs in path * Restore Geistdocs homepage * Split up docs, components and examples * New routes for components and examples * IA fixes * Update hero, start adding components to homepage * Experimenting with hero * Update pnpm-lock.yaml * Add new docs * Update geistdocs.tsx * Update examples, add new IDE example * Create source-code.tsx * Cleanup ide.mdx * Cleanup examples * Update homepage content * Misc fixes * Update elements-installer.tsx * Update meta.json * Deprecate Loader component for shadcn/ui Spinner * Add changeset files * Update homepage and templates * Update code-block.tsx * Misc fixes * Update callout.tsx * Remove hero badge * Resolves #328 * Build fixes * Update README.md
18 lines
309 B
JSON
18 lines
309 B
JSON
{
|
|
"title": "Components",
|
|
"description": "Components for AI Elements",
|
|
"root": true,
|
|
"pages": [
|
|
"---Chatbot---",
|
|
"...(chatbot)",
|
|
"---Code---",
|
|
"...(code)",
|
|
"---Voice---",
|
|
"...(voice)",
|
|
"---Workflow---",
|
|
"...(workflow)",
|
|
"---Utilities---",
|
|
"...(utilities)"
|
|
]
|
|
}
|