Skip to content

Commit e63c9f6

Browse files
Adding eval updted docs (#621)
* adding eval updted docs= * πŸ€– Regenerate LLMs.txt * linting fix * m * πŸ€– Regenerate LLMs.txt * docs: Update Arcade evals documentation with new CLI syntax and features * updating docs * πŸ€– Regenerate LLMs.txt * fix: Update eval docs links to use correct path (create-evaluation-suite) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4bbeb1 commit e63c9f6

File tree

8 files changed

+2062
-671
lines changed

8 files changed

+2062
-671
lines changed
Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
1-
export default {
2-
"why-evaluate": "Why evaluate tools?",
3-
"create-evaluation-suite": "Create an evaluation suite",
4-
"run-evaluations": "Run evaluations",
1+
import type { MetaRecord } from "nextra";
2+
3+
const meta: MetaRecord = {
4+
"*": {
5+
theme: {
6+
breadcrumb: true,
7+
toc: true,
8+
copyPage: true,
9+
},
10+
},
11+
"why-evaluate": {
12+
title: "Why evaluate tools?",
13+
},
14+
"create-evaluation-suite": {
15+
title: "Create an evaluation suite",
16+
},
17+
"run-evaluations": {
18+
title: "Run evaluations",
19+
},
20+
"capture-mode": {
21+
title: "Capture mode",
22+
},
23+
"comparative-evaluations": {
24+
title: "Comparative evaluations",
25+
},
526
};
27+
28+
export default meta;

0 commit comments

Comments
Β (0)