Skip to content

Commit d227081

Browse files
authored
Adds a pushfeedback widget (#1611)
* adds pushback widget * removes email input * adds ignore paths to cspell * removes hideEmail property
1 parent cc7b6af commit d227081

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

cspell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@
184184
"zipkin",
185185
"zonefile"
186186
],
187-
"ignorePaths": ["*.mp4", "*.png2", "*.svg", "*.webm", "k8s", "examples"]
187+
"ignorePaths": ["*.mp4", "*.png2", "*.svg", "*.webm", "k8s", "examples", "docusaurus.config.js", "package.json"]
188188
}

docusaurus.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,15 @@ const config = {
273273
},
274274
],
275275
'./docusaurus-plugins/src/webpackDebugFix.js',
276+
[
277+
'docusaurus-pushfeedback',{
278+
project: 'esgee0kxds',
279+
buttonPosition: 'center-right',
280+
modalPosition: 'sidebar-right',
281+
buttonStyle: 'dark',
282+
modalTitle: 'Share your thoughts',
283+
}
284+
]
276285
],
277286
};
278287

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@mui/x-data-grid-pro": "^6.18.6",
3232
"clsx": "^2.1.0",
3333
"docusaurus-gtm-plugin": "^0.0.2",
34+
"docusaurus-pushfeedback": "^1.0.1",
3435
"dotenv": "^16.3.1",
3536
"mdx-mermaid": "^2.0.0",
3637
"mermaid": "^10.6.1",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -4502,6 +4502,11 @@ [email protected]:
45024502
"@redocly/openapi-core" "1.16.0"
45034503
redoc "2.1.5"
45044504

4505+
docusaurus-pushfeedback@^1.0.1:
4506+
version "1.0.1"
4507+
resolved "https://registry.yarnpkg.com/docusaurus-pushfeedback/-/docusaurus-pushfeedback-1.0.1.tgz#9bff88b897ed8024c95eef1c4a5a163f7c32cd71"
4508+
integrity sha512-pD9RvbKKivQmIcGrXfDD+UMlavK0yAt/OhhUG/pz8sdfgSU0Hx5AmlEc/xJAsEYj78aVSWX3SV6/XXoksudjDg==
4509+
45054510
45064511
version "2.1.1"
45074512
resolved "https://registry.yarnpkg.com/docusaurus-theme-redoc/-/docusaurus-theme-redoc-2.1.1.tgz#2e6ba70aac88e053cc7f527970a7b22a66424012"

0 commit comments

Comments
 (0)