From b3e2b70c89f0760114caadae6f597d49b1015bce Mon Sep 17 00:00:00 2001 From: helpbase-sync Date: Thu, 23 Apr 2026 06:15:21 +0000 Subject: [PATCH] docs: sync with codebase (2026-04-23) --- apps/web/content/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.