Skip to content

Commit

Permalink
Enable pushfeedback widget (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Dec 13, 2024
1 parent aaa4520 commit fe22857
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ module.exports = async function createConfigAsync() {

plugins: [
'plugin-image-zoom',
[
'docusaurus-pushfeedback', {
project: '80ja0zkj8v',
},
],
],

themeConfig:
Expand Down
13 changes: 11 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@mui/icons-material": "5.14.18",
"@mui/material": "5.14.18",
"clsx": "1.2.1",
"docusaurus-pushfeedback": "^1.0.1",
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
"prism-react-renderer": "1.3.5",
"react": "18.2",
Expand Down

0 comments on commit fe22857

Please sign in to comment.