Closed jrodewig closed 1 month ago
Fixes the Google Tag Manager (GTM) head tag we include in the .NET driver's API reference docs.
Currently, the GTM head tag is the same as the GTM body tag. As a result, GTM isn't set up correctly.
I've manually fixed the issue for the docs of previous releases. This ensures the tag is correct for future releases.
Also updates the publish-docs.sh script so that the latest symlink is correctly updated.
publish-docs.sh
latest
Tracking for pageviews and other analytics.
N/A
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Fixes the Google Tag Manager (GTM) head tag we include in the .NET driver's API reference docs.
Description
Currently, the GTM head tag is the same as the GTM body tag. As a result, GTM isn't set up correctly.
I've manually fixed the issue for the docs of previous releases. This ensures the tag is correct for future releases.
Also updates the
publish-docs.sh
script so that thelatest
symlink is correctly updated.Motivation and context
Tracking for pageviews and other analytics.
How was the change tested?
N/A
Screenshots (if appropriate):
Change types
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.