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 d3ed0cc commit a98ab51Copy full SHA for a98ab51
packages/marketing/app/docs/[[...slug]]/page.tsx
@@ -11,7 +11,7 @@ export default async function Page(props: { params: Promise<{ slug?: string[] }>
11
const MDX = page.data.body;
12
13
return (
14
- <DocsPage toc={page.data.toc} full={page.data.full}>
+ <DocsPage toc={page.data.toc} tableOfContent={{style: "clerk"}} full={page.data.full}>
15
<DocsTitle>{page.data.title}</DocsTitle>
16
<DocsDescription>{page.data.description}</DocsDescription>
17
<DocsBody>
0 commit comments