From 6af08217e3e91885ec43c7909ac0273880bea53f Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Tue, 10 Dec 2024 19:12:02 +0000 Subject: [PATCH] Headline --- apps/evalite-docs/src/content/docs/index.mdx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/apps/evalite-docs/src/content/docs/index.mdx b/apps/evalite-docs/src/content/docs/index.mdx index 7bdac60..513fae3 100644 --- a/apps/evalite-docs/src/content/docs/index.mdx +++ b/apps/evalite-docs/src/content/docs/index.mdx @@ -1,19 +1,15 @@ --- -title: Running Your Evals Never Felt So Good -description: Get started building your docs site with Starlight. +title: Test GenAI-powered apps in TypeScript +description: Test your LLM-powered apps with Evalite. template: splash hero: - tagline: Congrats on setting up a new Starlight project! + tagline: Evals are hard. Evalite makes them simple. Run a local server for your evals, built on Vitest. No API key required. image: file: ../../assets/houston.webp actions: - - text: Example Guide - link: /guides/example/ + - text: Get Started + link: /quickstart/ icon: right-arrow - - text: Read the Starlight docs - link: https://starlight.astro.build - icon: external - variant: minimal --- import { Card, CardGrid } from "@astrojs/starlight/components";