File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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+ ```
Original file line number Diff line number Diff line change 122122 },
123123 {
124124 "group" : " Advanced" ,
125- "pages" : [{
125+ "pages" : [
126+ {
126127 "icon" : " code" ,
127128 "group" : " Custom Scripts" ,
128129 "pages" : [
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" ,
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" ,
240247 },
241248 {
242249 "group" : " Changelog" ,
243- "pages" : [" changelog/overview" ]
250+ "pages" : [
251+ " changelog/overview"
252+ ]
244253 }
245254 ],
246255 "footer" : {
324333 "publicApiKey" : " pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
325334 }
326335 }
327- }
336+ }
You can’t perform that action at this time.
0 commit comments