From 7c538f7c43587fcaab0905f14f21b01cba0e28d9 Mon Sep 17 00:00:00 2001 From: mantrakp04 Date: Fri, 3 Jul 2026 15:23:22 -0700 Subject: [PATCH] docs(mintlify): align Analytics group sidebar with Teams/Auth pattern Group carries the icon; the overview page drops its frontmatter icon and uses sidebarTitle Overview, so all four rows align. --- docs-mintlify/guides/apps/analytics/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-mintlify/guides/apps/analytics/overview.mdx b/docs-mintlify/guides/apps/analytics/overview.mdx index 8bf7ad797..ce1f22214 100644 --- a/docs-mintlify/guides/apps/analytics/overview.mdx +++ b/docs-mintlify/guides/apps/analytics/overview.mdx @@ -1,7 +1,7 @@ --- title: "Analytics" -description: "Explore events, session replays, and SQL queries in your project's analytics dataset" -icon: "/images/app-icons/analytics.svg" +description: "Explore events, traces, session replays, and SQL queries in your project's analytics dataset" +sidebarTitle: "Overview" --- The Analytics app gives you direct access to your project's analytics dataset in Hexclave. You can inspect raw event tables, explore span traces on a waterfall timeline, run ClickHouse SQL queries, and watch session replays to debug real user behavior.