Skip to content

Commit f174126

Browse files
committed
all integrations have quotes now
1 parent 04f8e93 commit f174126

File tree

13 files changed

+22
-22
lines changed

13 files changed

+22
-22
lines changed

integrations/analytics/clearbit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Clearbit.
77
<CodeGroup>
88

99
```json Analytics options in docs.json
10-
integrations: {
10+
"integrations": {
1111
"clearbit": {
1212
"publicApiKey": "required"
1313
}
1414
}
1515
```
1616

1717
```json Example
18-
integrations: {
18+
"integrations": {
1919
"clearbit": {
2020
"publicApiKey": "pk_1a1882"
2121
}

integrations/analytics/fathom.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ You can get the `siteId` from your script settings.
99
<CodeGroup>
1010

1111
```json Analytics options in docs.json
12-
integrations: {
12+
"integrations": {
1313
"fathom": {
1414
"siteId": "required"
1515
}
1616
}
1717
```
1818

1919
```json Example
20-
integrations: {
20+
"integrations": {
2121
"fathom": {
2222
"siteId": "YSVMSDAY"
2323
}

integrations/analytics/google-analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your Measurement ID looks like `G-XXXXXXX` and will show up under Stream Details
2525
Add your Measurement ID to your `docs.json` file like so:
2626

2727
```json docs.json
28-
integrations: {
28+
"integrations": {
2929
"ga4": {
3030
"measurementId": "G-XXXXXXX"
3131
}

integrations/analytics/google-tag-manager.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ You are responsible for setting up cookie consent banners with Google Tag Manage
99
<CodeGroup>
1010

1111
```json Analytics options in docs.json
12-
integrations: {
12+
"integrations": {
1313
"gtm": {
1414
"tagId": "required"
1515
}
1616
}
1717
```
1818

1919
```json Example
20-
integrations: {
20+
"integrations": {
2121
"gtm": {
2222
"tagId": "GTM-MGBL4PW"
2323
}

integrations/analytics/heap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Heap.
77
<CodeGroup>
88

99
```json Analytics options in docs.json
10-
integrations: {
10+
"integrations": {
1111
"heap": {
1212
"appId": "required"
1313
}
1414
}
1515
```
1616

1717
```json Example
18-
integrations: {
18+
"integrations": {
1919
"heap": {
2020
"appId": "1234567890"
2121
}

integrations/analytics/hotjar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "HotJar"
55
Add the following to your `docs.json` file to send analytics to HotJar.
66

77
```json Analytics options in docs.json
8-
integrations: {
8+
"integrations": {
99
"hotjar": {
1010
"hjid": "required",
1111
"hjsv": "required"

integrations/analytics/koala.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Koala.
77
<CodeGroup>
88

99
```json Analytics options in docs.json
10-
integrations: {
10+
"integrations": {
1111
"koala": {
1212
"publicApiKey": "required"
1313
}
1414
}
1515
```
1616

1717
```json Example
18-
integrations: {
18+
"integrations": {
1919
"koala": {
2020
"publicApiKey": "pk_1a1882"
2121
}

integrations/analytics/logrocket.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "LogRocket"
55
Add the following to your `docs.json` file to send analytics to LogRocket.
66

77
```json Analytics options in docs.json
8-
integrations: {
8+
"integrations": {
99
"logrocket": {
1010
"apiKey": "required"
1111
}

integrations/analytics/mixpanel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Mixpanel"
55
Add the following to your `docs.json` file to send analytics to Mixpanel.
66

77
```json Analytics options in docs.json
8-
integrations: {
8+
"integrations": {
99
"mixpanel": {
1010
"projectToken": "required"
1111
}

integrations/analytics/pirsch.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ You can get your site ID from Settings \> Developer \> Identification Code.
99
<CodeGroup>
1010

1111
```json Analytics options in docs.json
12-
integrations: {
12+
"integrations": {
1313
"pirsch": {
1414
"id": "required"
1515
}
1616
}
1717
```
1818

1919
```json Example
20-
integrations: {
20+
"integrations": {
2121
"pirsch": {
2222
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
2323
}

0 commit comments

Comments
 (0)