You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watch tutorials and guides on our YouTube channel.
23
23
</Card>
24
24
</CardGroup>
25
25
26
-
27
-
**Frequently Asked Questions:**
26
+
## Frequently Asked Questions
28
27
29
28
<Accordiontitle="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.
31
30
32
31
<Steps>
33
32
<Steptitle="Uninstall the Mintlify app through GitHub">
@@ -61,12 +60,11 @@ description: "We're here to help you get the most out of Mintlify"
61
60
you could encounter this issue. You can convert your document at [editor.swagger.io](https://editor.swagger.io/)
62
61
63
62
<Frame>
64
-

63
+

65
64
</Frame>
66
65
</Accordion>
67
66
<Accordiontitle="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.
70
68
71
69
Here's an example of how things might go wrong:
72
70
@@ -115,18 +113,18 @@ description: "We're here to help you get the most out of Mintlify"
115
113
116
114
<Accordion title="Issues adding SVG to a card" icon="image">
117
115
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
121
116
122
-

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
+

123
121
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.
126
124
</Accordion>
127
125
128
126
129
127
<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.
0 commit comments