From 3329e840d99dc00dc7695c69194d5fe98c4f1e9d Mon Sep 17 00:00:00 2001 From: Travis Gerke Date: Thu, 23 Jul 2026 10:00:08 -0700 Subject: [PATCH] Give the landing page a descriptive tab title The page title was "edc-core", which Starlight renders as "edc-core | edc-core" in the browser tab. The hero h1 is unaffected. --- site/src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/content/docs/index.mdx b/site/src/content/docs/index.mdx index 073825c..f45982a 100644 --- a/site/src/content/docs/index.mdx +++ b/site/src/content/docs/index.mdx @@ -1,5 +1,5 @@ --- -title: edc-core +title: Open-source EDC for clinical research description: A modern, open-source Electronic Data Capture system for clinical research template: splash tableOfContents: false