mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix docs icon size
This commit is contained in:
parent
a6e9ff6a88
commit
05036477ff
@ -31,7 +31,7 @@
|
||||
"links": [
|
||||
{
|
||||
"type": "github",
|
||||
"href": "https://github.com/stack-auth/stack"
|
||||
"href": "https://github.com/stack-auth/stack-auth"
|
||||
}
|
||||
],
|
||||
"primary": {
|
||||
@ -99,6 +99,9 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"guides/apps/emails/overview",
|
||||
"guides/apps/payments/overview",
|
||||
"guides/apps/analytics/overview",
|
||||
{
|
||||
"group": "Teams",
|
||||
"icon": "/images/app-icons/teams.svg",
|
||||
@ -110,12 +113,9 @@
|
||||
"guides/apps/fraud-protection/overview",
|
||||
"guides/apps/rbac/overview",
|
||||
"guides/apps/api-keys/overview",
|
||||
"guides/apps/payments/overview",
|
||||
"guides/apps/emails/overview",
|
||||
"guides/apps/data-vault/overview",
|
||||
"guides/apps/webhooks/overview",
|
||||
"guides/apps/launch-checklist/overview",
|
||||
"guides/apps/analytics/overview"
|
||||
"guides/apps/launch-checklist/overview"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Authentication App
|
||||
title: Authentication
|
||||
description: Integrate Stack Auth with AI-powered tools and services
|
||||
sidebarTitle: Overview
|
||||
---
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
---
|
||||
title: "Orgs and Teams"
|
||||
title: "Teams"
|
||||
description: "Manage teams and team members"
|
||||
sidebarTitle: Teams
|
||||
icon: "users"
|
||||
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.
|
||||
|
||||
@ -1,8 +1,17 @@
|
||||
ul#sidebar-group > li > button > img {
|
||||
ul#sidebar-group > li > a > div:first-child {
|
||||
background: transparent !important;
|
||||
border: 0 !important;
|
||||
box-shadow: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
ul#sidebar-group > li > button > img,
|
||||
ul#sidebar-group > li > a > div:first-child > img {
|
||||
/* AppIcon-like shell */
|
||||
border: 1px solid transparent !important;
|
||||
border-radius: 30% !important;
|
||||
border-radius: 26% !important;
|
||||
padding: 2px;
|
||||
display: block;
|
||||
box-sizing: content-box;
|
||||
background:
|
||||
linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) padding-box,
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Orgs and Teams
|
||||
title: Teams
|
||||
description: Manage teams and team members
|
||||
icon: UsersRound
|
||||
---
|
||||
|
||||
Loading…
Reference in New Issue
Block a user