From 24a052f70c543ededc28ba87c62d74fbd9e39e2f Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:17:56 -0400 Subject: [PATCH] fix: update Google Analytics tracking ID in docusaurus configuration (#7539) * fix: update Google Analytics tracking ID in docusaurus configuration * empty-commit --- docs/docs/Components/components-helpers.md | 3 +-- docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/Components/components-helpers.md b/docs/docs/Components/components-helpers.md index c2de8d86b..e73dfb1b4 100644 --- a/docs/docs/Components/components-helpers.md +++ b/docs/docs/Components/components-helpers.md @@ -219,5 +219,4 @@ For example, the template `EBITDA: {EBITDA} , Net Income: {NET_INCOME} , GROSS | Name | Display Name | Info | |------|--------------|------| | structured_output | Structured Output | The structured output is a Data object based on the defined schema. | -| structured_output_dataframe | DataFrame | The structured output converted to a [DataFrame](/concepts-objects#dataframe-object) format. | - +| structured_output_dataframe | DataFrame | The structured output converted to a [DataFrame](/concepts-objects#dataframe-object) format. | \ No newline at end of file diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 19addf745..8a3f65617 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -66,7 +66,7 @@ const config = { priority: null, }, gtag: { - trackingID: "G-L8Y98PSEMQ", + trackingID: "G-SLQFLQ3KPT", }, blog: false, theme: {