Skip to content

Commit 081b571

Browse files
committed
chore: normalize bash langauge name
1 parent 5808eaf commit 081b571

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ assignees: ''
3838
- Browser:
3939
- Output of `vuepress info`:
4040

41-
```sh
41+
```bash
4242
# Paste output of `vuepress info` here
4343
```

docs/guide/assets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It would be useful in some cases:
2424

2525
Take our documentation source files as an example, we are putting the logo of VuePress inside the public directory:
2626

27-
```sh
27+
```bash
2828
└─ docs
2929
├─ .vuepress
3030
| └─ public
@@ -77,7 +77,7 @@ Config reference: [base](../reference/config.md#base)
7777

7878
Although it is not a common usage, you can reference images from dependent packages:
7979

80-
```sh
80+
```bash
8181
npm install -D package-name
8282
```
8383

docs/guide/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When using Markdown [link syntax](https://spec.commonmark.org/0.29/#link-referen
3333

3434
Take our documentation source files as an example:
3535

36-
```sh
36+
```bash
3737
└─ docs
3838
├─ guide
3939
│ ├─ getting-started.md

docs/reference/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VuePress CLI is provided by [@vuepress/cli](https://www.npmjs.com/package/@vuepr
44

55
Run `vuepress --help` to get following help messages:
66

7-
```sh
7+
```bash
88
Usage:
99
$ vuepress <command> [options]
1010

@@ -27,7 +27,7 @@ Options:
2727

2828
Start a development server to develop your VuePress site locally.
2929

30-
```sh
30+
```bash
3131
Usage:
3232
$ vuepress dev [sourceDir]
3333

@@ -54,7 +54,7 @@ Options set by CLI will override those options with the same name in your config
5454

5555
Build your VuePress site to static files, which are ready for [deployment](../guide/deployment.md).
5656

57-
```sh
57+
```bash
5858
Usage:
5959
$ vuepress build [sourceDir]
6060

docs/zh/guide/assets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
以我们文档的源文件为例,我们把 VuePress 的 Logo 放在了 Public 目录下:
2626

27-
```sh
27+
```bash
2828
└─ docs
2929
├─ .vuepress
3030
| └─ public
@@ -77,7 +77,7 @@
7777

7878
尽管这不是常见用法,但是你可以从依赖包中引用图片:
7979

80-
```sh
80+
```bash
8181
npm install -D package-name
8282
```
8383

docs/zh/guide/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ VuePress 会使用 [markdown-it](https://github.com/markdown-it/markdown-it) 来
3333

3434
以我们文档的源文件为例:
3535

36-
```sh
36+
```bash
3737
└─ docs
3838
└─ zh
3939
├─ guide

docs/zh/reference/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VuePress 命令行接口是由 [@vuepress/cli](https://www.npmjs.com/package/@vu
44

55
执行 `vuepress --help` 来获取下列帮助信息:
66

7-
```sh
7+
```bash
88
Usage:
99
$ vuepress <command> [options]
1010

@@ -27,7 +27,7 @@ Options:
2727

2828
启动一个开发服务器,在本地开发你的 VuePress 站点。
2929

30-
```sh
30+
```bash
3131
Usage:
3232
$ vuepress dev [sourceDir]
3333

@@ -54,7 +54,7 @@ Options:
5454

5555
将你的 VuePress 站点构建成静态文件,以便你进行后续[部署](../guide/deployment.md)
5656

57-
```sh
57+
```bash
5858
Usage:
5959
$ vuepress build [sourceDir]
6060

0 commit comments

Comments
 (0)