Skip to content

Commit f0de4a5

Browse files
authored
Merge branch 'main' into doc-android-java-quick-start
2 parents e6ba41d + e5747b7 commit f0de4a5

File tree

6 files changed

+432
-6
lines changed

6 files changed

+432
-6
lines changed

src/markdoc/tags/Tabs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
class="dark:bg-greyscale-850/90 mt-4 mb-8 flex flex-col gap-1 rounded-2xl border border-black/8 bg-white/90 px-6 pt-4 pb-6 outline-0 dark:border-white/10"
4848
>
4949
<div
50-
class="flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbard-width:none]"
50+
class="flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbar-width:none]"
5151
>
5252
<div class="hidden items-center gap-4 sm:flex" {...tabs.triggerList}>
5353
{#each $ctx.triggers.slice(0, 7) as { title, id }}

src/routes/docs/products/auth/+layout.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
{
105105
label: 'Team invites',
106106
href: '/docs/products/auth/team-invites'
107+
},
108+
{
109+
label: 'Multi-tenancy',
110+
href: '/docs/products/auth/multi-tenancy'
107111
}
108112
]
109113
},

0 commit comments

Comments
 (0)