Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 27 additions & 4 deletions app/en/home/evaluate-tools/_meta.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
export default {
"why-evaluate-tools": "Why evaluate tools?",
"create-an-evaluation-suite": "Create an evaluation suite",
"run-evaluations": "Run evaluations",
import type { MetaRecord } from "nextra";

const meta: MetaRecord = {
"*": {
theme: {
breadcrumb: true,
toc: true,
copyPage: true,
},
},
"why-evaluate-tools": {
title: "Why evaluate tools?",
},
"create-an-evaluation-suite": {
title: "Create an evaluation suite",
},
"run-evaluations": {
title: "Run evaluations",
},
"capture-mode": {
title: "Capture mode",
},
"comparative-evaluations": {
title: "Comparative evaluations",
},
};

export default meta;
Loading