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/06 20:49:35 UTC

[superset] branch Adding-BugHerd-to-docs-site updated: feat: adds BugHerd to documentation site.

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

rusackas pushed a commit to branch Adding-BugHerd-to-docs-site
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/Adding-BugHerd-to-docs-site by this push:
     new 0cc72ebb4b feat: adds BugHerd to documentation site.
0cc72ebb4b is described below

commit 0cc72ebb4b7fb497f84cd9a712721d186b6f1612
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Mon Mar 6 13:49:24 2023 -0700

    feat: adds BugHerd to documentation site.
---
 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;