Skip to content

Commit

Permalink
docs: added feedback widget (#5911)
Browse files Browse the repository at this point in the history
* docs(deps): ran 'npm install docusaurus-pushfeedback'

* docs: added feedback
  • Loading branch information
srdtrk committed Mar 4, 2024
1 parent 98603cf commit e0bcf43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,14 @@ const config = {
}),
themes: ["docusaurus-theme-github-codeblock"],
plugins: [
[
'docusaurus-pushfeedback',{
project: 'ewpg8ls3n5',
buttonPosition: 'center-right',
modalPosition: 'sidebar-right',
buttonStyle: 'dark',
}
],
[
"@docusaurus/plugin-content-docs",
{
Expand Down
9 changes: 9 additions & 0 deletions docs/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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@mdx-js/react": "^3.0.0",
"autoprefixer": "^10.4.16",
"clsx": "^2.1.0",
"docusaurus-pushfeedback": "^1.0.0",
"docusaurus-theme-github-codeblock": "^2.0.1",
"postcss": "^8.4.32",
"postcss-import": "^16.0.0",
Expand Down

0 comments on commit e0bcf43

Please sign in to comment.