Prerequisites: Create an account and complete onboarding.
Deploy your site
After onboarding, your site automatically deploys to:Make your first edit
Choose your preferred workflow:Web editor
- Open the Editor in your dashboard
- Select
index.mdxin the file explorer - Update the title field to “Hello World”
- Click Publish
Code editor
-
Install the CLI:
-
Run
mint newto create a project -
Edit
index.mdxand change the title to “Hello World” -
Preview locally:
- Push to your repository to deploy
Add a custom domain
Navigate to Domain Setup and add your domain (e.g.,docs.yourcompany.com).
Configure your DNS:
| Record Type | Name | Value | TTL |
|---|---|---|---|
| CNAME | docs | cname.vercel-dns.com | 3600 |
Next steps
Configure settings
Customize styling, navigation, and integrations
Organize navigation
Structure your documentation
Add components
Enhance with interactive elements