π¦ theme-live-codeblock
react-live κΈ°λ° @theme/CodeBlock
μ»΄ν¬λνΈλ₯Ό μ§μνλ ν
λ§μ
λλ€. μμΈν λ΄μ©μ μΈν°λν°λΈ μ½λ μλν° λ¬Έμμμ μ°Έκ³ νμ€ μ μμ΅λλ€.
- npm
- Yarn
- pnpm
npm install --save @docusaurus/theme-live-codeblock
yarn add @docusaurus/theme-live-codeblock
pnpm add @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',
},
},
};