Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions apps/web/content/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ The scaffolded project is completely standalone. It has no dependency on the hel

## Adding to an existing project

If you already have a Next.js + shadcn project, use the registry instead:
If you already have a Next.js + shadcn project, you can install the full helpbase primitive in one command:

```bash
npx shadcn add https://helpbase.dev/r/help-center.json
pnpm dlx helpbase init
```

This adds the help center components, content pipeline, and routes to your existing project without replacing your layout or configuration.
This adds the help center routes, starter content, MCP server, and sync workflow to your existing project. You can also add individual pieces by installing primitives like `https://helpbase.dev/r/help-center.json` directly via shadcn.

## Deploy

Expand Down
2 changes: 1 addition & 1 deletion apps/web/content/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Most help center tools are either closed-source hosted SaaS or generic wikis tha
<Step title="Scaffold a new project">
Run the scaffolder to create a new help center project with sample content:
```bash
npx create-helpbase my-docs
pnpm dlx create-helpbase my-docs
cd my-docs
```
</Step>
Expand Down