Skip to content

Link to AI examples #614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Restate is the simplest way to build resilient applications.

Restate provides a distributed durable version of your everyday building blocks, letting you build a wide range of use cases:

<ExampleWidget itemsPerRow={4} features={[
<ExampleWidget itemsPerRow={3} features={[
{
title: 'Workflows-as-code',
description: "Implement lightweight workflows in code that can run for millis or months.",
Expand All @@ -42,6 +42,12 @@ Restate provides a distributed durable version of your everyday building blocks,
description: "Flexible, durable scheduling across processes and time.",
singleLink: "/use-cases/async-tasks",
mainImg: "/img/overview/async_tasks.svg"
},
{
title: 'AI Workflows / Agents',
description: "Innate resilience for agentic workflows and LLM-based apps.",
singleLink: "https://github.com/restatedev/ai-examples",
mainImg: "/img/overview/ai_use_case.svg"
}
]}/>

Expand Down
10 changes: 9 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ const sidebars = {
// To add an external link to the Java docs, we had to switch to a manually defined sidebar for the references section.
tutorialSidebar: [
{type: 'doc', id: 'OVERVIEW', label: 'OVERVIEW', className: 'sidebar-title'},
{type: 'category', label: 'USE CASES', collapsed: true, items: [{type: 'autogenerated', dirName: 'use-cases'}]},
{type: 'category', label: 'USE CASES', collapsed: true, items: [
{type: 'autogenerated', dirName: 'use-cases'},
{
type: 'link',
label: 'AI Workflows / Agents',
href: 'https://github.com/restatedev/ai-examples',
},
]
},
{
type: 'category', label: 'GET STARTED', collapsed: true, items: [
{type: 'autogenerated', dirName: 'get_started'},
Expand Down
1 change: 1 addition & 0 deletions static/img/overview/ai_use_case.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading