From af874da1ab290a605b6fbc06bc7261b14aaac099 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 18 May 2026 10:07:56 +0000 Subject: [PATCH 1/2] Change docs site title to hello world Co-authored-by: Warren Day --- docs/app/(home)/page.tsx | 2 +- docs/app/layout.tsx | 4 ++-- docs/lib/layout.shared.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/app/(home)/page.tsx b/docs/app/(home)/page.tsx index ea6b472..5233356 100644 --- a/docs/app/(home)/page.tsx +++ b/docs/app/(home)/page.tsx @@ -4,7 +4,7 @@ export default function HomePage() { return (

- Typograph + hello world

Write GraphQL in plain TypeScript. Typograph turns ordinary JavaScript diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx index ebc1938..ae1d509 100644 --- a/docs/app/layout.tsx +++ b/docs/app/layout.tsx @@ -15,8 +15,8 @@ const geistMono = Geist_Mono({ export const metadata = { title: { - default: "Typograph", - template: "%s | Typograph", + default: "hello world", + template: "%s | hello world", }, description: "A pure TypeScript library for building GraphQL schemas with full end-to-end type safety.", diff --git a/docs/lib/layout.shared.tsx b/docs/lib/layout.shared.tsx index a75e48b..814db7e 100644 --- a/docs/lib/layout.shared.tsx +++ b/docs/lib/layout.shared.tsx @@ -3,7 +3,7 @@ import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared"; export function baseOptions(): BaseLayoutProps { return { nav: { - title: "Typograph", + title: "hello world", }, links: [ { From 0d06e338bead4ded6dd908f57d99c633283a221f Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 18 May 2026 13:02:13 +0000 Subject: [PATCH 2/2] Change docs site title to goodbye world Co-authored-by: Warren Day --- docs/app/(home)/page.tsx | 2 +- docs/app/layout.tsx | 4 ++-- docs/lib/layout.shared.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/app/(home)/page.tsx b/docs/app/(home)/page.tsx index 5233356..d34cc01 100644 --- a/docs/app/(home)/page.tsx +++ b/docs/app/(home)/page.tsx @@ -4,7 +4,7 @@ export default function HomePage() { return (

- hello world + goodbye world

Write GraphQL in plain TypeScript. Typograph turns ordinary JavaScript diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx index ae1d509..dea3369 100644 --- a/docs/app/layout.tsx +++ b/docs/app/layout.tsx @@ -15,8 +15,8 @@ const geistMono = Geist_Mono({ export const metadata = { title: { - default: "hello world", - template: "%s | hello world", + default: "goodbye world", + template: "%s | goodbye world", }, description: "A pure TypeScript library for building GraphQL schemas with full end-to-end type safety.", diff --git a/docs/lib/layout.shared.tsx b/docs/lib/layout.shared.tsx index 814db7e..3851e24 100644 --- a/docs/lib/layout.shared.tsx +++ b/docs/lib/layout.shared.tsx @@ -3,7 +3,7 @@ import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared"; export function baseOptions(): BaseLayoutProps { return { nav: { - title: "hello world", + title: "goodbye world", }, links: [ {