From 3d2524f57fb6cd3ce1402d46c3089633321eaadc Mon Sep 17 00:00:00 2001 From: helpbase-sync Date: Mon, 29 Jun 2026 10:32:33 +0000 Subject: [PATCH] docs: sync with codebase (2026-06-29) --- apps/web/content/getting-started/installation.mdx | 4 ++-- apps/web/content/getting-started/introduction.mdx | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/web/content/getting-started/installation.mdx b/apps/web/content/getting-started/installation.mdx index 11ca98a..7e6f64a 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 (routes, MDX, MCP server, sync workflow) 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..0b92ad7 100644 --- a/apps/web/content/getting-started/introduction.mdx +++ b/apps/web/content/getting-started/introduction.mdx @@ -27,10 +27,9 @@ Most help center tools are either closed-source hosted SaaS or generic wikis tha - Run the scaffolder to create a new help center project with sample content: + Run the branded installer to drop helpbase into your current directory: ```bash - npx create-helpbase my-docs - cd my-docs + pnpm dlx helpbase init ```