-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add Google Tag Manager plugin to package.json and docusaurus.config.ts #5
Conversation
✅ Deploy Preview for reliable-buttercream-0e11cf ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Important Auto Review SkippedReview was skipped due to path filters Files ignored due to path filters (2)
WalkthroughThe update involves integrating Google Tag Manager into a Docusaurus project by adding the necessary configuration settings for the tracking container. This allows for the efficient management of website tags without modifying the code directly. Changes
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to path filters (2)
package-lock.json
is excluded by:!**/*.json
package.json
is excluded by:!**/*.json
Files selected for processing (1)
- docusaurus.config.ts (1 hunks)
Additional comments: 1
docusaurus.config.ts (1)
- 86-88: The Google Tag Manager configuration has been added correctly within the
presets
array. However, ensure that thecontainerId
is kept secure and is not sensitive information before merging, as it is now public in the codebase.
Deploying with
|
Latest commit: |
31b867a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://d73c49cd.coderabbit-docs.pages.dev |
Branch Preview URL: | https://feature-addgoogletag.coderabbit-docs.pages.dev |
Summary by CodeRabbit