From 48b6fdfe3749cbc7ab6cdc11a64a95272546c254 Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Thu, 14 Mar 2024 09:33:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- README.md | 2 +- core/frontend/src/lang/en.js | 2 +- core/frontend/src/lang/tw.js | 2 +- core/frontend/src/lang/zh.js | 2 +- core/frontend/src/views/wizard/IndexBack.vue | 2 +- core/frontend/src/views/wizard/details/OnlineDocument.vue | 2 +- core/frontend/src/views/wizard/index.vue | 2 +- core/mobile/src/pages/tabBar/me/outlink.vue | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 22fd416bb9..29bc72d08b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ PR are always welcome, even if they only contain small fixes like typos or a few Please submit a PR broken down into small changes' bit by bit. A PR consisting of a lot of features and code changes may be hard to review. It is recommended to submit PRs in an incremental fashion. -This [development guideline](https://dataease.io/docs/dev_manual/dev_manual/) contains information about repository structure, how to set up development environment, how to run it, and more. +This [development guideline](https://dataease.io/docs/v1/dev_manual/dev_manual/) contains information about repository structure, how to set up development environment, how to run it, and more. Note: If you split your pull request to small changes, please make sure any of the changes goes to master will not break anything. Otherwise, it can not be merged until this feature complete. diff --git a/README.md b/README.md index 1690f0b2fe..73a68bf5ba 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ curl -sSL https://dataease.oss-cn-hangzhou.aliyuncs.com/quick_start.sh | bash **学习资料** -- [在线文档](https://dataease.io/docs/) +- [在线文档](https://dataease.io/docs/v1) - [社区论坛](https://bbs.fit2cloud.com/c/de/6) ## DataEase v1 的技术栈 diff --git a/core/frontend/src/lang/en.js b/core/frontend/src/lang/en.js index 72df76b7f8..72a8dc2ce6 100644 --- a/core/frontend/src/lang/en.js +++ b/core/frontend/src/lang/en.js @@ -1750,7 +1750,7 @@ export default { edit_field: 'Edit Field', preview_100_data: 'Show 100 lines data', invalid_table_check: 'Please sync data first.', - parse_error: 'Parse failed,please check.Reference:https://dataease.io/docs/user_manual/dataset_configuration/dataset_Excel', + parse_error: 'Parse failed,please check.Reference:https://dataease.io/docs/v1/user_manual/dataset_configuration/dataset_Excel', origin_field_type: 'Field Origin Type', edit_excel_table: 'Edit Excel Dataset', edit_excel: 'Edit Excel', diff --git a/core/frontend/src/lang/tw.js b/core/frontend/src/lang/tw.js index 132e9d7d89..505617cab3 100644 --- a/core/frontend/src/lang/tw.js +++ b/core/frontend/src/lang/tw.js @@ -1742,7 +1742,7 @@ export default { edit_field: '編輯字段', preview_100_data: '顯示前100行數據', invalid_table_check: '非直連數據集請先完成數據同步', - parse_error: 'Excel解析失敗,請檢查格式、字段等信息。具體參考:https://dataease.io/docs/user_manual/dataset_configuration/dataset_Excel', + parse_error: 'Excel解析失敗,請檢查格式、字段等信息。具體參考:https://dataease.io/docs/v1/user_manual/dataset_configuration/dataset_Excel', origin_field_type: '字段原始類型', edit_excel_table: '編輯Excel數據集', edit_excel: '編輯Excel', diff --git a/core/frontend/src/lang/zh.js b/core/frontend/src/lang/zh.js index 4cb4496b51..251068c9e4 100644 --- a/core/frontend/src/lang/zh.js +++ b/core/frontend/src/lang/zh.js @@ -1742,7 +1742,7 @@ export default { edit_field: '编辑字段', preview_100_data: '显示前100行数据', invalid_table_check: '非直连数据集请先完成数据同步', - parse_error: 'Excel解析失败,请检查格式、字段等信息。具体参考:https://dataease.io/docs/user_manual/dataset_configuration/dataset_Excel', + parse_error: 'Excel解析失败,请检查格式、字段等信息。具体参考:https://dataease.io/docs/v1/user_manual/dataset_configuration/dataset_Excel', origin_field_type: '字段原始类型', edit_excel_table: '编辑Excel数据集', edit_excel: '编辑Excel', diff --git a/core/frontend/src/views/wizard/IndexBack.vue b/core/frontend/src/views/wizard/IndexBack.vue index 5c11925f9e..b3a9fd948a 100644 --- a/core/frontend/src/views/wizard/IndexBack.vue +++ b/core/frontend/src/views/wizard/IndexBack.vue @@ -65,7 +65,7 @@ export default { head: this.$t('wizard.online_document'), content: this.$t('wizard.online_document_hint'), bottom: '', - href: 'https://dataease.io/docs/index.html', + href: 'https://dataease.io/docs/v1/index.html', component: 'CardDetail' }, { diff --git a/core/frontend/src/views/wizard/details/OnlineDocument.vue b/core/frontend/src/views/wizard/details/OnlineDocument.vue index c369a32c2c..f93ecad478 100644 --- a/core/frontend/src/views/wizard/details/OnlineDocument.vue +++ b/core/frontend/src/views/wizard/details/OnlineDocument.vue @@ -5,7 +5,7 @@ {{ $t('wizard.click_show') }} diff --git a/core/frontend/src/views/wizard/index.vue b/core/frontend/src/views/wizard/index.vue index 95a7468677..81de5f4f7b 100644 --- a/core/frontend/src/views/wizard/index.vue +++ b/core/frontend/src/views/wizard/index.vue @@ -161,7 +161,7 @@ export default { content: this.$t('wizard.online_document_hint'), img: 'wizard_help', bgColor: '#F3F2FF', - href: 'https://dataease.io/docs/index.html' + href: 'https://dataease.io/docs/v1/index.html' }, { head: this.$t('wizard.enterprise_edition'), diff --git a/core/mobile/src/pages/tabBar/me/outlink.vue b/core/mobile/src/pages/tabBar/me/outlink.vue index 103a955aa0..a63d3b7b65 100644 --- a/core/mobile/src/pages/tabBar/me/outlink.vue +++ b/core/mobile/src/pages/tabBar/me/outlink.vue @@ -12,7 +12,7 @@ export default { return { urls: [ 'https://github.com/dataease/dataease', - 'https://dataease.io/docs/user_manual/general/' + 'https://dataease.io/docs/v1/user_manual/general/' ], banner: {} }