Skip to content

Commit

Permalink
feat: add gtm to docs (langflow-ai#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli authored and diogocabral committed Nov 26, 2024
1 parent 50f3ac0 commit 1d18edb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const config = {

presets: [
[
"classic",
"@docusaurus/preset-classic",
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
Expand All @@ -50,6 +50,9 @@ const config = {
trackingID: "G-XHC7G628ZP",
anonymizeIP: true,
},
googleTagManager: {
containerId: "GTM-NK5M4ZT8",
},
blog: false,
theme: {
customCss: [
Expand Down
1 change: 1 addition & 0 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@code-hike/mdx": "^0.9.0",
"@docusaurus/core": "^3.2.0",
"@docusaurus/preset-classic": "^3.2.0",
"@docusaurus/plugin-google-tag-manager": "^3.2.0",
"@easyops-cn/docusaurus-search-local": "^0.44.3",
"@mdx-js/react": "^3.0.1",
"@mendable/search": "^0.0.206",
Expand Down
2 changes: 1 addition & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@
"@types/gtag.js" "^0.0.12"
tslib "^2.6.0"

"@docusaurus/[email protected]":
"@docusaurus/plugin-google-tag-manager@^3.2.0", "@docusaurus/plugin-google-tag-manager@3.4.0":
version "3.4.0"
resolved "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.4.0.tgz"
integrity sha512-O9tX1BTwxIhgXpOLpFDueYA9DWk69WCbDRrjYoMQtFHSkTyE7RhNgyjSPREUWJb9i+YUg3OrsvrBYRl64FCPCQ==
Expand Down

0 comments on commit 1d18edb

Please sign in to comment.