Skip to content

Commit 400d8c7

Browse files
committed
docs: update website hostname
1 parent 73ae4b5 commit 400d8c7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/issue-labeled.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
actions: 'create-comment'
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
body: |
30-
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [v2.vuepress.vuejs.org/new](https://v2.vuepress.vuejs.org/new). Issues marked with `need reproduction` will be closed if they have no activity within 7 days.
30+
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [vuepress.vuejs.org/new](https://vuepress.vuejs.org/new). Issues marked with `need reproduction` will be closed if they have no activity within 7 days.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ All the markdown source files are placed in `docs` directory. We are maintaining
1111

1212
We have two different deployments:
1313

14-
- Release deployment powered by [Netlify](https://www.netlify.com). This deployment is built from the latest released version, so users will not see unreleased changes. The domain name is [https://v2.vuepress.vuejs.org](https://v2.vuepress.vuejs.org).
14+
- Release deployment powered by [Netlify](https://www.netlify.com). This deployment is built from the latest released version, so users will not see unreleased changes. The domain name is [https://vuepress.vuejs.org](https://vuepress.vuejs.org).
1515
- Developer deployment powered by [GitHub Pages](https://pages.github.com). This deployment is built from the latest commit, so developers could preview the latest changes. The domain name is [https://vuepress.github.io](https://vuepress.github.io).

CONTRIBUTING_zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ VuePress 的文档是由 VuePress 自己驱动的,是由该仓库中的源码
1111

1212
我们部署了两套站点:
1313

14-
-[Netlify](https://www.netlify.com) 部署的 Release 版本。该站点是从最新发布的版本中构建而来,因此用户不会看到未发布的改动。域名为 [https://v2.vuepress.vuejs.org](https://v2.vuepress.vuejs.org)
14+
-[Netlify](https://www.netlify.com) 部署的 Release 版本。该站点是从最新发布的版本中构建而来,因此用户不会看到未发布的改动。域名为 [https://vuepress.vuejs.org](https://vuepress.vuejs.org)
1515
-[GitHub Pages](https://pages.github.com) 部署的 Developer 版本。该站点是从最新的提交中构建而来,因此开发者可以预览最新的改动。域名为 [https://vuepress.github.io](https://vuepress.github.io)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VuePress documentation repository.
88

99
## Deployments
1010

11-
- Release deployment: <https://v2.vuepress.vuejs.org>
11+
- Release deployment: <https://vuepress.vuejs.org>
1212
- Developer deployment: <https://vuepress.github.io>
1313

1414
## License

docs/.vuepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default defineUserConfig({
4848

4949
// configure default theme
5050
theme: defaultTheme({
51-
hostname: 'https://v2.vuepress.vuejs.org',
51+
hostname: 'https://vuepress.vuejs.org',
5252
logo: '/images/hero.png',
5353
repo: 'vuepress/core',
5454
docsRepo: 'vuepress/docs',

0 commit comments

Comments
 (0)