·
3 commits
to main
since this release
Minor Changes
-
26b1281: feat: add Copy Documentation button/dropdown feature as LLM-Optimized
PromptNote
If you are using
content
directory,
you must pass thesourceCode
prop to enable this feature.const { default: MDXContent, toc, metadata, + sourceCode } = await importPage(params.mdxPath) return ( - <Wrapper toc={toc} metadata={metadata}> + <Wrapper toc={toc} metadata={metadata} sourceCode={sourceCode}> <MDXContent {...props} params={params} /> </Wrapper> )
Patch Changes
- Updated dependencies [26b1281]