Skip to content

Commit 7fffe19

Browse files
Remove emojis from docs pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 30b5b96 commit 7fffe19

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

β€Žcontent/docs/ci-cd.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "πŸ”„ CI/CD Integration"
2+
title: "CI/CD Integration"
33
weight: 4
44
description: "Run agent evaluations in your CI/CD pipeline."
55
---

β€Žcontent/docs/configuration.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "βš™οΈ Configuration"
2+
title: "Configuration"
33
weight: 2
44
description: "Configure evaluators, trace sources, and output formats."
55
---

β€Žcontent/docs/examples.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "πŸ’‘ Examples"
2+
title: "Examples"
33
weight: 3
44
description: "Common evaluation patterns and real-world usage examples."
55
---

β€Žcontent/docs/mcp-server.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "🧩 MCP Server"
2+
title: "MCP Server"
33
weight: 5
44
description: "Run evaluations from Claude Code via the MCP server."
55
---

β€Žcontent/docs/quick-start.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "πŸš€ Quick Start"
2+
title: "Quick Start"
33
weight: 1
44
description: "Get up and running with AgentEvals in under 5 minutes."
55
---

β€Žcontent/docs/web-ui.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "πŸ–₯️ Web UI"
2+
title: "Web UI"
33
weight: 6
44
description: "Visually inspect traces and evaluate agent behavior interactively."
55
---

β€Žlayouts/docs/list.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ <h3>Documentation</h3>
3232
</aside>
3333
<main class="docs-main">
3434
<div class="docs-content">
35-
<h1>πŸ“š Documentation</h1>
36-
<p class="docs-intro">Everything you need to get started with AgentEvals. πŸš€</p>
35+
<h1>Documentation</h1>
36+
<p class="docs-intro">Everything you need to get started with AgentEvals.</p>
3737
<div class="docs-cards">
3838
{{ range .Pages.ByWeight }}
3939
<a href="{{ .RelPermalink }}" class="docs-card">

0 commit comments

Comments
Β (0)