Skip to content

Commit

Permalink
add live codeblock plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 25, 2024
1 parent 8f1c7e1 commit 793668e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const config: Config = {
],
baseUrlIssueBanner: false,

themes: ['@docusaurus/theme-mermaid'],
themes: ['@docusaurus/theme-mermaid', '@docusaurus/theme-live-codeblock'],
};

export default config;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@docusaurus/plugin-google-gtag": "^3.5.2",
"@docusaurus/plugin-sitemap": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-live-codeblock": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@types/react": "^18.3.3",
Expand Down

0 comments on commit 793668e

Please sign in to comment.