File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const meta = {
77 breadcrumb : false ,
88 pagination : false ,
99 sidebar : true ,
10+ timestamp : false ,
1011 } ,
1112 display : "hidden" ,
1213 } ,
Original file line number Diff line number Diff line change 11import "nextra-theme-docs/style.css" ;
22
3+ import { Head , Search } from "nextra/components" ;
34import { Layout , Navbar } from "nextra-theme-docs" ;
45
5- import { Head } from "nextra/components" ;
66import { Metadata } from "next" ;
77import { ReactNode } from "react" ;
88import { getPageMap } from "nextra/page-map" ;
@@ -72,6 +72,8 @@ export default async function RootLayout({
7272 navbar = { navbar }
7373 pageMap = { await getPageMap ( ) }
7474 docsRepositoryBase = "https://github.com/sadanandpai/javascript-code-challenges/tree/main/web"
75+ search = { < Search placeholder = "Search" /> }
76+ feedback = { { content : null } }
7577 >
7678 { children }
7779 </ Layout >
You can’t perform that action at this time.
0 commit comments