Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Test feedback option.
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst committed Dec 1, 2025
commit 951f407e2e720d1102084e4e250a35ab550e0f38
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,14 @@ const config = {
containerId: 'GTM-5FGPLC2Q',
},
],
[
'docusaurus-pushfeedback',
{
project: '2o1q4nzpj8', // Replace with your PushFeedback project ID
buttonPosition: 'center-right',
modalPosition: 'sidebar-right',
},
],
[
'docusaurus-plugin-llms',
{
Expand Down
10 changes: 10 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"docusaurus-plugin-llms": "^0.2.2",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-pushfeedback": "^1.0.9",
"dotenv": "^17.2.1",
"ethers": "^6.15.0",
"js-cookie": "^3.0.5",
Expand Down Expand Up @@ -82,8 +84,7 @@
"remark-codesandbox": "^0.10.1",
"remark-docusaurus-tabs": "^0.2.0",
"remark-math": "^6.0.0",
"sass": "^1.93.0",
"docusaurus-plugin-llms": "^0.2.2"
"sass": "^1.93.0"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "3.9.2",
Expand Down
Loading