Skip to content

Commit be0e51d

Browse files
committed
Update background
1 parent 349497e commit be0e51d

File tree

2 files changed

+31
-16
lines changed

2 files changed

+31
-16
lines changed

mint.json

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"method": "bearer"
2222
}
2323
},
24+
"background": {
25+
"style": "windows"
26+
},
2427
"topbarLinks": [
2528
{
2629
"name": "Community",
@@ -29,7 +32,9 @@
2932
],
3033
"topbarCtaButton": {
3134
"name": "Get Started",
32-
"url": "https://mintlify.com/start"
35+
"url": "https://mintlify.com/start",
36+
"style": "roundedRectangle",
37+
"arrow": false
3338
},
3439
"feedback": {
3540
"thumbsRating": true,
@@ -122,13 +127,15 @@
122127
"integrations/analytics/mixpanel",
123128
"integrations/analytics/pirsch",
124129
"integrations/analytics/plausible",
125-
"integrations/analytics/posthog",
126-
"integrations/analytics/segment"
130+
"integrations/analytics/posthog"
127131
]
128132
},
129133
{
130134
"group": "SDKs",
131-
"pages": ["integrations/sdks/speakeasy", "integrations/sdks/stainless"]
135+
"pages": [
136+
"integrations/sdks/speakeasy",
137+
"integrations/sdks/stainless"
138+
]
132139
},
133140
{
134141
"group": "Support",
@@ -140,11 +147,17 @@
140147
},
141148
{
142149
"group": "Privacy",
143-
"pages": ["integrations/privacy/overview", "integrations/privacy/osano"]
150+
"pages": [
151+
"integrations/privacy/overview",
152+
"integrations/privacy/osano"
153+
]
144154
},
145155
{
146156
"group": "Custom Scripts",
147-
"pages": ["advanced/custom/css", "advanced/custom/js"]
157+
"pages": [
158+
"advanced/custom/css",
159+
"advanced/custom/js"
160+
]
148161
},
149162
{
150163
"group": "Custom Subpaths",
@@ -179,7 +192,7 @@
179192
"advanced/user-auth/jwt"
180193
]
181194
},
182-
"advanced/user-auth/sending-data"
195+
"advanced/user-auth/sending-data"
183196
]
184197
},
185198
{
@@ -223,4 +236,4 @@
223236
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
224237
}
225238
}
226-
}
239+
}

quickstart.mdx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ description: "Start building modern documentation in under five minutes"
44
icon: "rocket"
55
---
66

7-
<img
8-
className="block dark:hidden"
9-
src="https://mintlify-assets.b-cdn.net/hero-light.png"
10-
/>
11-
<img
12-
className="hidden dark:block"
13-
src="https://mintlify-assets.b-cdn.net/hero-dark.png"
14-
/>
7+
<Frame>
8+
<img
9+
className="block dark:hidden"
10+
src="https://mintlify-assets.b-cdn.net/hero-light.png"
11+
/>
12+
<img
13+
className="hidden dark:block"
14+
src="https://mintlify-assets.b-cdn.net/hero-dark.png"
15+
/>
16+
</Frame>
1517

1618
## Getting Started
1719

0 commit comments

Comments
 (0)