Skip to content

Commit

Permalink
docs: update core repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 29, 2023
1 parent cf11cda commit 8397875
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/configs/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/getting-started.md
Original file line number Diff line number Diff line change
@@ -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)
:::

## 在线试一试
Expand Down

0 comments on commit 8397875

Please sign in to comment.