Draft
Conversation
…uation method - Create content/docs/evaluation/get-started.mdx with three paths: Monitor Production (LLM-as-a-Judge), Test Before Shipping (experiments), and Human Review (annotation queues) - Follow same pattern as observability and prompt-management get-started pages with AI agent / Do it yourself tabs - Add to evaluation section navigation (meta.json) - Update top-level docs sidebar to link to get-started instead of overview - Update overview.mdx to reference the new get-started page Co-authored-by: felixkrrr <felixkrrr@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a proper Get Started guide for the Evaluation section, addressing GTM-1941. The current evaluation docs have detailed reference pages but lack a clear onboarding path for new users.
What changed
New file:
content/docs/evaluation/get-started.mdxA structured get-started guide that follows the same pattern as the existing observability and prompt-management get-started pages:
Updated files
content/docs/evaluation/meta.json— addedget-startedto the navigation, placed betweenoverviewandcore-conceptscontent/docs/meta.json— updated the top-level "Set up Evals" link to point to/docs/evaluation/get-startedinstead of/docs/evaluation/overviewcontent/docs/evaluation/overview.mdx— updated the "Getting Started" section to reference the new get-started guideAnalysis of current gaps
The evaluation docs currently have:
overview.mdx— high-level intro with a brief "Getting Started" section that just lists linkscore-concepts.mdx— detailed concept explanationsWhat was missing:
Linear Issue: GTM-1941