Skip to content

Commit

Permalink
feat: add adobe analytics attribute to redocly container
Browse files Browse the repository at this point in the history
  • Loading branch information
melissag-ensemble committed Sep 13, 2024
1 parent 147ca19 commit 3f7a677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/gatsby-theme-aio",
"version": "4.14.11-rc3",
"version": "4.14.11-rc6",
"description": "The Adobe I/O theme for building markdown powered sites",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const RedoclyAPIBlock = ({
<>
{!isRedoclyLoading && (
<>
<div id="redocly_container" />
<div id="redocly_container" daa-ll="myCustomTrackingIdRedoclyContainer" />

<script>{
`RedoclyReferenceDocs.init(
Expand Down

0 comments on commit 3f7a677

Please sign in to comment.