Skip to content

Commit 2a9b67e

Browse files
committed
build: bump deps
1 parent 631ada3 commit 2a9b67e

File tree

14 files changed

+3208
-2712
lines changed

14 files changed

+3208
-2712
lines changed

docs/guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Check out the [Config Reference](../reference/config.md) for a full list of VueP
4646

4747
In most cases, the config file is sufficient to configure your VuePress site. However, sometimes users may want to add some client-side code directly. To help with this, VuePress also supports a client config file:
4848

49-
```
49+
```text
5050
├─ docs
5151
│ ├─ .vuepress
5252
│ │ ├─ client.js <--- client config file

docs/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ echo '# Hello VuePress' > docs/README.md
151151

152152
After the setup, the minimal structure of your project should look like this:
153153

154-
```
154+
```text
155155
├─ docs
156156
│ ├─ .vuepress
157157
│ │ └─ config.js
@@ -165,7 +165,7 @@ The `docs/.vuepress` directory, i.e. the `.vuepress` directory in the source dir
165165

166166
::: details Example `.gitignore` file
167167

168-
```
168+
```ignore
169169
# VuePress default temp directory
170170
.vuepress/.temp
171171
# VuePress default cache directory

docs/guide/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To take advantage of multi-language support in VuePress, you first need to use the following file and directory structure:
66

7-
```
7+
```text
88
docs
99
├─ README.md
1010
├─ foo.md

docs/guide/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ By default, the route path of a page is determined by the relative path of your
88

99
Assuming this is the directory structure of your markdown files:
1010

11-
```
11+
```text
1212
└─ docs
1313
├─ guide
1414
│ ├─ getting-started.md

docs/reference/cli.md

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

33
Run `vuepress --help` to get following help messages:
44

5-
```
5+
```text
66
Usage:
77
$ vuepress <command> [options]
88
@@ -31,7 +31,7 @@ Set environment variable `DEBUG=vuepress*` to enable debug logs.
3131

3232
Start a development server to develop your VuePress site locally.
3333

34-
```
34+
```text
3535
Usage:
3636
$ vuepress dev [sourceDir]
3737
@@ -58,7 +58,7 @@ Options set by CLI will override those options with the same name in your config
5858

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

61-
```
61+
```text
6262
Usage:
6363
$ vuepress build [sourceDir]
6464

docs/zh/guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineUserConfig({
4646

4747
在大多数情况下,配置文件已经足够帮助你配置好你的 VuePress 站点。不过,有些时候用户们可能希望直接添加一些客户端代码。 VuePress 通过客户端配置文件来支持这种需求:
4848

49-
```
49+
```text
5050
├─ docs
5151
│ ├─ .vuepress
5252
│ │ ├─ client.js <--- 客户端配置文件

docs/zh/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ echo '# Hello VuePress' > docs/README.md
151151

152152
创建完成后,你项目的目录结构应该是这样的:
153153

154-
```
154+
```text
155155
├─ docs
156156
│ ├─ .vuepress
157157
│ │ └─ config.js
@@ -165,7 +165,7 @@ echo '# Hello VuePress' > docs/README.md
165165

166166
::: details 示例 `.gitignore` 文件
167167

168-
```
168+
```ignore
169169
# VuePress 默认临时文件目录
170170
.vuepress/.temp
171171
# VuePress 默认缓存目录

docs/zh/guide/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
要启用 VuePress 的多语言支持,首先需要使用如下的文件目录结构:
66

7-
```
7+
```text
88
docs
99
├─ README.md
1010
├─ foo.md

docs/zh/guide/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VuePress 是以 Markdown 为中心的。你项目中的每一个 Markdown 文件
88

99
假设这是你的 Markdown 文件所处的目录结构:
1010

11-
```
11+
```text
1212
└─ docs
1313
├─ guide
1414
│ ├─ getting-started.md

docs/zh/reference/cli.md

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

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

5-
```
5+
```text
66
Usage:
77
$ vuepress <command> [options]
88
@@ -31,7 +31,7 @@ VuePress 使用了 [debug](https://www.npmjs.com/package/debug) 模块。
3131

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

34-
```
34+
```text
3535
Usage:
3636
$ vuepress dev [sourceDir]
3737
@@ -58,7 +58,7 @@ Options:
5858

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

61-
```
61+
```text
6262
Usage:
6363
$ vuepress build [sourceDir]
6464

0 commit comments

Comments
 (0)