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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new c899f07b963 Remove shardingsphere-settings.jar and update doc (#19948)
c899f07b963 is described below

commit c899f07b9637fd3232a46ebb410dc5a1aa0a831e
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Sun Aug 7 22:21:21 2022 +0800

    Remove shardingsphere-settings.jar and update doc (#19948)
---
 CODE_OF_CONDUCT.md                                     |   2 +-
 docs/community/content/contribute/code-conduct.cn.md   |   2 +-
 docs/community/content/contribute/code-conduct.en.md   |   2 +-
 docs/community/static/data/shardingsphere-settings.jar | Bin 2251 -> 0 bytes
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 053e0352389..382b846c518 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -15,7 +15,7 @@ The following code of conduct is based on full compliance 
with [ASF CODE OF COND
  - Make sure the test coverage rate is not lower than the master branch.
  - Careful consideration for each `pull request`; Small and frequent `pull 
request` with complete unit function is welcomed.
  - Conform to `Contributor Covenant Code of Conduct` below.
- - If using IDEA,you can import the recommended 
[Settings](https://shardingsphere.apache.org/community/data/shardingsphere-settings.jar),
 or `src/resources/code-style-idea.xml`.
+ - If using IDEA,you can import the recommended 
`src/resources/code-style-idea.xml`.
 
 ## Contributor Covenant Code of Conduct
 
diff --git a/docs/community/content/contribute/code-conduct.cn.md 
b/docs/community/content/contribute/code-conduct.cn.md
index a4d54981eb7..430902c82f0 100644
--- a/docs/community/content/contribute/code-conduct.cn.md
+++ b/docs/community/content/contribute/code-conduct.cn.md
@@ -22,7 +22,7 @@ chapter = true
  - 确保覆盖率不低于 master 分支。
  - 应尽量将设计精细化拆分;做到小幅度修改,多次数提交,但应保证提交的完整性。
  - 确保遵守编码规范。
- - 如果您使用 IDEA,可导入推荐的 
[Settings](https://shardingsphere.apache.org/community/data/shardingsphere-settings.jar),或者
 `src/resources/code-style-idea.xml`。
+ - 如果您使用 IDEA,可导入推荐的 `src/resources/code-style-idea.xml`。
  - 通过 Spotless 统一代码风格,执行 `mvn spotless:apply` 格式化代码。
  
 ## 编码规范
diff --git a/docs/community/content/contribute/code-conduct.en.md 
b/docs/community/content/contribute/code-conduct.en.md
index ee50021e0ac..9fe14c3c638 100644
--- a/docs/community/content/contribute/code-conduct.en.md
+++ b/docs/community/content/contribute/code-conduct.en.md
@@ -19,7 +19,7 @@ The following code of conduct is based on full compliance 
with [ASF CODE OF COND
  - Make sure the test coverage rate is not lower than the master branch.
  - Careful consideration for each `pull request`; Small and frequent `pull 
request` with complete unit function is welcomed.
  - Conform to `Contributor Covenant Code of Conduct` below.
- - If using IDEA, you can import the recommended 
[Settings](https://shardingsphere.apache.org/community/data/shardingsphere-settings.jar),
 or `src/resources/code-style-idea.xml`.
+ - If using IDEA, you can import the recommended 
`src/resources/code-style-idea.xml`.
  - Through the uniform code style of spotless, execute the `mvn 
spotless:apply` formatted code.
 
 ## Contributor Covenant Code of Conduct
diff --git a/docs/community/static/data/shardingsphere-settings.jar 
b/docs/community/static/data/shardingsphere-settings.jar
deleted file mode 100644
index 97104c911b4..00000000000
Binary files a/docs/community/static/data/shardingsphere-settings.jar and 
/dev/null differ

Reply via email to