Skip to content

Commit cd2ea23

Browse files
committed
Merge branch 'new-support-page' of https://github.com/mintlify/docs into new-support-page
2 parents e2b6d30 + 603dc3a commit cd2ea23

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

support.mdx

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,29 @@ icon: "circle-help"
44
description: "We're here to help you get the most out of Mintlify"
55
---
66

7-
<Card title="Ask our docs" img="/images/chat-support.png" href="https://mintlify.com/docs/quickstart?share_chat=3524d1e4-c8bb-4367-87f8-4eb8be8edf4b">
8-
Ask our AI chat assistant that's been trained on our documentation
7+
<Card title="Ask our docs" icon="message-circle-question" href="https://mintlify.com/docs/quickstart?share_chat=3524d1e4-c8bb-4367-87f8-4eb8be8edf4b">
8+
Ask our AI chat assistant that's been trained on our documentation.
99
</Card>
1010

1111
<CardGroup cols={2}>
12-
<Card title="Dashboard widget" icon="message-circle-more" iconType="regular" href="https://dashboard.mintlify.com/">
13-
Send us a message from the dashboard *click on support in the bottom left corner*
12+
<Card title="Dashboard widget" icon="messages-square" href="https://dashboard.mintlify.com/">
13+
Send us a message from your dashboard. Select **Support** in your dashboard's sidebar.
1414
</Card>
15-
<Card title="Email Us" icon="mail" iconType="regular" href="mailto:[email protected]">
16-
If you can't access the dashboard, email us at [email protected]
15+
<Card title="Email Us" icon="mail" href="mailto:[email protected]">
16+
If you can't access your dashboard, email us at [email protected].
1717
</Card>
18-
<Card title="Ask AI" icon="bot" iconType="regular" href="https://mintlify.com/community">
19-
Ask our AI assistant that's been trained on our documentation
18+
<Card title="Ask AI" icon="bot" href="https://mintlify.com/community">
19+
Join our community and ask our AI assistant that's been trained on our documentation.
2020
</Card>
21-
<Card title="YouTube" icon="youtube" iconType="regular" href="https://www.youtube.com/@GetMintlify/videos">
22-
Watch our YouTube channel for tutorials and guides
21+
<Card title="YouTube" icon="youtube" href="https://www.youtube.com/@GetMintlify/videos">
22+
Watch tutorials and guides on our YouTube channel.
2323
</Card>
2424
</CardGroup>
2525

26-
27-
**Frequently Asked Questions:**
26+
## Frequently Asked Questions
2827

2928
<Accordion title="GitHub app issues" icon="merge">
30-
The GitHub app can be termpermental and resetting the connection is a great way to solve issues.
29+
The GitHub app can be temperamental and resetting the connection is a great way to solve issues.
3130

3231
<Steps>
3332
<Step title="Uninstall the Mintlify app through GitHub">
@@ -61,12 +60,11 @@ description: "We're here to help you get the most out of Mintlify"
6160
you could encounter this issue. You can convert your document at [editor.swagger.io](https://editor.swagger.io/)
6261

6362
<Frame>
64-
![](/images/convert-oas-3.png)
63+
!["Convert to OpenAPI 3" menu item highlighted in the Swagger Editor](/images/convert-oas-3.png)
6564
</Frame>
6665
</Accordion>
6766
<Accordion title="One of my OpenAPI pages is completely blank">
68-
This is usually caused by a misspelled `openapi` field in the page metadata. Make sure
69-
the HTTP method and path match the HTTP method and path in the OpenAPI document exactly.
67+
This is usually caused by a misspelled `openapi` field in the page metadata. Make sure that the HTTP method and path match the HTTP method and path in the OpenAPI document exactly.
7068

7169
Here's an example of how things might go wrong:
7270

@@ -115,18 +113,18 @@ description: "We're here to help you get the most out of Mintlify"
115113

116114
<Accordion title="Issues adding SVG to a card" icon="image">
117115
We support a specific type of SVG, called JSX, and as such the image will need to be converted.
118-
To do this you can:
119-
1. Use [this](https://react-svgr.com/playground/) converter to generate JSX compatible SVG code
120-
2. Make sure you only copy the code inside the `<svg/>` tag
121116

122-
![title](/images/svg-jsx.png)
117+
1. Use the [SVGR converter](https://react-svgr.com/playground/) to generate JSX compatible SVG code.
118+
2. Copy the code inside the `<svg/>` tag.
119+
120+
![Output from the SVGR converter with the code inside <svg> and </svg> tags highlighted.](/images/svg-jsx.png)
123121

124-
3. Paste this into your card
125-
4. You might need to decrease the height and width to make the image fit!
122+
3. Paste the code into your card. Make sure you only copy and paste the code inside the `<svg/>` tag.
123+
4. You may need to decrease the height and width to make the image fit.
126124
</Accordion>
127125

128126

129127
<Info>
130-
We do our best to respond to all requests within 24 hours but delays may occur during busy times
128+
We do our best to respond to all requests within 24 hours but delays may occur during busy times.
131129
</Info>
132130

0 commit comments

Comments
 (0)