diff --git a/docs-mintlify/docs.json b/docs-mintlify/docs.json index 2c6844bb0..b17314f10 100644 --- a/docs-mintlify/docs.json +++ b/docs-mintlify/docs.json @@ -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" ] }, { diff --git a/docs-mintlify/guides/apps/authentication/overview.mdx b/docs-mintlify/guides/apps/authentication/overview.mdx index 681483f0b..0af3d6dae 100644 --- a/docs-mintlify/guides/apps/authentication/overview.mdx +++ b/docs-mintlify/guides/apps/authentication/overview.mdx @@ -1,5 +1,5 @@ --- -title: Authentication App +title: Authentication description: Integrate Stack Auth with AI-powered tools and services sidebarTitle: Overview --- diff --git a/docs-mintlify/guides/apps/teams/overview.mdx b/docs-mintlify/guides/apps/teams/overview.mdx index cd40bab93..b8d23370c 100644 --- a/docs-mintlify/guides/apps/teams/overview.mdx +++ b/docs-mintlify/guides/apps/teams/overview.mdx @@ -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. diff --git a/docs-mintlify/style.css b/docs-mintlify/style.css index 6d4da7f9a..903d0a474 100644 --- a/docs-mintlify/style.css +++ b/docs-mintlify/style.css @@ -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, diff --git a/docs/content/docs/(guides)/apps/orgs-and-teams.mdx b/docs/content/docs/(guides)/apps/orgs-and-teams.mdx index 62722b0c8..e9372ddda 100644 --- a/docs/content/docs/(guides)/apps/orgs-and-teams.mdx +++ b/docs/content/docs/(guides)/apps/orgs-and-teams.mdx @@ -1,5 +1,5 @@ --- -title: Orgs and Teams +title: Teams description: Manage teams and team members icon: UsersRound ---