You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/launch-week-november-25.tsx
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,21 @@ const Day4 = () => (
176
176
);
177
177
178
178
constDay5=()=>(
179
-
<DayComponentenabled={false}date="DAY 5 | SATURDAY, NOVEMBER 9, 2025"title=""description=""/>
179
+
<DayComponent
180
+
enabled={true}
181
+
date="DAY 5 | NOVEMBER 9, 2025"
182
+
title="Servers – Connect and Manage Your Deployed Agents"
183
+
description="Register your deployed VoltAgent URLs in VoltOps to power Triggers and Evals. Instantly switch between environments from the navbar and test live agents in the playground."
0 commit comments