Skip to content

Commit 021c5ae

Browse files
authored
feat: update table of content style (#195)
1 parent d97a6bb commit 021c5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default async function DocPage(props: DocPageParams) {
4848
const apiLink = page.data.links?.api;
4949

5050
return (
51-
<DocsPage toc={page.data.toc} full={page.data.full}>
51+
<DocsPage toc={page.data.toc} tableOfContent={{style: "clerk"}} full={page.data.full}>
5252
<div className="flex flex-col gap-2">
5353
<DocsTitle>{page.data.title}</DocsTitle>
5454
<DocsDescription className="mb-2.5">

0 commit comments

Comments
 (0)