nextra-theme-docs@4.4.0
·
29 commits
to main
since this release
Minor Changes
-
26b1281: feat: add Copy Documentation button/dropdown feature as LLM-Optimized
PromptNote
If you are using
contentdirectory,
you must pass thesourceCodeprop 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]
- nextra@4.4.0
