We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0814f6 commit 177ad51Copy full SHA for 177ad51
1 file changed
src/app/docs/[[...slug]]/page.tsx
@@ -20,7 +20,6 @@ export default async function Page(props: PageProps<"/docs/[[...slug]]">) {
20
21
return (
22
<DocsPage toc={page.data.toc}>
23
- <DocsTitle>{page.data.title}</DocsTitle>
24
<DocsDescription>{page.data.description}</DocsDescription>
25
26
<div className="inline-block">
0 commit comments