We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e40fd1 commit a8f9e67Copy full SHA for a8f9e67
pages/docs/manual/v12.0.0/syntax-lookup.js
@@ -6,4 +6,7 @@ export default function SyntaxLookup(props) {
6
return <SyntaxLookupRes {...props} />
7
}
8
9
-export const name = "Syntax Lookup"
+export const metadata = {
10
+ title: "Syntax Lookup",
11
+ description: '...',
12
+}
0 commit comments