From 53428b94890af2ff773e879ef7d4250c7c197654 Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:11:42 +0000 Subject: [PATCH] docs: note mint dev hot-reload in quickstart --- quickstart.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quickstart.mdx b/quickstart.mdx index 4fc7601ca7..1c805099d9 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -109,6 +109,10 @@ Find your exact URL on the **Overview** page of your [dashboard](https://app.min ``` View your preview at `http://localhost:3000`. + + + `mint dev` hot-reloads changes as you edit, so your preview updates automatically when you save a file. + Commit and push your changes to trigger a deployment: