diff --git a/quickstart.mdx b/quickstart.mdx index 7bfe62594..f114a8b59 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -4,9 +4,31 @@ 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. +**Time to complete:** ~5 minutes -## Before you begin +## What you'll build + +By the end of this guide, you'll have a live documentation site like this: + + + A deployed Mintlify documentation site. + A deployed Mintlify documentation site. + + +## Prerequisites + +GitHub account +Node.js v20.17.0 or higher (for CLI usage) + +## How it works 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.