You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/07/21 08:56:28 UTC

[doris-website] branch master updated: update readme

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

jiafengzheng 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 01d36f1ebf update readme
01d36f1ebf is described below

commit 01d36f1ebff2138bfd152082d186a0699c899bbd
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Thu Jul 21 16:56:18 2022 +0800

    update readme
    
    update readme
---
 README.md | 44 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aaba2fa1e1..0e6a227de3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,46 @@
-# Website
+<!-- 
+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.
+-->
+
+# Doris document website
+
+This repo is for [Apache Doris Website](https://doris.apache.org)
+
+And it use Github Action to automatically sync content from [Apache Doris Code Repo](https://github.com/apache/doris)
+
+There are 2 Github Actions:
+
+1. cron-deploy-website.yml
+
+   It will sync at 01:00 AM everyday from Doris's master branch.
+
+2. manual-deploy-website.yml
+
+   It can only be triggered manually, and you can specify the branch name you want to sync.
+
+## View the website
+
+To view the website, navigate to 
+[https://doris.apache.org](https://doris.apache.org) 
+or
+[https://doris.apache.org](https://doris.apache.org)
+
+## Run & Build Website
 
 This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
 


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