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: {