diff --git a/quickstart.mdx b/quickstart.mdx index e4ca755d7..22abf9f23 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -4,118 +4,30 @@ description: "Deploy your documentation site and make your first change." keywords: ["quickstart", "deploy", "get started", "first steps"] --- -After you complete this guide, you'll have a live documentation site ready to customize and update. +Deploy a live documentation site in minutes and make your first change. -## Before you begin +## Deploy your site -Mintlify uses a docs-as-code approach to manage your documentation. Every page on your site has a corresponding file stored in your documentation repository. You can use your own Git repository or a Mintlify-hosted repository. - -Choose your repository approach. - - - - Mintlify creates a private GitHub repository connected to your Mintlify deployment. - - Choose this option if: - - You will only work in the web editor and don't want to use Git locally. - - You want to get started quickly without connecting a repository. - - You want Mintlify to manage your documentation repository for you. - - - - Connect your own Git repository to your Mintlify deployment. - - Choose this option if: - - You will work locally and want to sync to your remote repository. - - You already have a repository for your documentation. - - You want your documentation to be under your own GitHub organization. - - - - - Not sure which to choose? Start with **Mintlify-hosted**. You can migrate to your own repository anytime if it better suits your needs. - - -## Deploy your documentation site - - - - - - Go to [mintlify.com/start](https://mintlify.com/start) and create your account. - - - When prompted to connect GitHub, click **Skip** to use a Mintlify-hosted repository. - - - Follow the onboarding prompts to set up your documentation. Mintlify automatically creates a private repository in the `mintlify-community` organization and configures the GitHub app for you. - - - Your documentation is immediately deployed and accessible at your `.mintlify.app` URL. - - - - - - - - Go to [mintlify.com/start](https://mintlify.com/start) and create your account. - - - When prompted, log in to your GitHub account and authenticate. - - - Follow the remaining onboarding prompts to create a repository and continue to your dashboard. - - - Install the Mintlify [GitHub App](https://dashboard.mintlify.com/api/github/install-app) to enable automatic deployments. This allows Mintlify to sync with your repository and deploy changes automatically when you push. - - - If you want to use a different repository than the one created during onboarding for your documentation, select it on the [Git settings](https://dashboard.mintlify.com/settings/deployment/git-settings) page of your dashboard. Your documentation repository must have a valid `docs.json` file to deploy. - - - Your documentation is deployed and accessible at your `.mintlify.app` URL. Future changes pushed to your repository will automatically trigger new deployments. - - - - - To learn more about the GitHub App and its permissions, see [GitHub](/deploy/github). - - - - -## View your deployed site - -Your documentation site is now deployed at `https://.mintlify.app`. - -Find your exact URL on the **Overview** page of your [dashboard](https://dashboard.mintlify.com/). - - - Overview page of the Mintlify dashboard. - - Overview page of the Mintlify dashboard. - - - - Your site is ready to view immediately. Use this URL for testing and sharing with your team. Before sharing with your users, you may want to add a [custom domain](/customize/custom-domain). - + + + Go to [mintlify.com/start](https://mintlify.com/start) and sign up. + + + Follow the prompts to set up your documentation. You can use a Mintlify-hosted repository or connect your own GitHub repository. + + + Your documentation is deployed at `https://.mintlify.app`. Find your URL on the [dashboard](https://dashboard.mintlify.com/). + + ## Make your first change - Navigate to the [web editor](https://dashboard.mintlify.com/editor) in your dashboard. + Go to the [web editor](https://dashboard.mintlify.com/editor) in your dashboard. - Open `index.mdx` and update the description in the frontmatter: + Open `index.mdx` and update the description: ```mdx --- @@ -125,10 +37,7 @@ Find your exact URL on the **Overview** page of your [dashboard](https://dashboa ``` - Click the **Publish** button in the top-right of the web editor toolbar. - - - On the [Overview](https://dashboard.mintlify.com/) page of your dashboard, you can see your site's deployment status. When it finishes deploying, refresh your documentation site to see your changes live. + Click **Publish** in the top-right toolbar. Your changes will deploy automatically.