Skip to content

Commit aafb19d

Browse files
author
Noah Raynor
committed
alpha badges
1 parent 3690422 commit aafb19d

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

fern/assets/styles.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
border: 1px solid #C7D2FE;
3939
}
4040

41+
/* Alpha badge - purple to match dashboard */
42+
.vapi-badge-alpha {
43+
background-color: rgba(168, 85, 247, 0.2);
44+
color: #A78BFA;
45+
border: 1px solid rgba(168, 85, 247, 0.4);
46+
}
47+
4148
/* Dark mode adjustments */
4249
:is(.dark) .vapi-badge-assistant {
4350
background-color: #134E4A;
@@ -57,6 +64,12 @@
5764
border: 1px solid #6366F1;
5865
}
5966

67+
:is(.dark) .vapi-badge-alpha {
68+
background-color: rgba(168, 85, 247, 0.2);
69+
color: #C4B5FD;
70+
border: 1px solid rgba(168, 85, 247, 0.4);
71+
}
72+
6073
/* for a grid of videos */
6174

6275
.video-grid {

fern/observability/simulations-advanced.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ subtitle: Master testing strategies and best practices for AI voice agent simula
44
slug: observability/simulations-advanced
55
---
66

7+
<div class="vapi-badge vapi-badge-alpha">Alpha</div>
8+
79
## Overview
810

911
This guide covers advanced simulation strategies, testing patterns, and best practices for building robust test suites that ensure your AI voice agents work reliably in production.

fern/observability/simulations-quickstart.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ subtitle: Test your AI assistants with realistic AI-powered callers
44
slug: observability/simulations-quickstart
55
---
66

7+
<div class="vapi-badge vapi-badge-alpha">Alpha</div>
8+
79
## Overview
810

911
This quickstart guide will help you test your AI assistants and squads using realistic, AI-powered callers. In just a few minutes, you'll create test scenarios, define evaluation criteria, and validate your agents work correctly under different conditions.

0 commit comments

Comments
 (0)