diff --git a/apps/web/content/getting-started/installation.mdx b/apps/web/content/getting-started/installation.mdx index 11ca98a..2cc5043 100644 --- a/apps/web/content/getting-started/installation.mdx +++ b/apps/web/content/getting-started/installation.mdx @@ -27,7 +27,7 @@ helpbase ships as a scaffolder that creates a standalone Next.js project. No run The scaffolder asks where to seed content from. Three options: - **A website** — paste a URL, the scraper pulls articles from the page copy. - - **A code repository** — paste a local path (or a `github.com` URL to clone + generate). The scaffolder walks your source, synthesizes cited how-to guides with file + line references, and writes them into `content/`. Requires a helpbase login (free, 500k tokens/day) or an `AI_GATEWAY_API_KEY`. + - **A code repository** — paste a local path (or a `github.com` URL to clone + generate). The scaffolder walks your source, synthesizes cited how-to guides with file + line references, and writes them into your docs directory (auto-discovered). Requires a helpbase login (free, 500k tokens/day) or an `AI_GATEWAY_API_KEY`. - **Skip** — scaffold with the shipped sample articles so you can start from a known-good layout.