跳到主要内容
版本:Canary 🚧

📦 theme-live-codeblock

这个主题提供了由 react-live 驱动的 @theme/CodeBlock 组件。 你可以在交互式代码编辑器的文档中了解详情。

npm install --save @docusaurus/theme-live-codeblock

配置

docusaurus.config.js
export default {
plugins: ['@docusaurus/theme-live-codeblock'],
themeConfig: {
liveCodeBlock: {
/**
* The position of the live playground, above or under the editor
* Possible values: "top" | "bottom"
*/
playgroundPosition: 'bottom',
},
},
};