Skip to content

Commit

Permalink
Added widget for surveys on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutik-sun committed Sep 9, 2024
1 parent 234425e commit 91f1159
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,13 @@ const config = {
hideable: false,
},
}),

scripts: [
{
src: 'https://survey.survicate.com/workspaces/af55d3f51f8189593de1c948b75c88f6/web_surveys.js',
async: true,
},
],
};

export default config;

0 comments on commit 91f1159

Please sign in to comment.