diff --git a/quickstart.mdx b/quickstart.mdx index 8fe1e05a5..bc62316ba 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -30,7 +30,6 @@ After you complete this guide, you'll have a live documentation site ready to cu 2. Run `mint --version`. If the command is unavailable, install the CLI with `npm i -g mint` or `pnpm add -g mint`. If the command succeeds, run `mint update`. 3. Run `mint status` before starting authentication. If it already shows an organization, keep the existing session and do not create another account. 4. Run `mint login` if the user has an account. Otherwise, ask for their first name, last name, company, and email, then run: - ```bash mint signup \ --firstName \ @@ -38,7 +37,6 @@ After you complete this guide, you'll have a live documentation site ready to cu --company \ --email ``` - `mint signup` waits for email verification, so keep it running as a background process when your environment supports background commands. Tell the user to click the verification link and approve the CLI in the browser. Never invent signup details. 5. After the user finishes verification and onboarding, run `mint status` again. Confirm that it reports their email, organization, and subdomain. If the organization exists but no subdomain appears, ask the user to finish selecting or connecting a GitHub repository in the onboarding browser tab, then retry. 6. If the user has an existing documentation repository, clone or open it. Preserve its content. For a new local project, scaffold into a new, empty directory with either `mint new --name --theme ` or `mint new --template `. Ask which theme or template they want if they have not specified one. Do not use `--force` on a directory containing user files. @@ -76,6 +74,8 @@ When you connect your documentation repository to your project, you can work on ## View your deployed site +hello + Your documentation site is now deployed at `https://.mintlify.site`. Find your exact URL on the **Overview** page of your [dashboard](https://app.mintlify.com/). @@ -203,4 +203,4 @@ Find your exact URL on the **Overview** page of your [dashboard](https://app.min Use your own domain for your documentation site. - + \ No newline at end of file