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
Use interactive components like accordionsand tabs.
161
159
</Card>
162
-
<Cardtitle="Set up API references"icon="code"href="/api-playground/overview"horizontal>
163
-
Create interactive API references with OpenAPI and AsyncAPI specifications.
160
+
<Cardtitle="Set up API docs"icon="code"href="/api-playground/overview"horizontal>
161
+
Create API references with OpenAPI specifications.
164
162
</Card>
165
-
166
-
## Troubleshooting
167
-
168
-
If you encounter issues during the setup process, check these common troubleshooting solutions:
169
-
170
-
<AccordionGroup>
171
-
<Accordiontitle="Local preview not working">
172
-
Make sure you have Node.js v19+ installed and that you run the `mint dev` command from the directory containing your `docs.json` file.
173
-
</Accordion>
174
-
<Accordiontitle="Changes not reflecting on live site">
175
-
Deployment can take up to a few minutes. Check your GitHub Actions (for code-based workflow) or deployment logs in the Mintlify dashboard to ensure there are no build errors.
176
-
</Accordion>
177
-
<Accordiontitle="Custom domain not connecting">
178
-
Verify that your DNS records are set up correctly and allow sufficient time for DNS propagation (up to 48 hours). You can use tools like [DNSChecker](https://dnschecker.org) to verify your CNAME record.
0 commit comments