mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
feat(docs): adds BugHerd to documentation site. (#23287)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user