Skip to content

Commit 611b934

Browse files
Update quickstart.mdx
1 parent 4b2653d commit 611b934

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
@@ -145,36 +145,18 @@ Enter your domain (e.g., `docs.yourcompany.com`) and add this DNS record:
145145

146146
## Next steps
147147

148-
Congratulations! You have successfully deployed your documentation site with Mintlify. Here are suggested next steps to enhance your documentation:
149-
150-
<Card title="Configure your global settings" icon="settings" href="organize/settings" horizontal>
151-
Configure site-wide styling, navigation, integrations, and more with the `docs.json` file.
148+
<Card title="Configure settings" icon="settings" href="organize/settings" horizontal>
149+
Customize styling, navigation, and integrations in `docs.json`.
152150
</Card>
153-
<Card title="Customize your theme" icon="paintbrush" href="customize/themes" horizontal>
154-
Learn how to customize colors, fonts, and the overall appearance of your documentation site.
151+
<Card title="Customize theme" icon="paintbrush" href="customize/themes" horizontal>
152+
Change colors, fonts, and appearance.
155153
</Card>
156154
<Card title="Organize navigation" icon="map" href="organize/navigation" horizontal>
157-
Structure your documentation with intuitive navigation to help users find what they need.
155+
Structure your documentation for easy navigation.
158156
</Card>
159-
<Card title="Add interactive components" icon="puzzle" href="/components/accordions" horizontal>
160-
Enhance your documentation with interactive components like accordions, tabs, and code samples.
157+
<Card title="Add components" icon="puzzle" href="/components/accordions" horizontal>
158+
Use interactive components like accordions and tabs.
161159
</Card>
162-
<Card title="Set up API references" icon="code" href="/api-playground/overview" horizontal>
163-
Create interactive API references with OpenAPI and AsyncAPI specifications.
160+
<Card title="Set up API docs" icon="code" href="/api-playground/overview" horizontal>
161+
Create API references with OpenAPI specifications.
164162
</Card>
165-
166-
## Troubleshooting
167-
168-
If you encounter issues during the setup process, check these common troubleshooting solutions:
169-
170-
<AccordionGroup>
171-
<Accordion title="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-
<Accordion title="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-
<Accordion title="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.
179-
</Accordion>
180-
</AccordionGroup>

0 commit comments

Comments
 (0)