File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { source } from '@/src/app/source'
2
2
import { getSharedLayoutProps } from '@/src/components/shared-layout'
3
3
import { DocsLayout } from 'fumadocs-ui/layouts/docs'
4
4
import { Suspense , type ReactNode } from 'react'
5
- import { ReactParis2025SideBanner } from '../banners'
6
5
7
6
export default function RootDocsLayout ( { children } : { children : ReactNode } ) {
8
7
return (
@@ -11,7 +10,7 @@ export default function RootDocsLayout({ children }: { children: ReactNode }) {
11
10
{ ...getSharedLayoutProps ( ) }
12
11
sidebar = { {
13
12
collapsible : false ,
14
- banner : < ReactParis2025SideBanner /> ,
13
+ // banner: <ReactParis2025SideBanner />,
15
14
footer : (
16
15
< Suspense >
17
16
< SidebarFooter />
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { getSharedLayoutProps } from '@/src/components/shared-layout'
2
2
import { DocsLayout } from 'fumadocs-ui/layouts/docs'
3
3
import { DocsBody , DocsPage } from 'fumadocs-ui/page'
4
4
import React , { Suspense } from 'react'
5
- import { ReactParis2025SideBanner } from '../banners'
6
5
import { getPlaygroundTree } from './(demos)/demos'
7
6
import { DebugControl } from './debug-control'
8
7
@@ -25,7 +24,7 @@ export default function PlaygroundLayout({
25
24
{ ...getSharedLayoutProps ( ) }
26
25
sidebar = { {
27
26
collapsible : false ,
28
- banner : < ReactParis2025SideBanner /> ,
27
+ // banner: <ReactParis2025SideBanner />,
29
28
footer : (
30
29
< Suspense fallback = { < DebugControlsSkeleton /> } >
31
30
< DebugControl />
You can’t perform that action at this time.
0 commit comments