From 01175450e42a08d7c5651c5ac61b09b8c8525a70 Mon Sep 17 00:00:00 2001 From: Sebastian Crossa Date: Wed, 21 Jan 2026 17:45:12 -0600 Subject: [PATCH 1/2] rename behaviors to judges --- docs.json | 8 ++++---- index.mdx | 4 ++-- {behaviors => judges}/introduction.mdx | 6 +++--- {behaviors => judges}/pull-evaluations.mdx | 6 +++--- {behaviors => judges}/setup.mdx | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) rename {behaviors => judges}/introduction.mdx (59%) rename {behaviors => judges}/pull-evaluations.mdx (97%) rename {behaviors => judges}/setup.mdx (84%) diff --git a/docs.json b/docs.json index 0cfa907..d03cfc6 100644 --- a/docs.json +++ b/docs.json @@ -66,12 +66,12 @@ ] }, { - "group": "Behaviors", + "group": "Judges", "icon": "gavel", "pages": [ - "behaviors/introduction", - "behaviors/setup", - "behaviors/pull-evaluations" + "judges/introduction", + "judges/setup", + "judges/pull-evaluations" ] }, { diff --git a/index.mdx b/index.mdx index 12fed3f..81f42a8 100644 --- a/index.mdx +++ b/index.mdx @@ -19,9 +19,9 @@ description: "Start improving your AI applications with ZeroEval" performance Get reliable AI evaluation with judges that are calibrated to human preferences diff --git a/behaviors/introduction.mdx b/judges/introduction.mdx similarity index 59% rename from behaviors/introduction.mdx rename to judges/introduction.mdx index 54822e7..d2d4b05 100644 --- a/behaviors/introduction.mdx +++ b/judges/introduction.mdx @@ -5,12 +5,12 @@ description: "Continuously evaluate your production traffic with judges that lea