From 8397875674087984bc3b7efcf39cdb54077ba363 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Fri, 29 Dec 2023 12:38:38 +0800 Subject: [PATCH] docs: update core repository url --- docs/.vuepress/config.ts | 2 +- docs/.vuepress/configs/navbar/en.ts | 4 ++-- docs/.vuepress/configs/navbar/zh.ts | 4 ++-- docs/guide/getting-started.md | 2 +- docs/zh/guide/getting-started.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 4a2f4dc5..6008dc42 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -49,7 +49,7 @@ export default defineUserConfig({ // configure default theme theme: defaultTheme({ logo: '/images/hero.png', - repo: 'vuepress/vuepress-next', + repo: 'vuepress/docs', docsDir: 'docs', // theme-level locales config diff --git a/docs/.vuepress/configs/navbar/en.ts b/docs/.vuepress/configs/navbar/en.ts index bc109b99..ad1e7a1e 100644 --- a/docs/.vuepress/configs/navbar/en.ts +++ b/docs/.vuepress/configs/navbar/en.ts @@ -126,7 +126,7 @@ export const navbarEn: NavbarConfig = [ children: [ { text: 'Contributing Guide', - link: 'https://github.com/vuepress/vuepress-next/blob/main/CONTRIBUTING.md', + link: 'https://github.com/vuepress/core/blob/main/CONTRIBUTING.md', }, { text: 'Awesome VuePress', @@ -141,7 +141,7 @@ export const navbarEn: NavbarConfig = [ children: [ { text: 'Changelog', - link: 'https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md', + link: 'https://github.com/vuepress/core/blob/main/CHANGELOG.md', }, { text: 'v1.x', diff --git a/docs/.vuepress/configs/navbar/zh.ts b/docs/.vuepress/configs/navbar/zh.ts index 03b000b3..68a7666c 100644 --- a/docs/.vuepress/configs/navbar/zh.ts +++ b/docs/.vuepress/configs/navbar/zh.ts @@ -123,7 +123,7 @@ export const navbarZh: NavbarConfig = [ children: [ { text: '贡献指南', - link: 'https://github.com/vuepress/vuepress-next/blob/main/CONTRIBUTING_zh.md', + link: 'https://github.com/vuepress/core/blob/main/CONTRIBUTING_zh.md', }, { text: 'Awesome VuePress', @@ -138,7 +138,7 @@ export const navbarZh: NavbarConfig = [ children: [ { text: '更新日志', - link: 'https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md', + link: 'https://github.com/vuepress/core/blob/main/CHANGELOG.md', }, { text: 'v1.x', diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 99bd7ca7..2f89a060 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -1,7 +1,7 @@ # Getting Started ::: warning -VuePress v2 is currently in RC (Release Candidate) stage. It's ready to be used for building your site, but the config and API are not stable enough, which is possibly to have minor breaking changes. So make sure to read the [changelog](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md) carefully each time you upgrade a RC version. +VuePress v2 is currently in RC (Release Candidate) stage. It's ready to be used for building your site, but the config and API are not stable enough, which is possibly to have minor breaking changes. So make sure to read the [changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md) carefully each time you upgrade a RC version. ::: ## Try It Online diff --git a/docs/zh/guide/getting-started.md b/docs/zh/guide/getting-started.md index b3e43f44..08676266 100644 --- a/docs/zh/guide/getting-started.md +++ b/docs/zh/guide/getting-started.md @@ -1,7 +1,7 @@ # 快速上手 ::: warning -VuePress v2 目前仍处于 RC (Release Candidate) 阶段。你已经可以用它来构建你的站点,但是它的配置和 API 还不够稳定,有可能会发生一些微小的 Breaking Changes 。因此,在每次更新 RC 版本之后,请一定要仔细阅读 [更新日志](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md)。 +VuePress v2 目前仍处于 RC (Release Candidate) 阶段。你已经可以用它来构建你的站点,但是它的配置和 API 还不够稳定,有可能会发生一些微小的 Breaking Changes 。因此,在每次更新 RC 版本之后,请一定要仔细阅读 [更新日志](https://github.com/vuepress/core/blob/main/CHANGELOG.md)。 ::: ## 在线试一试