We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6a2e1 commit 7ced849Copy full SHA for 7ced849
src/router/routes/index.ts
@@ -99,7 +99,7 @@ const customRoutes: CustomRoute[] = [
99
path: 'project',
100
component: 'view.iframe-page',
101
props: {
102
- url: 'https://docs.soybeanjs.cn/zh'
+ url: 'https://react-soybean-docs.pages.dev/index-cn?theme=dark'
103
},
104
meta: {
105
title: 'document_project',
@@ -117,7 +117,7 @@ const customRoutes: CustomRoute[] = [
117
i18nKey: 'route.document_project-link',
118
order: 2,
119
localIcon: 'logo',
120
- href: 'https://docs.soybeanjs.cn/zh'
+ href: 'https://react-soybean-docs.pages.dev/index-cn?theme=dark'
121
}
122
123
{
0 commit comments