Skip to content

Commit d1a88ec

Browse files
committed
docs: update introduction section title
1 parent 209966d commit d1a88ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ During development, we start a normal dev-server, and serve the VuePress site as
1414

1515
During build, we create a server-rendered version of the VuePress site and render the corresponding HTML by virtually visiting each route. This approach is inspired by [Nuxt](https://nuxtjs.org/)'s `nuxt generate` command and other projects like [Gatsby](https://www.gatsbyjs.org/).
1616

17-
## Relationship with VitePress
17+
## VuePress and VitePress: The Connection
1818

1919
VitePress can be seen as the younger sibling of VuePress. Both were originally created by Evan You, the author of Vue.js. Today, VitePress is maintained by the Vue.js team, while VuePress is maintained by the VuePress team.
2020

docs/zh/guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VuePress 诞生的初衷是为了支持 Vue.js 及其子项目的文档需求,
1414

1515
在构建过程中,我们会为 VuePress 站点创建一个服务端渲染 (SSR) 的版本,然后通过虚拟访问每一条路径来渲染对应的 HTML 。这种做法的灵感来源于 [Nuxt](https://nuxtjs.org/)`nuxt generate` 命令,以及其他的一些项目,比如 [Gatsby](https://www.gatsbyjs.org/)
1616

17-
## 与 VitePress 的关系
17+
## VuePress 与 VitePress 的关系
1818

1919
VitePress 可以看作是 VuePress 的孪生兄弟。它们最初都是由 Vue.js 的作者 Evan You 创建。如今,VitePress 由 Vue.js 团队维护,而 VuePress 则由 VuePress 团队维护。
2020

0 commit comments

Comments
 (0)