Skip to content
1 change: 1 addition & 0 deletions apps/docs/app/[lang]/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export default async function Page(props: { params: Promise<{ slug?: string[]; l
/>
<DocsPage
toc={data.toc}
className='openapi-page'
breadcrumb={{
enabled: false,
}}
Expand Down
Loading