Skip to content

Commit

Permalink
fix: remove push feedback and unused plugin (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Dec 20, 2024
1 parent f31cd90 commit 37a43db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
16 changes: 9 additions & 7 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,15 @@ const config: Config = {
},
} satisfies Preset.ThemeConfig,
plugins: [
[
"docusaurus-pushfeedback",
{
project: "7bhe9sxlqg",
buttonPosition: "center-right",
},
],
// Not very useful and ruins page speed.
//
// [
// "docusaurus-pushfeedback",
// {
// project: "7bhe9sxlqg",
// buttonPosition: "center-right",
// },
// ],
[
"@docusaurus/plugin-content-docs",
{
Expand Down
17 changes: 0 additions & 17 deletions src/plugins/ory-scripts-loader/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/plugins/ory-scripts-loader/package.json

This file was deleted.

0 comments on commit 37a43db

Please sign in to comment.