diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 881272f08237..43e049cfab02 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -71,9 +71,24 @@ $ pnpm dlx vitepress init You will be greeted with a few simple questions: -

- vitepress init screenshot -

+```ansi +┌  Welcome to VitePress! +│ +◇ Where should VitePress initialize the config? +│ ./docs +│ +◇ Site title: +│ My Awesome Project +│ +◇ Site description: +│ A VitePress Site +│ +◆ Theme: +│ ● Default Theme (Out of the box, good-looking docs) +│ ○ Default Theme + Customization +│ ○ Custom Theme +└ +``` ::: tip Vue as Peer Dependency If you intend to perform customization that uses Vue components or APIs, you should also explicitly install `vue` as a peer dependency. diff --git a/docs/guide/vitepress-init.png b/docs/guide/vitepress-init.png deleted file mode 100644 index d1805cf7a50b..000000000000 Binary files a/docs/guide/vitepress-init.png and /dev/null differ