Skip to content

Commit

Permalink
Merge branch 'main' into feat/public-path
Browse files Browse the repository at this point in the history
  • Loading branch information
nilennoct authored May 29, 2024
2 parents cda8c7d + 1188951 commit ca85384
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ pnpm add -D vitepress
$ yarn add -D vitepress
```

```sh [yarn (pnp)]
$ yarn add -D vitepress vue
```

```sh [bun]
$ bun add -D vitepress
```
Expand Down
4 changes: 4 additions & 0 deletions docs/pt/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ pnpm add -D vitepress
$ yarn add -D vitepress
```

```sh [yarn (pnp)]
$ yarn add -D vitepress vue
```

```sh [bun]
$ bun add -D vitepress
```
Expand Down
4 changes: 4 additions & 0 deletions docs/ru/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ pnpm add -D vitepress
$ yarn add -D vitepress
```

```sh [yarn (pnp)]
$ yarn add -D vitepress vue
```

```sh [bun]
$ bun add -D vitepress
```
Expand Down
4 changes: 4 additions & 0 deletions docs/zh/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ pnpm add -D vitepress
$ yarn add -D vitepress
```

```sh [yarn (pnp)]
$ yarn add -D vitepress vue
```

```sh [bun]
$ bun add -D vitepress
```
Expand Down

0 comments on commit ca85384

Please sign in to comment.