From b6b3dad5c03659f8669a3db1013a3551936b38eb Mon Sep 17 00:00:00 2001 From: Madison Date: Mon, 25 May 2026 14:19:15 -0500 Subject: [PATCH] fix frontmatter --- docs-mintlify/guides/apps/payments/overview.mdx | 3 +-- docs-mintlify/guides/apps/teams/overview.mdx | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs-mintlify/guides/apps/payments/overview.mdx b/docs-mintlify/guides/apps/payments/overview.mdx index f4cf8fb9e..155c4352b 100644 --- a/docs-mintlify/guides/apps/payments/overview.mdx +++ b/docs-mintlify/guides/apps/payments/overview.mdx @@ -1,7 +1,6 @@ --- -title: "Payments" +title: "Overview" description: "Accept payments and manage billing with Stack Auth's Stripe integration" -icon: "/images/app-icons/payments.svg" --- import { PaymentsConcepts } from "/snippets/payments-concepts.jsx"; diff --git a/docs-mintlify/guides/apps/teams/overview.mdx b/docs-mintlify/guides/apps/teams/overview.mdx index afdf2f2fa..b2b48a7a0 100644 --- a/docs-mintlify/guides/apps/teams/overview.mdx +++ b/docs-mintlify/guides/apps/teams/overview.mdx @@ -416,11 +416,6 @@ await team.delete(); ``` Deleting a team removes all memberships for that team. Make sure your app treats deleted team IDs as invalid and refreshes any team switchers after deletion. ---- -title: "Teams" -description: "Manage teams and team members" -sidebarTitle: "Overview" ---- Teams provide a structured way to group users and manage their permissions. Users can belong to multiple teams simultaneously, allowing them to represent departments, B2B customers, or projects.