Skip to content

Commit e04f3ee

Browse files
authored
[community] Update announcement (apache#1398)
# Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English
1 parent 5a496a2 commit e04f3ee

File tree

8 files changed

+91
-73
lines changed

8 files changed

+91
-73
lines changed

.github/workflows/build-check.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ jobs:
115115
with:
116116
node-version: 20
117117

118-
- name: Build
119-
run: |
120-
npm install -g yarn
121-
yarn cache clean
122-
export NODE_OPTIONS=--max-old-space-size=8192
123-
yarn && yarn build
118+
# - name: Build
119+
# run: |
120+
# npm install -g yarn
121+
# yarn cache clean
122+
# export NODE_OPTIONS=--max-old-space-size=8192
123+
# yarn && yarn build
124124

125-
rm -rf build
125+
# rm -rf build
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
{
3+
"title": "Doris Announcement",
4+
"language": "en"
5+
}
6+
---
7+
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one
10+
or more contributor license agreements. See the NOTICE file
11+
distributed with this work for additional information
12+
regarding copyright ownership. The ASF licenses this file
13+
to you under the Apache License, Version 2.0 (the
14+
"License"); you may not use this file except in compliance
15+
with the License. You may obtain a copy of the License at
16+
17+
http://www.apache.org/licenses/LICENSE-2.0
18+
19+
Unless required by applicable law or agreed to in writing,
20+
software distributed under the License is distributed on an
21+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22+
KIND, either express or implied. See the License for the
23+
specific language governing permissions and limitations
24+
under the License.
25+
-->
26+
27+
Coming soon

dev.sh

-65
This file was deleted.

i18n/zh-CN/docusaurus-plugin-content-docs-community/current.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"sidebar.community.category.Mac Local Dev": {
2323
"message": "Mac Local 开发",
2424
"description": "The label for category Mac Local Dev in sidebar community"
25-
}
25+
},
26+
"sidebar.community.category.Announcements": {
27+
"message": "Doris 社区声明",
28+
"description": "The label for category Mac Local Dev in sidebar community"
29+
},
2630
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
{
3+
"title": "Doris 社区声明 202401",
4+
"language": "zh-CN"
5+
}
6+
---
7+
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one
10+
or more contributor license agreements. See the NOTICE file
11+
distributed with this work for additional information
12+
regarding copyright ownership. The ASF licenses this file
13+
to you under the Apache License, Version 2.0 (the
14+
"License"); you may not use this file except in compliance
15+
with the License. You may obtain a copy of the License at
16+
17+
http://www.apache.org/licenses/LICENSE-2.0
18+
19+
Unless required by applicable law or agreed to in writing,
20+
software distributed under the License is distributed on an
21+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22+
KIND, either express or implied. See the License for the
23+
specific language governing permissions and limitations
24+
under the License.
25+
-->
26+
27+
Hi,各位 Doris 技术爱好者:
28+
29+
Apache Doris 作为一个秉持开源开放理念的社区,我们的微信技术交流群旨在为每一位成员提供一个自由、公正、开放的平台,以便大家能够深入讨论技术问题。同时,我们有项目 PMC 成员负责监督,确保群内环境不受广告、恶意攻击或不当管理行为的干扰。
30+
31+
Apache Doris 技术交流群由于早期的一些不规范原因,群主掌握在个人手里。最近几个群的个人群主多次进行恶意踢人、随意移除社区管理员及 PMC 成员或 Committer 等行为,已经严重干扰了 Apache Doris 社区群的正常运作。这种行为完全违背了 Apache 项目开放社区的初衷和原则,将技术交流群视为个人私有财产进行不当管理。
32+
33+
为了解决这一问题,请大家认准并加入 Apache Doris PMC 的官方社群。可以通过访问 doris.apache.org 并扫描底部 Doris 小助手的二维码来加入。
34+
35+
<div style={{textAlign:'center'}}><img src="/images/qrcode-assistance.png" alt="qrocde" style={{display: 'inline-block'}}/></div >
36+
37+
此外,我们 PMC 团队已提前创建了多个新的官方技术交流群,大家可以直接扫描相应的二维码加入。
38+
39+
![qrcode-community](/images/qrcode-community.png)
40+
41+
在加入过程中,如遇任何问题,欢迎随时通过以下微信账号寻求帮助:可加微信:morningman-cmy,ApacheDoris_Official
42+
43+
对于少数群主的不当行为给大家带来的不便和困扰,我代表 Doris 社区向大家表示诚挚的歉意。在大家的共同支持与努力下,我们有信心将 Doris 社区建设得更好,为技术交流与进步创造更加和谐的环境。
44+
45+
谢谢大家的理解与支持!

sidebarsCommunity.json

+7
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@
8080
"type": "link",
8181
"href": "https://cwiki.apache.org/confluence/display/DORIS/Doris+Improvement+Proposals",
8282
"label": "Improvement Proposals"
83+
},
84+
{
85+
"type": "category",
86+
"label": "Announcements",
87+
"items": [
88+
"doris-announcement/announcement-2401"
89+
]
8390
}
8491
]
8592
}

static/images/qrcode-assistance.png

44.4 KB
Loading

static/images/qrcode-community.png

450 KB
Loading

0 commit comments

Comments
 (0)