We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97a6bb commit 021c5aeCopy full SHA for 021c5ae
docs/app/docs/[[...slug]]/page.tsx
@@ -48,7 +48,7 @@ export default async function DocPage(props: DocPageParams) {
48
const apiLink = page.data.links?.api;
49
50
return (
51
- <DocsPage toc={page.data.toc} full={page.data.full}>
+ <DocsPage toc={page.data.toc} tableOfContent={{style: "clerk"}} full={page.data.full}>
52
<div className="flex flex-col gap-2">
53
<DocsTitle>{page.data.title}</DocsTitle>
54
<DocsDescription className="mb-2.5">
0 commit comments