You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/07/09 16:11:15 UTC

[doris-website] branch master updated: [TLP] remove incubator

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

morningman 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 7d35327161 [TLP] remove incubator
7d35327161 is described below

commit 7d353271615e506de1a3b552a0cfbd36633f2b4f
Author: morningman <mo...@163.com>
AuthorDate: Sun Jul 10 00:11:03 2022 +0800

    [TLP] remove incubator
---
 .asf.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++
 README.md |  8 ++++----
 2 files changed, 49 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000000..70d2e1d2e3
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,45 @@
+#
+# 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.
+#
+
+github:
+  description: Apache Doris Website
+  homepage: https://doris.apache.org/
+  labels:
+    - data-warehousing
+    - mpp
+    - olap
+    - dbms
+    - apache
+    - doris
+    - database
+    - distributed-system
+    - big-data
+    - iceberg
+    - hudi
+    - datalake
+    - hive
+    - hadoop
+    - analytics
+    - tpch
+    - ssb
+    - vectorized
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
+  notifications:
+    pullrequests_status:  commits@doris.apache.org
diff --git a/README.md b/README.md
index 6f59267744..ac6c9ad9cf 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@ under the License.
 
 # Doris document website
 
-This repo is for [Apache Doris(Incubating) website](https://doris.apache.org)
+This repo is for [Apache Doris Website](https://doris.apache.org)
 
-And it use Github Action to automatically sync content from [Apache Doris(Incubating) Code Repo](https://github.com/apache/incubator-doris)
+And it use Github Action to automatically sync content from [Apache Doris Code Repo](https://github.com/apache/doris)
 
 There are 2 Github Actions:
 
@@ -38,7 +38,7 @@ There are 2 Github Actions:
 To view the website, navigate to 
 [https://doris.apache.org](https://doris.apache.org) 
 or
-[https://doris.incubator.apache.org](https://doris.incubator.apache.org)
+[https://doris.apache.org](https://doris.apache.org)
 
 ## How to share a blog
 
@@ -167,6 +167,6 @@ Put the 1.0 version sidebar js files into the sidebar/en/ and sidebar/zh-CN/.
 
 ## About Doris
 
-For more details about Doris, refer to [incubator-doris](https://github.com/apache/incubator-doris/blob/master/docs/README.md).
+For more details about Doris, refer to [doris](https://github.com/apache/doris/blob/master/docs/README.md).
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org