This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8bcaa9b836b Handling image display issues (#818)
8bcaa9b836b is described below

commit 8bcaa9b836b955ef5604b3918ee694664ba99543
Author: aiceflower <[email protected]>
AuthorDate: Fri Oct 10 14:35:27 2025 +0800

    Handling image display issues (#818)
    
    * prepare for release 1.8.0
    
    * fix picture show problems
    
    ---------
    
    Co-authored-by: aiceflower <[email protected]>
    Co-authored-by: Casion <[email protected]>
---
 community/how-to-contribute-to-website.md              |   6 ++----
 community/how-to-contribute.md                         |   2 +-
 community/how-to-email.md                              |   2 +-
 community/how-to-release.md                            |  12 ++++++------
 .../current/how-to-contribute-to-website.md            |   6 ++----
 .../current/how-to-contribute.md                       |   2 +-
 .../current/how-to-email.md                            |   2 +-
 .../current/how-to-release.md                          |  14 +++++++-------
 static/Images-zh/Architecture/create-branch.png        | Bin 0 -> 107353 bytes
 static/Images-zh/Architecture/update-code.png          | Bin 0 -> 55853 bytes
 static/Images-zh/Architecture/use-qq-email.png         | Bin 0 -> 76464 bytes
 static/Images/Architecture/create-branch.png           | Bin 0 -> 107353 bytes
 static/Images/Architecture/update-code.png             | Bin 0 -> 55853 bytes
 static/Images/Architecture/use-qq-email.png            | Bin 0 -> 76464 bytes
 .../Images/community/create-github-version-check.png   | Bin 0 -> 68541 bytes
 static/Images/community/create-github-version.png      | Bin 0 -> 65430 bytes
 static/Images/community/mail-thread-rep.png            | Bin 0 -> 18226 bytes
 static/Images/community/mail-thread.png                | Bin 0 -> 32280 bytes
 static/Images/community/mail-txt.png                   | Bin 0 -> 32085 bytes
 static/Images/community/qq-mail-txt.png                | Bin 0 -> 76464 bytes
 20 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/community/how-to-contribute-to-website.md 
b/community/how-to-contribute-to-website.md
index 7caafeb7a0c..18671016b94 100644
--- a/community/how-to-contribute-to-website.md
+++ b/community/how-to-contribute-to-website.md
@@ -180,7 +180,7 @@ English siderbar titles should be capitalized except for 
prepositions, and only
 
 ## 4 New documents
 
-![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+) The md 
document is recommended to be viewed by visiting the official website and 
viewing the md document through github. There is a problem that static 
resources such as pictures cannot be displayed correctly
+ The md document is recommended to be viewed by visiting the official website 
and viewing the md document through github. There is a problem that static 
resources such as pictures cannot be displayed correctly
 
 - The English document docs/ corresponds to the next Next version to be 
released, and the historical archive version is stored in the 
versioned_docs/version-${versionno} directory.
 - Chinese documents are placed in the corresponding directory of 
i18n/zh-CN/docusaurus-plugin-content-docs/, current is the next version to be 
released. version-${versionno} is the historical archive version.
@@ -197,12 +197,10 @@ After the verification is correct, the asf-staging branch 
can be merged to the a
 
 ## 6 Points for attention
 - When adding Chinese documents, you need to add English documents at the same 
time, otherwise the added page cannot be displayed  
-- When adding a document, pay attention to the document node name and node 
sorting fields, as shown in the following figure  
-![pg-eng](https://user-images.githubusercontent.com/29391030/161210331-497bbc90-369d-4401-b9dd-fe63bbaba850.png)
+- When adding a document, pay attention to the document node name and node 
sorting fields
 
 ## 7 Acknowledgments
 
-[![Deploys by 
Netlify](https://www.netlify.com/img/global/badges/netlify-color-accent.svg 
"Deploys by Netlify")](https://www.netlify.com/) 
 [Netlify](https://www.netlify.com) kindly provides pull request builds, checks 
and previews for this website.
 
 ## 8 Other
diff --git a/community/how-to-contribute.md b/community/how-to-contribute.md
index 47d3a0895d9..bdf83164e74 100644
--- a/community/how-to-contribute.md
+++ b/community/how-to-contribute.md
@@ -44,7 +44,7 @@ Fork library: From https://github.com/apache/linkis fork to 
your own personal re
 #### 2.1.2 Synchronize the latest code of the original warehouse branch to 
your own fork library
 1. Enter the user project page and select the branch to be updated
 2. Click fetch upstream under the code download button and select fetch and 
merge (if the branch of your own fork library is accidentally polluted, you can 
delete the branch and synchronize the new branch of the original warehouse to 
your own fork library. For instructions, see [Synchronize the new branch of the 
original repository to your own fork 
repository](#213-synchronize-the-new-branch-of-the-original-repository-to-your-own-fork-repository))
-   
![update-code](https://user-images.githubusercontent.com/29391030/161004948-44469d93-b2d0-48ae-a707-188f20fbb8c3.png)
+   ![update-code](/Images/Architecture/update-code.png)
 
 #### 2.1.3 Synchronize the new branch of the original repository to your own 
fork repository
 
diff --git a/community/how-to-email.md b/community/how-to-email.md
index 5774c78528e..ec6404152e5 100644
--- a/community/how-to-email.md
+++ b/community/how-to-email.md
@@ -136,7 +136,7 @@ I checked:
 ## 6. Appendix
 ** QQ mailbox switch to plain text format **
 
-![image](https://user-images.githubusercontent.com/11496700/149449779-d0116bb1-de9e-4cc4-98fb-af3327b15c09.png)
+![image](/Images/Architecture/use-qq-email.png)
 
 
 ** Email configuration reply default subject keywords **
diff --git a/community/how-to-release.md b/community/how-to-release.md
index 95736447f4f..7cab7234408 100644
--- a/community/how-to-release.md
+++ b/community/how-to-release.md
@@ -559,11 +559,11 @@ ${Linkis Release Manager}
 All mailing archives can be found at 
[[email protected]](https://lists.apache.org/[email protected]),
 a mailing thread, via the [ Permanent link to this email]
 Get the accessible url address of the email
 
-![image](https://user-images.githubusercontent.com/7869972/201943103-9add304d-ca25-4b78-8282-38424f73a28b.png)
+![image](/Images/community/mail-thread.png)
 
 Some mailboxes 163/sina reply with the Chinese "reply" by default, which will 
cause the apache mail to be recognized as a new thread mail, and the 
configuration needs to be modified.
 
-![image](https://user-images.githubusercontent.com/7869972/201942374-5d9b7b93-5211-4c9b-be53-86c9b4ec7bfe.png)
+![image](/Images/community/mail-thread-rep.png)
 
 ## 6 Official release
 
@@ -701,11 +701,11 @@ Release-1.1.2
 Release Notes: https://linkis.apache.org/download/release-notes-1.1.2
 
 ```
-![image](https://user-images.githubusercontent.com/7869972/210697538-2568c05f-20a5-4487-94f9-9e053116ba0e.png)
+![image](/Images/community/create-github-version.png)
 
 **step2 check**
 
-![image](https://user-images.githubusercontent.com/7869972/172566107-12475a5b-2fba-4dbe-9e96-f4a7a67aa4a9.png)
+![image](/Images/community/create-github-version-check.png)
 
 **step3 Merge `${release_version}-RC` branch to `master` branch (if not 
merged)**
 
@@ -847,8 +847,8 @@ For more information, please refer to the official [Email 
Specification](https:/
 
 ** Gmail mailbox switch to plain text format **
 
-![image](https://user-images.githubusercontent.com/7869972/152912490-a5038505-e487-4451-be9a-e26021877e4f.png)
+![image](/Images/community/mail-txt.png)
 
 ** QQ mailbox switch to plain text format **
 
-![image](https://user-images.githubusercontent.com/11496700/149449779-d0116bb1-de9e-4cc4-98fb-af3327b15c09.png)
\ No newline at end of file
+![image](/Images/community/qq-mail-txt.png)
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute-to-website.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute-to-website.md
index 707a95e1f84..6f7cf8c5336 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute-to-website.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute-to-website.md
@@ -179,7 +179,7 @@ Visit the page https://linkis.apache.org/zh-CN/user
 
 ## 4 新增文档
 
-![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+) 
md文档建议通过访问官网查看,通过github查看md文档存在图片等静态资源无法正确显示问题
+md文档建议通过访问官网查看,通过github查看md文档存在图片等静态资源无法正确显示问题
 
 - 英文文档 docs/对应目录为即将发布的下一Next版本,历史存档版本存放在versioned_docs/version-${versionno}目录下。
 - 中文文档 
放在i18n/zh-CN/docusaurus-plugin-content-docs/对应目录下,current为即将发布的下一个版本.version-${versionno}为历史存档版本。
@@ -196,12 +196,10 @@ Apache内部机制会将asf-staging分支内容部署至测试环境,所以当
 
 ## 6 注意点
 - 添加中文文档的同时需要加上英文文档,否则无法展示添加的页面  
-- 添加文档的时候注意文档侧边栏节点展示的名称字段(title)和侧边栏节点展示的顺序字段(sidebar_position),如下图   
-![pg-ch](https://user-images.githubusercontent.com/29391030/161209898-847d0d43-8721-41a0-a30b-25896aabe56c.png)
+- 添加文档的时候注意文档侧边栏节点展示的名称字段(title)和侧边栏节点展示的顺序字段(sidebar_position)
 
 ## 7 致谢 
 
-[![由 Netlify 
部署](https://www.netlify.com/img/global/badges/netlify-color-accent.svg "由 
Netlify 部署")](https://www.netlify.com/)
 [Netlify](https://www.netlify.com/) 为本网站提供拉取请求的构建、检查和预览。
 
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute.md
index e8423b93f4c..8ef8bc6dcab 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute.md
@@ -51,7 +51,7 @@ fork库: 从https://github.com/apache/linkis fork到自己个人仓库 成为for
 #### 2.1.2 同步原仓库分支最新代码到自己的fork库   
 1.进入用户项目页面,选中要更新的分支  
 2.点击code下载按钮下方的Fetch upstream,选择Fetch and merge 
(如自己的fork库该分支不小心污染了,可以删除该分支后,同步原仓库新分支到自己的fork库,参见指引[同步原仓库分支最新代码到自己的fork库](#213-同步原仓库新分支到自己的fork库))
-![update-code](https://user-images.githubusercontent.com/29391030/161004948-44469d93-b2d0-48ae-a707-188f20fbb8c3.png)
+![update-code](/Images-zh/Architecture/update-code.png)
 
 #### 2.1.3 同步原仓库新分支到自己的fork库
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-email.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-email.md
index 2e61a8b5909..50cc8e52438 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-email.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-email.md
@@ -126,7 +126,7 @@ I  checked:
 
 ** QQ邮箱切换纯文本格式 **
 
-![image](https://user-images.githubusercontent.com/11496700/149449779-d0116bb1-de9e-4cc4-98fb-af3327b15c09.png)
+![image](/Images-zh/Architecture/use-qq-email.png)
 
 ** 邮箱配置回复默认主题关键字 **
 中文`回复:`会存在问题
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
index a4b821b80bd..030b15ceb6e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
@@ -263,7 +263,7 @@ mvn --encrypt-password <apache password>
 
 如当前开发的源码分支为dev-1.1.2,需要发布1.1.2的版本,创建分支:release-1.1.2-rc1
 
-![image](https://user-images.githubusercontent.com/7869972/172558655-c734e37d-b005-4016-9821-e6ee047faf1e.png)
+![image](/Images-zh/Architecture/create-branch.png)
 
 #### 2.1.2 clone对应的release分支到本地 
 ```shell script
@@ -700,11 +700,11 @@ ${Linkis Release Manager}
 
所有邮件存档都可以在[[email protected]](https://lists.apache.org/[email protected])
 查到,一个邮件线程,可以通过下方的[Permanent link to this email]
 获取到该邮件的可访问的url地址 
 
-![image](https://user-images.githubusercontent.com/7869972/201943103-9add304d-ca25-4b78-8282-38424f73a28b.png)
+![image](/Images/community/mail-thread.png)
 
 有些邮箱163/sina 回复时候 默认是带上中文“回复”会导致apache 邮件 识别为一封新线程邮件,需要修改配置。
 
-![image](https://user-images.githubusercontent.com/7869972/201942374-5d9b7b93-5211-4c9b-be53-86c9b4ec7bfe.png)
+![image](/Images/community/mail-thread-rep.png)
 
 
 ## 6 正式发布
@@ -848,11 +848,11 @@ Release-1.1.2
 Release Notes: https://linkis.apache.org/download/release-notes-1.1.2
 
 ```
-![image](https://user-images.githubusercontent.com/7869972/210697538-2568c05f-20a5-4487-94f9-9e053116ba0e.png)
+![image](/Images/community/create-github-version.png)
 
 **step2 检查**
 
-![image](https://user-images.githubusercontent.com/7869972/172566107-12475a5b-2fba-4dbe-9e96-f4a7a67aa4a9.png)
+![image](/Images/community/create-github-version-check.png)
 
 **step3  合并`${release_version}-RC`分支到`master`分支(如果未合并)**
 
@@ -993,8 +993,8 @@ svn commit -m "prepare for ${release_version} ${rc_version}"
 
 ** Gmail邮箱切换纯文本格式 **
 
-![image](https://user-images.githubusercontent.com/7869972/152912490-a5038505-e487-4451-be9a-e26021877e4f.png)
+![image](/Images/community/mail-txt.png)
 
 ** QQ邮箱切换纯文本格式 **
 
-![image](https://user-images.githubusercontent.com/11496700/149449779-d0116bb1-de9e-4cc4-98fb-af3327b15c09.png)
+![image](/Images/community/qq-mail-txt.png)
diff --git a/static/Images-zh/Architecture/create-branch.png 
b/static/Images-zh/Architecture/create-branch.png
new file mode 100644
index 00000000000..651713cc2d4
Binary files /dev/null and b/static/Images-zh/Architecture/create-branch.png 
differ
diff --git a/static/Images-zh/Architecture/update-code.png 
b/static/Images-zh/Architecture/update-code.png
new file mode 100644
index 00000000000..26a57203d4f
Binary files /dev/null and b/static/Images-zh/Architecture/update-code.png 
differ
diff --git a/static/Images-zh/Architecture/use-qq-email.png 
b/static/Images-zh/Architecture/use-qq-email.png
new file mode 100644
index 00000000000..ea270b3daa4
Binary files /dev/null and b/static/Images-zh/Architecture/use-qq-email.png 
differ
diff --git a/static/Images/Architecture/create-branch.png 
b/static/Images/Architecture/create-branch.png
new file mode 100644
index 00000000000..651713cc2d4
Binary files /dev/null and b/static/Images/Architecture/create-branch.png differ
diff --git a/static/Images/Architecture/update-code.png 
b/static/Images/Architecture/update-code.png
new file mode 100644
index 00000000000..26a57203d4f
Binary files /dev/null and b/static/Images/Architecture/update-code.png differ
diff --git a/static/Images/Architecture/use-qq-email.png 
b/static/Images/Architecture/use-qq-email.png
new file mode 100644
index 00000000000..ea270b3daa4
Binary files /dev/null and b/static/Images/Architecture/use-qq-email.png differ
diff --git a/static/Images/community/create-github-version-check.png 
b/static/Images/community/create-github-version-check.png
new file mode 100644
index 00000000000..42099d399e8
Binary files /dev/null and 
b/static/Images/community/create-github-version-check.png differ
diff --git a/static/Images/community/create-github-version.png 
b/static/Images/community/create-github-version.png
new file mode 100644
index 00000000000..8fd6827ec12
Binary files /dev/null and b/static/Images/community/create-github-version.png 
differ
diff --git a/static/Images/community/mail-thread-rep.png 
b/static/Images/community/mail-thread-rep.png
new file mode 100644
index 00000000000..bc045b9cb5f
Binary files /dev/null and b/static/Images/community/mail-thread-rep.png differ
diff --git a/static/Images/community/mail-thread.png 
b/static/Images/community/mail-thread.png
new file mode 100644
index 00000000000..c9826ab4f23
Binary files /dev/null and b/static/Images/community/mail-thread.png differ
diff --git a/static/Images/community/mail-txt.png 
b/static/Images/community/mail-txt.png
new file mode 100644
index 00000000000..e8a7d94052e
Binary files /dev/null and b/static/Images/community/mail-txt.png differ
diff --git a/static/Images/community/qq-mail-txt.png 
b/static/Images/community/qq-mail-txt.png
new file mode 100644
index 00000000000..ea270b3daa4
Binary files /dev/null and b/static/Images/community/qq-mail-txt.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to