Skip to content

Commit

Permalink
Update Codeblock plugin to use @gtnardy path
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Oct 9, 2024
1 parent a57ccd7 commit e4539ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ module.exports={
}
},
//themes: ['docusaurus-theme-github-codeblock'],
themes: [
'@roiarthurb/theme-github-codeblock'
],
/*
* PLUGINS
*/
Expand Down
3 changes: 1 addition & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
"@docusaurus/theme-search-algolia": "^3.5.2",
"@giscus/react": "^2.3.0",
"@mdx-js/react": "^3.0.0",
"@saucelabs/theme-github-codeblock": "^0.2",
"@roiarthurb/theme-github-codeblock": "^0.2.4",
"clsx": "^1.2.1",
"docusaurus-theme-github-codeblock": "^2.0.2",
"prism-gaml": "^0.1.3",
"prism-react-renderer": "^2.1.0",
"react": "^18.0.0",
Expand Down

0 comments on commit e4539ad

Please sign in to comment.