You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/03/09 16:59:27 UTC

[superset] branch master updated: feat(docs): adds BugHerd to documentation site. (#23287)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 57db8f938b feat(docs): adds BugHerd to documentation site. (#23287)
57db8f938b is described below

commit 57db8f938b1ecaa8a2ccffa555e26bfdb7c97469
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Mar 9 09:59:12 2023 -0700

    feat(docs): adds BugHerd to documentation site. (#23287)
---
 docs/docusaurus.config.js | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index e6121cca93..db875088c0 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -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;