Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/content/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Step>
<Step title="Start the dev server">
Expand Down