From 679e041e66134e9ec6c9652349e1350c15009b2b Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 17 Jul 2025 10:09:23 -0700 Subject: [PATCH] logo direct to docs homepage --- docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index e4cc4a791..c2e333f18 100644 --- a/docs.json +++ b/docs.json @@ -260,7 +260,7 @@ "logo": { "light": "/logo/light.svg", "dark": "/logo/dark.svg", - "href": "https://mintlify.com" + "href": "https://mintlify.com/docs" }, "api": { "mdx": { @@ -278,7 +278,7 @@ ], "primary": { "type": "button", - "label": "Get Started", + "label": "Get started", "href": "https://mintlify.com/start" } },