Skip to content

Commit a8f9e67

Browse files
committed
use metadata api
1 parent 5e40fd1 commit a8f9e67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pages/docs/manual/v12.0.0/syntax-lookup.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ export default function SyntaxLookup(props) {
66
return <SyntaxLookupRes {...props} />
77
}
88

9-
export const name = "Syntax Lookup"
9+
export const metadata = {
10+
title: "Syntax Lookup",
11+
description: '...',
12+
}

0 commit comments

Comments
 (0)