Skip to content

Commit 951f407

Browse files
committed
Test feedback option.
Signed-off-by: bgravenorst <[email protected]>
1 parent 9de6c5b commit 951f407

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,14 @@ const config = {
320320
containerId: 'GTM-5FGPLC2Q',
321321
},
322322
],
323+
[
324+
'docusaurus-pushfeedback',
325+
{
326+
project: '2o1q4nzpj8', // Replace with your PushFeedback project ID
327+
buttonPosition: 'center-right',
328+
modalPosition: 'sidebar-right',
329+
},
330+
],
323331
[
324332
'docusaurus-plugin-llms',
325333
{

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
"classnames": "^2.5.1",
5555
"clsx": "^2.1.1",
5656
"copy-to-clipboard": "^3.3.3",
57+
"docusaurus-plugin-llms": "^0.2.2",
5758
"docusaurus-plugin-sass": "^0.2.5",
59+
"docusaurus-pushfeedback": "^1.0.9",
5860
"dotenv": "^17.2.1",
5961
"ethers": "^6.15.0",
6062
"js-cookie": "^3.0.5",
@@ -82,8 +84,7 @@
8284
"remark-codesandbox": "^0.10.1",
8385
"remark-docusaurus-tabs": "^0.2.0",
8486
"remark-math": "^6.0.0",
85-
"sass": "^1.93.0",
86-
"docusaurus-plugin-llms": "^0.2.2"
87+
"sass": "^1.93.0"
8788
},
8889
"devDependencies": {
8990
"@docusaurus/eslint-plugin": "3.9.2",

0 commit comments

Comments
 (0)