fix: update Google Analytics tracking ID in docusaurus configuration (#7539)

* fix: update Google Analytics tracking ID in docusaurus configuration

* empty-commit
This commit is contained in:
Mendon Kissling 2025-04-09 19:17:56 -04:00 committed by GitHub
commit 24a052f70c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -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. |

View file

@ -66,7 +66,7 @@ const config = {
priority: null,
},
gtag: {
trackingID: "G-L8Y98PSEMQ",
trackingID: "G-SLQFLQ3KPT",
},
blog: false,
theme: {