fix frontmatter

This commit is contained in:
Madison 2026-05-25 14:19:15 -05:00
parent 2fa6216973
commit b6b3dad5c0
2 changed files with 1 additions and 7 deletions

View File

@ -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";

View File

@ -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.