mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix frontmatter
This commit is contained in:
parent
2fa6216973
commit
b6b3dad5c0
@ -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";
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user