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 2675675 commit 836914cCopy full SHA for 836914c
apps/web/src/app/docs/[[...slug]]/page.tsx
@@ -20,7 +20,7 @@ export default async function Page(props: {
20
const MDX = page.data.body;
21
22
return (
23
- <DocsPage toc={page.data.toc} full={page.data.full}>
+ <DocsPage toc={page.data.toc} tableOfContent={{style: "clerk"}} full={page.data.full}>
24
<DocsTitle>{page.data.title}</DocsTitle>
25
<DocsDescription>{page.data.description}</DocsDescription>
26
<div className="flex flex-row items-center gap-2 border-b pt-2 pb-6">
0 commit comments