From 8a1b64ed77b3d41e4895372da4838d9353506806 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:16:45 -0400 Subject: [PATCH] docs: gtag management (#7491) * remove-tag-manager * update-gtag-tracking-id * add-head-tag * remove Google Analytics gtag configuration from docusaurus.config.js * fix-hydration-error * revert-to-easy-way * standard-gtag * broken-link * refactor: streamline Google Tag Manager script configuration in docusaurus.config.js * Apply suggestions from code review Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> --------- Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> --- docs/docs/Deployment/deployment-overview.md | 2 +- docs/docusaurus.config.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/docs/Deployment/deployment-overview.md b/docs/docs/Deployment/deployment-overview.md index 15e4a300d..efadf9c32 100644 --- a/docs/docs/Deployment/deployment-overview.md +++ b/docs/docs/Deployment/deployment-overview.md @@ -21,7 +21,7 @@ The **IDE** includes the frontend for visual development of your flow. The defau The **runtime** is a headless or backend-only mode. The server exposes your flow as an endpoint, and runs only the processes necessary to serve your flow, with PostgreSQL as the database for improved scalability. Use the Langflow **runtime** to deploy your flows, because you don't require the frontend for visual development. :::tip -You can start Langflow in headless mode with the [LANGFLOW_BACKEND_ONLY](/environment-variables#langflow_backend_only) environment variable. +You can start Langflow in headless mode with the [LANGFLOW_BACKEND_ONLY](/environment-variables#LANGFLOW_BACKEND_ONLY) environment variable. ::: ## Package your flow with the Langflow runtime image diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index e21e0cd9c..19addf745 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -66,11 +66,7 @@ const config = { priority: null, }, gtag: { - trackingID: "G-XHC7G628ZP", - anonymizeIP: true, - }, - googleTagManager: { - containerId: "GTM-NK5M4ZT8", + trackingID: "G-L8Y98PSEMQ", }, blog: false, theme: {