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:
parent
ab324e5eb9
commit
24a052f70c
2 changed files with 2 additions and 3 deletions
|
|
@ -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. |
|
||||
|
|
@ -66,7 +66,7 @@ const config = {
|
|||
priority: null,
|
||||
},
|
||||
gtag: {
|
||||
trackingID: "G-L8Y98PSEMQ",
|
||||
trackingID: "G-SLQFLQ3KPT",
|
||||
},
|
||||
blog: false,
|
||||
theme: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue