Deploy your documentation in minutes
Settings
> Organization
> GitHub
.
Click Install GitHub App
. Select the repositories you want to connect.
introduction.mdx
file, and find the top of the file, that should look like this:
title
field to "Hello World"
.
localhost:3000
.
<your-project-name>.mintlify.app
.
Editor
on the left sidebar to open the web editor.
introduction.mdx
in the file explorer.
Then, in the visual editor, update the title field to “Hello World”.
Publish
button in the top-right corner.
Your changes will be deployed immediately to your documentation site.
For more details about using the web editor, including advanced features like slash commands and image uploads, see our Web Editor documentation.
<your-project-name>.mintlify.app
subdomain works well for testing and development, most teams prefer using a custom domain for production documentation.
To add a custom domain, go to Settings
> Custom Domain
from the dashboard.
Local preview not working
mintlify dev
command from the directory containing your docs.json
file.Changes not reflecting on live site
Custom domain not connecting