Skip to content

Commit

Permalink
Moving Google Tag docs to its own Readme too
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 9, 2024
1 parent 85b17b7 commit e517d67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
5 changes: 5 additions & 0 deletions Lombiq.HelpfulExtensions/Extensions/GoogleTag/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Google Tag

Adds a shape along with Razor and Liquid tag helpers for Google Analytics, using <https://tagmanager.google.com/>.

You can use the `<google-tag property-id="..." cookie-domain="auto">` Razor tag helper in _cshtml_ files or the `{% google_tag property_id: "...", cookie_domain: "auto" %}` parser tag in Liquid.
17 changes: 6 additions & 11 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,19 @@ Note that this module has an Orchard 1 version in the [dev-orchard-1 branch](htt
The module consists of the following independent extensions (all in their own features):

- [Code Generation Helpful Extensions](Lombiq.HelpfulExtensions/Extensions/CodeGeneration/Readme.md)
- [Orchard 1 Recipe Migration](Lombiq.HelpfulExtensions/Extensions/OrchardRecipeMigration/Readme.md)
- [Content Sets](Lombiq.HelpfulExtensions/Extensions/ContentSets/Readme.md)
- [Emails and Email Templates](Lombiq.HelpfulExtensions/Extensions/Emails/Readme.md)
- [Flows Helpful Extensions](Lombiq.HelpfulExtensions/Extensions/Flows/Readme.md)
- [Helpful Widgets](Lombiq.HelpfulExtensions/Extensions/Widgets/Readme.md)
- [Google Tag](Lombiq.HelpfulExtensions/Extensions/GoogleTag/Readme.md)
- [Helpful Content Types](Lombiq.HelpfulExtensions/Extensions/ContentTypes/Readme.md)
- [Shape Tracing Helpful Extensions](Lombiq.HelpfulExtensions/Extensions/ShapeTracing/Readme.md)
- [Helpful Widgets](Lombiq.HelpfulExtensions/Extensions/Widgets/Readme.md)
- [Orchard 1 Recipe Migration](Lombiq.HelpfulExtensions/Extensions/OrchardRecipeMigration/Readme.md)
- [Reset Password activity](Lombiq.HelpfulExtensions/Extensions/Workflows/Readme.md)
- [Security Extensions](Lombiq.HelpfulExtensions/Extensions/Security/Readme.md)
- [Emails and Email Templates](Lombiq.HelpfulExtensions/Extensions/Emails/Readme.md)
- [Shape Tracing Helpful Extensions](Lombiq.HelpfulExtensions/Extensions/ShapeTracing/Readme.md)
- [Target blank](Lombiq.HelpfulExtensions/Extensions/TargetBlank/Readme.md)
- [Reset Password activity](Lombiq.HelpfulExtensions/Extensions/Workflows/Readme.md)
- [Trumbowyg code-snippet](Lombiq.HelpfulExtensions/Extensions/Trumbowyg/Readme.md)

### Google Tag

Adds a shape along with Razor and Liquid tag helpers for Google Analytics, using <https://tagmanager.google.com/>.

You can use the `<google-tag property-id="..." cookie-domain="auto">` Razor tag helper in _cshtml_ files or the `{% google_tag property_id: "...", cookie_domain: "auto" %}` parser tag in Liquid.

## Contributing and support

Bug reports, feature requests, comments, questions, code contributions and love letters are warmly welcome. You can send them to us via GitHub issues and pull requests. Please adhere to our [open-source guidelines](https://lombiq.com/open-source-guidelines) while doing so.
Expand Down

0 comments on commit e517d67

Please sign in to comment.