File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ assignees: ''
38
38
- Browser:
39
39
- Output of ` vuepress info ` :
40
40
41
- ``` sh
41
+ ``` bash
42
42
# Paste output of `vuepress info` here
43
43
```
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ It would be useful in some cases:
24
24
25
25
Take our documentation source files as an example, we are putting the logo of VuePress inside the public directory:
26
26
27
- ``` sh
27
+ ``` bash
28
28
└─ docs
29
29
├─ .vuepress
30
30
| └─ public
@@ -77,7 +77,7 @@ Config reference: [base](../reference/config.md#base)
77
77
78
78
Although it is not a common usage, you can reference images from dependent packages:
79
79
80
- ``` sh
80
+ ``` bash
81
81
npm install -D package-name
82
82
```
83
83
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ When using Markdown [link syntax](https://spec.commonmark.org/0.29/#link-referen
33
33
34
34
Take our documentation source files as an example:
35
35
36
- ``` sh
36
+ ``` bash
37
37
└─ docs
38
38
├─ guide
39
39
│ ├─ getting-started.md
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ VuePress CLI is provided by [@vuepress/cli](https://www.npmjs.com/package/@vuepr
4
4
5
5
Run ` vuepress --help ` to get following help messages:
6
6
7
- ``` sh
7
+ ``` bash
8
8
Usage:
9
9
$ vuepress < command> [options]
10
10
@@ -27,7 +27,7 @@ Options:
27
27
28
28
Start a development server to develop your VuePress site locally.
29
29
30
- ``` sh
30
+ ``` bash
31
31
Usage:
32
32
$ vuepress dev [sourceDir]
33
33
@@ -54,7 +54,7 @@ Options set by CLI will override those options with the same name in your config
54
54
55
55
Build your VuePress site to static files, which are ready for [ deployment] ( ../guide/deployment.md ) .
56
56
57
- ``` sh
57
+ ``` bash
58
58
Usage:
59
59
$ vuepress build [sourceDir]
60
60
Original file line number Diff line number Diff line change 24
24
25
25
以我们文档的源文件为例,我们把 VuePress 的 Logo 放在了 Public 目录下:
26
26
27
- ``` sh
27
+ ``` bash
28
28
└─ docs
29
29
├─ .vuepress
30
30
| └─ public
77
77
78
78
尽管这不是常见用法,但是你可以从依赖包中引用图片:
79
79
80
- ``` sh
80
+ ``` bash
81
81
npm install -D package-name
82
82
```
83
83
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ VuePress 会使用 [markdown-it](https://github.com/markdown-it/markdown-it) 来
33
33
34
34
以我们文档的源文件为例:
35
35
36
- ``` sh
36
+ ``` bash
37
37
└─ docs
38
38
└─ zh
39
39
├─ guide
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ VuePress 命令行接口是由 [@vuepress/cli](https://www.npmjs.com/package/@vu
4
4
5
5
执行 ` vuepress --help ` 来获取下列帮助信息:
6
6
7
- ``` sh
7
+ ``` bash
8
8
Usage:
9
9
$ vuepress < command> [options]
10
10
@@ -27,7 +27,7 @@ Options:
27
27
28
28
启动一个开发服务器,在本地开发你的 VuePress 站点。
29
29
30
- ``` sh
30
+ ``` bash
31
31
Usage:
32
32
$ vuepress dev [sourceDir]
33
33
@@ -54,7 +54,7 @@ Options:
54
54
55
55
将你的 VuePress 站点构建成静态文件,以便你进行后续[ 部署] ( ../guide/deployment.md ) 。
56
56
57
- ``` sh
57
+ ``` bash
58
58
Usage:
59
59
$ vuepress build [sourceDir]
60
60
You can’t perform that action at this time.
0 commit comments