From 9f6546489c9cb7ba4d59453f4b59f645ef68d24c Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:21:33 +0000 Subject: [PATCH] Add robot emoji to docs homepage title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added 🤖 emoji to the main title on the docs homepage - Makes the homepage more engaging and fun while staying on-brand --- docs/introduction/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/overview.mdx b/docs/introduction/overview.mdx index c7868c636..f9cca6932 100644 --- a/docs/introduction/overview.mdx +++ b/docs/introduction/overview.mdx @@ -1,5 +1,5 @@ --- -title: "Codegen" +title: "Codegen 🤖" sidebarTitle: "Overview" icon: "robot" iconType: "solid"