跳到主要内容
版本:3.5.2

📦 主题 - 实时代码块

此主题提供一个由 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',
},
},
};