feat(docs): adds BugHerd to documentation site. (#23287)

This commit is contained in:
Evan Rusackas 2023-03-09 09:59:12 -07:00 committed by GitHub
parent eb3d5602c2
commit 57db8f938b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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;