fix: conditional overview

This commit is contained in:
Palm Civet
2025-09-06 01:25:39 +08:00
parent 29232afadc
commit 080ec97943

View File

@@ -37,7 +37,7 @@ export default async function Page(props: PageProps<'/docs/[[...slug]]'>) {
a: createRelativeLink(source, page),
})}
/>
<DocsCategory url={page.url} />
{page.data.full ? null : <DocsCategory url={page.url} />}
</DocsBody>
</DocsPage>
);