Skip to content

Commit b25acde

Browse files
committed
fix(docs): revert sidebar.tabs migration to keep deploy compat
The top-level tabs prop is only on fumadocs-ui 16.7+; deploy env was still resolving an older type and failing typecheck. sidebar.tabs is deprecated but still functional — keep it for now.
1 parent 69f620e commit b25acde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/app/[lang]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ export default async function Layout({ children, params }: LayoutProps) {
105105
<Navbar />
106106
<DocsLayout
107107
tree={source.pageTree[lang]}
108-
tabs={false}
109108
nav={{
110109
title: <SimLogoFull className='h-[22px] w-auto' />,
111110
}}
112111
sidebar={{
112+
tabs: false,
113113
defaultOpenLevel: 0,
114114
collapsible: false,
115115
footer: null,

0 commit comments

Comments
 (0)