Skip to content

Commit 483c7d4

Browse files
Update quickstart.mdx
1 parent 7b0611e commit 483c7d4

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

quickstart.mdx

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -74,36 +74,18 @@ Configure your DNS:
7474

7575
## Next steps
7676

77-
Congratulations! You have successfully deployed your documentation site with Mintlify. Here are suggested next steps to enhance your documentation:
78-
79-
<Card title="Configure your global settings" icon="settings" href="organize/settings" horizontal>
80-
Configure site-wide styling, navigation, integrations, and more with the `docs.json` file.
77+
<Card title="Configure settings" icon="settings" href="organize/settings" horizontal>
78+
Customize styling, navigation, and integrations in `docs.json`.
8179
</Card>
82-
<Card title="Customize your theme" icon="paintbrush" href="customize/themes" horizontal>
83-
Learn how to customize colors, fonts, and the overall appearance of your documentation site.
80+
<Card title="Customize theme" icon="paintbrush" href="customize/themes" horizontal>
81+
Change colors, fonts, and appearance.
8482
</Card>
8583
<Card title="Organize navigation" icon="map" href="organize/navigation" horizontal>
86-
Structure your documentation with intuitive navigation to help users find what they need.
84+
Structure your documentation for easy navigation.
8785
</Card>
88-
<Card title="Add interactive components" icon="puzzle" href="/components/accordions" horizontal>
89-
Enhance your documentation with interactive components like accordions, tabs, and code samples.
86+
<Card title="Add components" icon="puzzle" href="/components/accordions" horizontal>
87+
Use interactive components like accordions and tabs.
9088
</Card>
91-
<Card title="Set up API references" icon="code" href="/api-playground/overview" horizontal>
92-
Create interactive API references with OpenAPI and AsyncAPI specifications.
89+
<Card title="Set up API docs" icon="code" href="/api-playground/overview" horizontal>
90+
Create API references with OpenAPI specifications.
9391
</Card>
94-
95-
## Troubleshooting
96-
97-
If you encounter issues during the setup process, check these common troubleshooting solutions:
98-
99-
<AccordionGroup>
100-
<Accordion title="Local preview not working">
101-
Make sure you have Node.js v19+ installed and that you run the `mint dev` command from the directory containing your `docs.json` file.
102-
</Accordion>
103-
<Accordion title="Changes not reflecting on live site">
104-
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.
105-
</Accordion>
106-
<Accordion title="Custom domain not connecting">
107-
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.
108-
</Accordion>
109-
</AccordionGroup>

0 commit comments

Comments
 (0)