This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new f0db90f71d [Doc] Remove re-upload file function in the 3.0.0's doc
(#11804)
f0db90f71d is described below
commit f0db90f71d53045e44f50a11a240d2b68f45905d
Author: xiangzihao <[email protected]>
AuthorDate: Wed Sep 7 09:45:51 2022 +0800
[Doc] Remove re-upload file function in the 3.0.0's doc (#11804)
---
docs/docs/en/guide/resource/file-manage.md | 6 ------
docs/docs/zh/guide/resource/file-manage.md | 8 --------
docs/img/reupload_file_en.png | Bin 168894 -> 0 bytes
3 files changed, 14 deletions(-)
diff --git a/docs/docs/en/guide/resource/file-manage.md
b/docs/docs/en/guide/resource/file-manage.md
index 53a737166d..9d7de7eac9 100644
--- a/docs/docs/en/guide/resource/file-manage.md
+++ b/docs/docs/en/guide/resource/file-manage.md
@@ -22,12 +22,6 @@ Click the "Upload File" button to upload, drag the file to
the upload area, the

-### Re-upload file
-
-Click the "Re-upload File" button in the file list to re-upload the file, drag
and drop the file to the upload area, and the file name will be automatically
completed with the uploaded file name.
-
-
-
### View File
For viewable file types, click the file name to view the file details.
diff --git a/docs/docs/zh/guide/resource/file-manage.md
b/docs/docs/zh/guide/resource/file-manage.md
index ab3b0bb923..be53add9c0 100644
--- a/docs/docs/zh/guide/resource/file-manage.md
+++ b/docs/docs/zh/guide/resource/file-manage.md
@@ -40,14 +40,6 @@
文件列表->点击"删除"按钮,删除指定文件
-### 重新上传文件
-
-点击文件列表中的”重新上传文件“按钮进行重新上传文件,将文件拖拽到上传区域,文件名会自动以上传的文件名称补全
-
-
-
-> 注意:上传、创建、重命名文件时,文件名和源文件名(上传时)均不能带有 `.` 以及 `/` 特殊符号。
-
## 任务样例
该样例主要通过一个简单的 shell 脚本,来演示如何在工作流定义中使用资源中心的文件。像 MR、Spark 等任务需要用到 jar 包,也是同理。
diff --git a/docs/img/reupload_file_en.png b/docs/img/reupload_file_en.png
deleted file mode 100644
index a96f6851f4..0000000000
Binary files a/docs/img/reupload_file_en.png and /dev/null differ