Merge pull request #8488 from dataease/pr@v1_fix_docs_url

fix: 修复文档链接地址 #8483
This commit is contained in:
fit2cloudrd 2024-03-14 09:34:10 +08:00 committed by GitHub
commit 9a516124a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -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 的技术栈

View File

@ -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.Referencehttps://dataease.io/docs/user_manual/dataset_configuration/dataset_Excel',
parse_error: 'Parse failed,please check.Referencehttps://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',

View File

@ -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',

View File

@ -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',

View File

@ -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'
},
{

View File

@ -5,7 +5,7 @@
</el-row>
<el-row class="demo_bottom">
<a
href="https://dataease.io/docs/dev_manual/dev_manual/"
href="https://dataease.io/docs/v1/dev_manual/dev_manual/"
target="_blank"
>{{ $t('wizard.click_show') }}</a>
</el-row>

View File

@ -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'),

View File

@ -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: {}
}