From 9d7db16beeb534fa6941892636e8f672fa16f7b7 Mon Sep 17 00:00:00 2001 From: helpbase-sync Date: Mon, 25 May 2026 10:29:33 +0000 Subject: [PATCH] docs: sync with codebase (2026-05-25) --- apps/web/content/getting-started/installation.mdx | 4 ++-- apps/web/content/getting-started/introduction.mdx | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/apps/web/content/getting-started/installation.mdx b/apps/web/content/getting-started/installation.mdx index 11ca98a..76ae134 100644 --- a/apps/web/content/getting-started/installation.mdx +++ b/apps/web/content/getting-started/installation.mdx @@ -19,9 +19,9 @@ helpbase ships as a scaffolder that creates a standalone Next.js project. No run ```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 primitive into your current directory. 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..978e40f 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: + + Add helpbase to your existing Next.js project: ```bash - npx create-helpbase my-docs - cd my-docs + pnpm dlx helpbase init ```