-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Added gtag to docusaurus #19602
Conversation
@@ -389,6 +389,27 @@ | |||
json5 "^2.1.2" | |||
semver "^6.3.0" | |||
|
|||
"@babel/core@^7.17.8": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any changes to package.json. What caused this yarn.lock update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the gtag plugin to yarn. docusaurus uses yarn install instead of npm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did you add it to yarn? I'm pretty sure yarn uses package.json as well.
6df6d10
to
cea7148
Compare
@eschutho added package.json. When I was originally working on this I didn't realize that yarn added to the package, reinstalled and pushed it up. |
SUMMARY
Our current google analytics tag for the docusaurus website isn't working. The docs suggested this may be the reason:
https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-google-gtag
I did not delete google analytics, wanted to first see if this made a difference.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION