Skip to content

Commit

Permalink
docs: add HockeyStack to docs (#51004)
Browse files Browse the repository at this point in the history
  • Loading branch information
letiescanciano authored Jan 9, 2025
1 parent e8bf09d commit b23448f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ const config = {
id: "unifytag",
"data-api-key": "wk_BEtrdAz2_2qgdexg5KRa6YWLWVwDdieFC7CAHkDKz",
},
{
src: "https://cdn.jsdelivr.net/npm/hockeystack@latest/hockeystack.min.js",
async: true,
"data-apikey": "2094e2379643f69f7aec647a15f786",
"data-cookieless": "1",
"data-auto-identify": "1",
},
],
headTags: [
{
Expand Down Expand Up @@ -189,7 +196,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages:['bash'],
additionalLanguages: ["bash"],
},
}),
};
Expand Down

0 comments on commit b23448f

Please sign in to comment.