From e76af2162c0609e65a6fb614567e9552410c4dd1 Mon Sep 17 00:00:00 2001 From: helpbase-sync Date: Thu, 23 Apr 2026 11:22:03 +0000 Subject: [PATCH] docs: sync with codebase (2026-04-23) --- apps/web/content/getting-started/installation.mdx | 6 +++++- apps/web/content/getting-started/introduction.mdx | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/web/content/getting-started/installation.mdx b/apps/web/content/getting-started/installation.mdx index 11ca98a..b52ec11 100644 --- a/apps/web/content/getting-started/installation.mdx +++ b/apps/web/content/getting-started/installation.mdx @@ -18,10 +18,14 @@ helpbase ships as a scaffolder that creates a standalone Next.js project. No run + For a branded one-command install in an existing Next.js app, use: + ```bash + pnpm dlx helpbase init + ``` + To scaffold a fresh project from scratch, use: ```bash npx create-helpbase my-docs ``` - This creates a new directory with a complete help center project. The scaffolder asks where to seed content from. Three options: diff --git a/apps/web/content/getting-started/introduction.mdx b/apps/web/content/getting-started/introduction.mdx index 7e77cb1..a5d06a6 100644 --- a/apps/web/content/getting-started/introduction.mdx +++ b/apps/web/content/getting-started/introduction.mdx @@ -26,8 +26,12 @@ Most help center tools are either closed-source hosted SaaS or generic wikis tha ## Quick start - - Run the scaffolder to create a new help center project with sample content: + + For existing Next.js apps, drop the full helpbase primitive in one command: + ```bash + pnpm dlx helpbase init + ``` + Or scaffold a fresh project from scratch: ```bash npx create-helpbase my-docs cd my-docs