This guide gets you from zero to a live Mintlify docs site with a deployed URL and your first published change.Documentation Index
Fetch the complete documentation index at: https://help-center-starter-replace-template-content.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin
- A GitHub or GitLab account (either will work)
- A repository for your documentation, or permission to create one
Steps
- Sign up — Go to mintlify.com/start and create your account. You can sign up with GitHub for a faster setup.
- Connect your repository — Select the GitHub or GitLab repo that contains your docs. Mintlify installs a GitHub App that watches for pushes and triggers deployments automatically.
-
Wait for the first deploy — The initial build takes about a minute. When it’s done, your site is live at a
*.mintlify.appURL shown in your dashboard. -
Make your first edit — Choose your path:
- Web editor — Click Edit in the dashboard. Edit pages in the browser and click Publish when ready.
- CLI — Run
npm i -g mintlify && mintlify devto preview locally, then push to Git to deploy.
- Share a preview — Open a pull request. Mintlify automatically builds a preview deployment and posts the URL as a status check on the PR.
Next steps
- Set a custom domain so your docs live at
docs.yourcompany.com. - Invite teammates to edit and review.
- Connect an analytics provider to track page views and search queries.
- Explore Mintlify’s component library to add Cards, Steps, Tabs, and more.