Releases: shuding/nextra
Releases · shuding/nextra
[email protected]
[email protected]
Minor Changes
- e1d0ebd: Support disabling the "Copy Page" button through the
theme.copyPage
setting in_metafiles
Patch Changes
[email protected]
Patch Changes
[email protected]
Patch Changes
- 8a4d176: fix TSDoc
@inlinetag to properly expand nested type aliases
[email protected]
[email protected]
Patch Changes
- Updated dependencies [8a4d176]
[email protected]
Minor Changes
-
356a782: fix copy page button does not return the correct page contents due to
cached MDX compileradd a
copyPageButtonlayout prop which show/hide copy page content button
[email protected]
[email protected]
Patch Changes
- Updated dependencies [356a782]
[email protected]
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> )
