From dbaa1b70e98cb20fa2cf567ba43c487e794d644a Mon Sep 17 00:00:00 2001 From: helpbase-sync Date: Mon, 8 Jun 2026 10:32:15 +0000 Subject: [PATCH] docs: sync with codebase (2026-06-08) --- apps/web/content/getting-started/installation.mdx | 6 +++--- apps/web/content/getting-started/introduction.mdx | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/web/content/getting-started/installation.mdx b/apps/web/content/getting-started/installation.mdx index 11ca98a..e69ceff 100644 --- a/apps/web/content/getting-started/installation.mdx +++ b/apps/web/content/getting-started/installation.mdx @@ -17,11 +17,11 @@ helpbase ships as a scaffolder that creates a standalone Next.js project. No run ## Create a new project - + ```bash - npx create-helpbase my-docs + pnpm dlx helpbase init ``` - This creates a new directory with a complete help center project. + This drops the helpbase primitives into your existing Next.js 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..5ece35a 100644 --- a/apps/web/content/getting-started/introduction.mdx +++ b/apps/web/content/getting-started/introduction.mdx @@ -26,11 +26,10 @@ 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: + + Run the installer in your Next.js project to drop in the help center primitives: ```bash - npx create-helpbase my-docs - cd my-docs + pnpm dlx helpbase init ```