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

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;