Skip to content

Commit bbbf457

Browse files
style: auto-fix formatting
1 parent 232a965 commit bbbf457

15 files changed

Lines changed: 12 additions & 5 deletions

showcase/shell-docs/next.config.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ const nextConfig: NextConfig = {
124124
},
125125
// Cat C promotions whose canonical home moved off the unselected
126126
// tail (e.g. `unselected/ag-ui` → `backend/ag-ui`).
127-
{ source: "/unselected/ag-ui", destination: "/backend/ag-ui", permanent: true },
127+
{
128+
source: "/unselected/ag-ui",
129+
destination: "/backend/ag-ui",
130+
permanent: true,
131+
},
128132
{
129133
source: "/unselected/copilot-runtime",
130134
destination: "/backend/copilot-runtime",
@@ -162,8 +166,7 @@ const nextConfig: NextConfig = {
162166
// through to the right framework's interrupt flow if they're
163167
// stored as LangGraph or Mastra.
164168
{
165-
source:
166-
"/unselected/generative-ui/your-components/interrupt-based",
169+
source: "/unselected/generative-ui/your-components/interrupt-based",
167170
destination: "/human-in-the-loop",
168171
permanent: true,
169172
},
-585 KB
Loading

showcase/shell-docs/public/images/ag-ui-overview-with-partners-dark.png

Lines changed: 3 additions & 1 deletion
Loading
-620 KB
Loading
-410 KB
Loading

showcase/shell-docs/public/images/ai-protocol-stack.png

Lines changed: 3 additions & 1 deletion
Loading
-201 KB
Loading
-188 KB
Loading
-484 KB
Loading
-399 KB
Loading

0 commit comments

Comments
 (0)