From f7bf8633e8061536f9d7fc35386f78e91bc608f3 Mon Sep 17 00:00:00 2001 From: helpbase-sync Date: Mon, 18 May 2026 10:30:11 +0000 Subject: [PATCH] docs: sync with codebase (2026-05-18) --- apps/web/content/getting-started/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/content/getting-started/introduction.mdx b/apps/web/content/getting-started/introduction.mdx index 7e77cb1..a789add 100644 --- a/apps/web/content/getting-started/introduction.mdx +++ b/apps/web/content/getting-started/introduction.mdx @@ -29,7 +29,7 @@ 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: ```bash - npx create-helpbase my-docs + pnpm dlx create-helpbase my-docs cd my-docs ```