This is an automated email from the ASF dual-hosted git repository.
kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new e04f3ee2c63 [community] Update announcement (#1398)
e04f3ee2c63 is described below
commit e04f3ee2c63390bcf707c198c11ad1bab1e0bc3b
Author: KassieZ <[email protected]>
AuthorDate: Sat Nov 23 11:31:34 2024 +0800
[community] Update announcement (#1398)
# Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
# Languages
- [ ] Chinese
- [ ] English
---
.github/workflows/build-check.yml | 14 ++---
community/doris-announcement/announcement-2401.md | 27 +++++++++
dev.sh | 65 ---------------------
.../current.json | 6 +-
.../doris-announcement/announcement-2401.md | 45 ++++++++++++++
sidebarsCommunity.json | 7 +++
static/images/qrcode-assistance.png | Bin 0 -> 45476 bytes
static/images/qrcode-community.png | Bin 0 -> 460530 bytes
8 files changed, 91 insertions(+), 73 deletions(-)
diff --git a/.github/workflows/build-check.yml
b/.github/workflows/build-check.yml
index 7d113beb624..23906932d94 100644
--- a/.github/workflows/build-check.yml
+++ b/.github/workflows/build-check.yml
@@ -115,11 +115,11 @@ jobs:
with:
node-version: 20
- - name: Build
- run: |
- npm install -g yarn
- yarn cache clean
- export NODE_OPTIONS=--max-old-space-size=8192
- yarn && yarn build
+ # - name: Build
+ # run: |
+ # npm install -g yarn
+ # yarn cache clean
+ # export NODE_OPTIONS=--max-old-space-size=8192
+ # yarn && yarn build
- rm -rf build
+ # rm -rf build
diff --git a/community/doris-announcement/announcement-2401.md
b/community/doris-announcement/announcement-2401.md
new file mode 100644
index 00000000000..54d2bb3510e
--- /dev/null
+++ b/community/doris-announcement/announcement-2401.md
@@ -0,0 +1,27 @@
+---
+{
+ "title": "Doris Announcement",
+ "language": "en"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+Coming soon
diff --git a/dev.sh b/dev.sh
deleted file mode 100755
index ddf43301c59..00000000000
--- a/dev.sh
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-#!/usr/bin/env bash
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-##############################################################
-# Copy the dev docs and community from doris repository before run
-# Move the dev docs and community before commit
-##############################################################
-
-#!/bin/bash
-
-set -eo pipefail
-
-if [ $1 == move-docs ]
-then
- rm -rf docs/*
- rm -rf sidebars.json
- rm -rf i18n/zh-CN/docusaurus-plugin-content-docs/current/*
- rm -rf i18n/zh-CN/docusaurus-plugin-content-docs/current.json
- rm -rf community
- rm -rf i18n/zh-CN/docusaurus-plugin-content-docs-community/current/
- rm -rf sidebarsCommunity.json
-
- echo "***************************************"
- echo "Docs move success"
- echo "***************************************"
-else
- git clone https://github.com/apache/doris.git --depth 1
- mkdir -p docs
- cp -R doris/docs/en/docs/* docs/
- cp -R doris/docs/sidebars.json sidebars.json
- mkdir -p i18n/zh-CN/docusaurus-plugin-content-docs/current
- cp -R doris/docs/zh-CN/docs/*
i18n/zh-CN/docusaurus-plugin-content-docs/current/
- cp -R doris/docs/dev.json
i18n/zh-CN/docusaurus-plugin-content-docs/current.json
-
- mkdir -p community
- cp -R doris/docs/en/community/* community/
- mkdir -p i18n/zh-CN/docusaurus-plugin-content-docs-community/current/
- cp -R doris/docs/zh-CN/community/*
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/
- cp -R doris/docs/sidebarsCommunity.json .
-
- cp -R doris/docs/images static/
-
- rm -rf doris
-
- echo "***************************************"
- echo "Docs copy success"
- echo "***************************************"
-fi
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current.json
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current.json
index 87ef2810dcc..ed239252e93 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current.json
@@ -22,5 +22,9 @@
"sidebar.community.category.Mac Local Dev": {
"message": "Mac Local 开发",
"description": "The label for category Mac Local Dev in sidebar community"
- }
+ },
+ "sidebar.community.category.Announcements": {
+ "message": "Doris 社区声明",
+ "description": "The label for category Mac Local Dev in sidebar community"
+ },
}
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/doris-announcement/announcement-2401.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/doris-announcement/announcement-2401.md
new file mode 100644
index 00000000000..2f3789a709f
--- /dev/null
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/doris-announcement/announcement-2401.md
@@ -0,0 +1,45 @@
+---
+{
+ "title": "Doris 社区声明 202401",
+ "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+Hi,各位 Doris 技术爱好者:
+
+Apache Doris
作为一个秉持开源开放理念的社区,我们的微信技术交流群旨在为每一位成员提供一个自由、公正、开放的平台,以便大家能够深入讨论技术问题。同时,我们有项目 PMC
成员负责监督,确保群内环境不受广告、恶意攻击或不当管理行为的干扰。
+
+Apache Doris 技术交流群由于早期的一些不规范原因,群主掌握在个人手里。最近几个群的个人群主多次进行恶意踢人、随意移除社区管理员及 PMC 成员或
Committer 等行为,已经严重干扰了 Apache Doris 社区群的正常运作。这种行为完全违背了 Apache
项目开放社区的初衷和原则,将技术交流群视为个人私有财产进行不当管理。
+
+为了解决这一问题,请大家认准并加入 Apache Doris PMC 的官方社群。可以通过访问 doris.apache.org 并扫描底部 Doris
小助手的二维码来加入。
+
+<div style={{textAlign:'center'}}><img src="/images/qrcode-assistance.png"
alt="qrocde" style={{display: 'inline-block'}}/></div >
+
+此外,我们 PMC 团队已提前创建了多个新的官方技术交流群,大家可以直接扫描相应的二维码加入。
+
+
+
+在加入过程中,如遇任何问题,欢迎随时通过以下微信账号寻求帮助:可加微信:morningman-cmy,ApacheDoris_Official
+
+对于少数群主的不当行为给大家带来的不便和困扰,我代表 Doris 社区向大家表示诚挚的歉意。在大家的共同支持与努力下,我们有信心将 Doris
社区建设得更好,为技术交流与进步创造更加和谐的环境。
+
+谢谢大家的理解与支持!
\ No newline at end of file
diff --git a/sidebarsCommunity.json b/sidebarsCommunity.json
index c4845eea05d..54594637633 100644
--- a/sidebarsCommunity.json
+++ b/sidebarsCommunity.json
@@ -80,6 +80,13 @@
"type": "link",
"href":
"https://cwiki.apache.org/confluence/display/DORIS/Doris+Improvement+Proposals",
"label": "Improvement Proposals"
+ },
+ {
+ "type": "category",
+ "label": "Announcements",
+ "items": [
+ "doris-announcement/announcement-2401"
+ ]
}
]
}
\ No newline at end of file
diff --git a/static/images/qrcode-assistance.png
b/static/images/qrcode-assistance.png
new file mode 100644
index 00000000000..3915dc7fafb
Binary files /dev/null and b/static/images/qrcode-assistance.png differ
diff --git a/static/images/qrcode-community.png
b/static/images/qrcode-community.png
new file mode 100644
index 00000000000..ac76f24f85d
Binary files /dev/null and b/static/images/qrcode-community.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]