Skip to content

Commit

Permalink
feat(docs): adds BugHerd to documentation site. (#23287)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Mar 9, 2023
1 parent eb3d560 commit 57db8f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,14 @@ const config = {
darkTheme: darkCodeTheme,
},
}),
scripts: ['/script/matomo.js'],
scripts: [
'/script/matomo.js',
{
src:
'https://www.bugherd.com/sidebarv2.js?apikey=enilpiu7bgexxsnoqfjtxa',
async: true,
},
],
};

module.exports = config;

0 comments on commit 57db8f9

Please sign in to comment.