Skip to content

Commit b0b3f5d

Browse files
authored
docs: use ANSI snippet instead of an vitepress-init.png (#2875)
1 parent 1705c17 commit b0b3f5d

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

Diff for: docs/guide/getting-started.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,24 @@ $ pnpm dlx vitepress init
7171

7272
You will be greeted with a few simple questions:
7373

74-
<p>
75-
<img src="./vitepress-init.png" alt="vitepress init screenshot" style="border-radius:8px">
76-
</p>
74+
```ansi
75+
┌  Welcome to VitePress!
76+
│
77+
◇ Where should VitePress initialize the config?
78+
│ ./docs
79+
│
80+
◇ Site title:
81+
│ My Awesome Project
82+
│
83+
◇ Site description:
84+
│ A VitePress Site
85+
│
86+
◆ Theme:
87+
│ ● Default Theme (Out of the box, good-looking docs)
88+
│ ○ Default Theme + Customization
89+
│ ○ Custom Theme
90+
└
91+
```
7792

7893
::: tip Vue as Peer Dependency
7994
If you intend to perform customization that uses Vue components or APIs, you should also explicitly install `vue` as a peer dependency.

Diff for: docs/guide/vitepress-init.png

-17.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)