From 18b6324c8fce327bc996a1e26a84c95548fbe60e Mon Sep 17 00:00:00 2001 From: Junseong Park <39112954+jsparkdev@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:17:10 +0900 Subject: [PATCH] docs: update setup wizard contents --- docs/snippets/init.ansi | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/snippets/init.ansi b/docs/snippets/init.ansi index 5421a3e6..e6b50c9c 100644 --- a/docs/snippets/init.ansi +++ b/docs/snippets/init.ansi @@ -1,10 +1,7 @@ ┌ Welcome to VitePress! │ ◇ Where should VitePress initialize the config? -│ ./docs -│ -◇ Where should VitePress look for your markdown files? -│ ./docs +│ ./ │ ◇ Site title: │ My Awesome Project @@ -21,10 +18,4 @@ ◇ Add VitePress npm scripts to package.json? │ Yes │ -◇ Add a prefix for VitePress npm scripts? -│ Yes -│ -◇ Prefix for VitePress npm scripts: -│ docs -│ -└ Done! Now run pnpm run docs:dev and start writing. \ No newline at end of file +└ Done! Now run pnpm run docs:dev and start writing.