Skip to content

Commit 81a47ae

Browse files
authored
Link to AI examples (#614)
1 parent 6151c39 commit 81a47ae

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/overview.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Restate is the simplest way to build resilient applications.
1818

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

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

sidebars.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ const sidebars = {
1717
// To add an external link to the Java docs, we had to switch to a manually defined sidebar for the references section.
1818
tutorialSidebar: [
1919
{type: 'doc', id: 'OVERVIEW', label: 'OVERVIEW', className: 'sidebar-title'},
20-
{type: 'category', label: 'USE CASES', collapsed: true, items: [{type: 'autogenerated', dirName: 'use-cases'}]},
20+
{type: 'category', label: 'USE CASES', collapsed: true, items: [
21+
{type: 'autogenerated', dirName: 'use-cases'},
22+
{
23+
type: 'link',
24+
label: 'AI Workflows / Agents',
25+
href: 'https://github.com/restatedev/ai-examples',
26+
},
27+
]
28+
},
2129
{
2230
type: 'category', label: 'GET STARTED', collapsed: true, items: [
2331
{type: 'autogenerated', dirName: 'get_started'},

static/img/overview/ai_use_case.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)