Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions community/how-to-contribute-to-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion community/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion community/how-to-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 **
Expand Down
12 changes: 6 additions & 6 deletions community/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,11 +559,11 @@ ${Linkis Release Manager}
All mailing archives can be found at [dev@linkis.apache.org](https://lists.apache.org/list.html?dev@linkis.apache.org), 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

Expand Down Expand Up @@ -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)**

Expand Down Expand Up @@ -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)
![image](/Images/community/qq-mail-txt.png)
Original file line number Diff line number Diff line change
Expand Up @@ -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}为历史存档版本。
Expand All @@ -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/) 为本网站提供拉取请求的构建、检查和预览。


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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库

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

** 邮箱配置回复默认主题关键字 **
中文`回复:`会存在问题
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -700,11 +700,11 @@ ${Linkis Release Manager}
所有邮件存档都可以在[dev@linkis.apache.org](https://lists.apache.org/list.html?dev@linkis.apache.org) 查到,一个邮件线程,可以通过下方的[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 正式发布
Expand Down Expand Up @@ -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`分支(如果未合并)**

Expand Down Expand Up @@ -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)
Binary file added static/Images-zh/Architecture/create-branch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images-zh/Architecture/update-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images-zh/Architecture/use-qq-email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/Architecture/create-branch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/Architecture/update-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/Architecture/use-qq-email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/community/create-github-version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/community/mail-thread-rep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/community/mail-thread.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/community/mail-txt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/community/qq-mail-txt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading