Deploy your site
After onboarding, your documentation site deploys automatically to:Set up GitHub
Install the GitHub App to automate deployments:- Go to Settings > GitHub App in your dashboard.
- Select Install GitHub App and choose your repositories.
- Go to Settings > My Profile and select Authorize GitHub account.
Edit your documentation
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”.
- Select Publish to deploy your changes.
Local development
Install the CLI:Add a custom domain
Go 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 in
docs.json.Customize theme
Change colors, fonts, and appearance.
Organize navigation
Structure your documentation for easy navigation.
Add components
Use interactive components like accordions and tabs.
Set up API docs
Create API references with OpenAPI specifications.