Skip to content

Commit a2eb294

Browse files
Documentation edits made through Mintlify web editor
1 parent d8103b9 commit a2eb294

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

content/components/expandables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ icon: "caret-down"
4545

4646
<ResponseField name="defaultOpen" type="boolean" default="false">
4747
Set to true to show the component as open when the page loads.
48-
</ResponseField>
48+
</ResponseField>

integrations/analytics/hotjar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Add the following to your `mint.json` file to send analytics to HotJar.
1111
"hjsv": "required"
1212
}
1313
}
14-
```
14+
```

mint.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
},
123123
{
124124
"group": "Advanced",
125-
"pages": [{
125+
"pages": [
126+
{
126127
"icon": "code",
127128
"group": "Custom Scripts",
128129
"pages": [
@@ -196,7 +197,10 @@
196197
},
197198
{
198199
"group": "SDKs",
199-
"pages": ["integrations/sdks/speakeasy", "integrations/sdks/stainless"]
200+
"pages": [
201+
"integrations/sdks/speakeasy",
202+
"integrations/sdks/stainless"
203+
]
200204
},
201205
{
202206
"group": "Support",
@@ -208,7 +212,10 @@
208212
},
209213
{
210214
"group": "Privacy",
211-
"pages": ["integrations/privacy/overview", "integrations/privacy/osano"]
215+
"pages": [
216+
"integrations/privacy/overview",
217+
"integrations/privacy/osano"
218+
]
212219
},
213220
{
214221
"group": "Components",
@@ -240,7 +247,9 @@
240247
},
241248
{
242249
"group": "Changelog",
243-
"pages": ["changelog/overview"]
250+
"pages": [
251+
"changelog/overview"
252+
]
244253
}
245254
],
246255
"footer": {
@@ -324,4 +333,4 @@
324333
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
325334
}
326335
}
327-
}
336+
}

0 commit comments

Comments
 (0)