fauna / fauna-dotnet

Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1 stars 1 forks source link

[DOCS-3648] Fix GTM head tag #200

Closed jrodewig closed 1 month ago

jrodewig commented 1 month ago

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 the latest 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.