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 77f05d1 commit 16b441eCopy full SHA for 16b441e
src/theme/DocItem/Content/index.js
@@ -54,7 +54,7 @@ export default function DocItemContent({ children }) {
54
return (
55
<div className={clsx(ThemeClassNames.docs.docMarkdown, 'markdown')}>
56
<header>
57
- <Heading as="h1">{syntheticTitle}</Heading>
+ {syntheticTitle && <Heading as="h1">{syntheticTitle}</Heading>}
58
{shouldShowLLMButtons && <LLMButtons />}
59
<MDXContent>{children}</MDXContent>
60
</header>
0 commit comments