You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2022/12/09 06:34:44 UTC

[kylin] branch doc5.0 updated: Update community activity page

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

xxyu pushed a commit to branch doc5.0
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/doc5.0 by this push:
     new 3573df5bbe Update community activity page
3573df5bbe is described below

commit 3573df5bbeb422421635eab09d6e9d6b22186c76
Author: XiaoxiangYu <xx...@apache.org>
AuthorDate: Fri Dec 9 14:34:26 2022 +0800

    Update community activity page
---
 website/blog/2022-07-29-RoadMap_of_ApacheCon/index.md |  5 ++++-
 website/docs/community.md                             |  8 ++++++++
 website/docs/download.md                              | 12 ++++++++++++
 website/docs/powerBy.md                               |  2 ++
 website/docusaurus.config.js                          |  8 +++++++-
 5 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/website/blog/2022-07-29-RoadMap_of_ApacheCon/index.md b/website/blog/2022-07-29-RoadMap_of_ApacheCon/index.md
index af17d9f9be..fcff13d0b7 100644
--- a/website/blog/2022-07-29-RoadMap_of_ApacheCon/index.md
+++ b/website/blog/2022-07-29-RoadMap_of_ApacheCon/index.md
@@ -1,8 +1,9 @@
 ---
-slug: welcome
 title: Roadmap of Kylin 5.0(CN)
+slug: roadmap_of_kylin_50_cn
 authors: xxyu
 tags: [apachecon, roadmap, kylin5]
+hide_table_of_contents: false
 date: 2022-12-09T10:00
 ---
 
@@ -20,6 +21,8 @@ date: 2022-12-09T10:00
 这篇 Kylin 5.0 社区路线图,将帮助大家了解社区开发者在面对 Kylin 4 尚未解决的问题,是如何在 Kylin 5 上进行全面的重新设计并且实现新功能,并且会分析这些新功能,诸如“Native Engine”、“Schem Change”、“可计算列”、“明细索引”给用户带来的全新体验。
 :::
 
+<!--truncate-->
+
 ## 今天的 Apache Kylin
   
 ### Apache Kylin 是什么?
diff --git a/website/docs/community.md b/website/docs/community.md
index 3f9985e899..938d6a445e 100644
--- a/website/docs/community.md
+++ b/website/docs/community.md
@@ -4,3 +4,11 @@ sidebar_position: 70
 
 # Community
 
+Please check following links:
+
+ - [Monthly Github activities](https://github.com/apache/kylin/pulse/monthly)
+ - [Open issues for Kylin 5.0](https://issues.apache.org/jira/browse/KYLIN-3?jql=project%20%3D%20KYLIN%20%20AND%20fixVersion%20in%20(5.0-alpha)%20ORDER%20BY%20created%20%20DESC)
+ - [Source code for Kylin 5.0](https://github.com/apache/kylin/tree/kylin5)
+ - [Source code for Kylin 5.0 website](https://github.com/apache/kylin/tree/doc5.0)
+
+
diff --git a/website/docs/download.md b/website/docs/download.md
index f4480cdf47..42e9e6304d 100644
--- a/website/docs/download.md
+++ b/website/docs/download.md
@@ -3,3 +3,15 @@ sidebar_position: 1
 ---
 
 # Download
+
+
+## Release Download
+
+Please wait.
+
+
+## Dockerhub for learning purpose
+
+If we want to learn what new features did Kylin 5 provided, and you only have a laptop,
+we recommend you to pulling the docker image and check the [standalone image in dockerhub](https://hub.docker.com/r/apachekylin/apache-kylin-standalone) .
+
diff --git a/website/docs/powerBy.md b/website/docs/powerBy.md
index 521ced0f0b..2c386a504e 100644
--- a/website/docs/powerBy.md
+++ b/website/docs/powerBy.md
@@ -3,3 +3,5 @@ sidebar_position: 100
 ---
 
 # PowerBy
+
+- eBay Inc
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index e4983c888b..c7b557f288 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -117,7 +117,13 @@ const config = {
           showLastUpdateTime: true,
         },
         blog: {
+          blogSidebarTitle: 'Technical Blogs',
+          blogDescription: 'Technical blogs for Kylin 5.0',
+          postsPerPage: 'ALL',
+          blogSidebarCount: 20,
           showReadingTime: true,
+          readingTime: ({content, frontMatter, defaultReadingTime}) =>
+                      defaultReadingTime({content, options: {wordsPerMinute: 100}}),
           // Please change this to your repo.
           // Remove this to remove the "edit this page" links.
           editUrl:
@@ -195,7 +201,7 @@ const config = {
               },
               {
                 label: 'Roadmap',
-                to: 'docs/development/roadmap',
+                to: 'blog/roadmap_of_kylin_50_cn',
               }
             ]
           },