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 b4f7abf431 Minor fix doc5.0 base url and homepage
b4f7abf431 is described below

commit b4f7abf4310aed5451d6ab324d092c709579f1a7
Author: Mukvin <boyboys...@163.com>
AuthorDate: Tue Nov 22 11:31:34 2022 +0800

    Minor fix doc5.0 base url and homepage
---
 website/docs/quickstart/intro.md                 |  3 ---
 website/docusaurus.config.js                     |  7 ++++---
 website/src/components/HomepageFeatures/index.js | 17 ++++++-----------
 website/src/pages/index.js                       |  2 +-
 4 files changed, 11 insertions(+), 18 deletions(-)

diff --git a/website/docs/quickstart/intro.md b/website/docs/quickstart/intro.md
index 3d75bccb32..f5300110d6 100644
--- a/website/docs/quickstart/intro.md
+++ b/website/docs/quickstart/intro.md
@@ -15,9 +15,6 @@ last_update:
     date: 09/13/2022
 ---
 
-
-## Overview of Kylin
-
 Apache Kylin is a leading open source OLAP engine for Big Data capable for 
sub-second query latency on trillions of records. Since being created and open 
sourced by eBay in 2014, and graduated to Top Level Project of Apache Software 
Foundation in 2015, Kylin has quickly be adopted by thousands of organizations 
world widely as their critical analytics application for Big Data. Apache Kylin 
won Info Word Bossie Awards: The Best Open Source Big Data Tool in the year 
2015 and 2016.
 
 Kylin has following key strengths:
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 9d37dd635d..5088ebc12c 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -9,7 +9,7 @@ const config = {
   title: 'Kylin 5.0 Alpha',
   tagline: 'Kylin 5.0 is a unified and powerful OLAP platform for Hadoop and 
Cloud.',
   url: 'https://kylin.apache.org',
-  baseUrl: '/',
+  baseUrl: '/5.0/',
   onBrokenLinks: 'warn',
   onBrokenMarkdownLinks: 'warn',
   favicon: 'img/favicon.ico',
@@ -234,8 +234,9 @@ const config = {
             ],
           },
         ],
-        copyright: `Copyright © ${new Date().getFullYear()} Apache Software 
Foundation under the terms of the Apache License v2.  Apache Kylin and its logo 
are trademarks of the Apache Software Foundation. 
-        Built with Docusaurus.`,
+        copyright: `Copyright © ${new Date().getFullYear()} Apache Software 
Foundation under the terms of the Apache License v2.
+        <br>Apache Kylin and its logo are trademarks of the Apache Software 
Foundation. 
+        <br>Built with Docusaurus.`,
       },
       prism: {
         additionalLanguages: ['java'],
diff --git a/website/src/components/HomepageFeatures/index.js 
b/website/src/components/HomepageFeatures/index.js
index 3915b1bc87..6cc2778778 100644
--- a/website/src/components/HomepageFeatures/index.js
+++ b/website/src/components/HomepageFeatures/index.js
@@ -8,8 +8,7 @@ const FeatureList = [
         Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
         description: (
             <>
-                Docusaurus was designed from the ground up to be easily 
installed and
-                used to get your website up and running quickly.
+                Kylin has a brand new frontend now. Everything in Kylin 
becomes easier and quicker. Such as building models, query data, load data 
sources, checking job status, configuration, etc.
             </>
         ),
     },
@@ -18,8 +17,7 @@ const FeatureList = [
         Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
         description: (
             <>
-                Docusaurus lets you focus on your docs, and we&apos;ll do the 
chores. Go
-                ahead and move your docs into the <code>docs</code> directory.
+               Support data acquisition from different platforms including 
streaming data, databases, data lakes, and clouds, all while providing a 
unified interface for downstream applications.
             </>
         ),
     },
@@ -28,8 +26,7 @@ const FeatureList = [
         Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
         description: (
             <>
-                Extend or customize your website layout by reusing React. 
Docusaurus can
-                be extended while reusing the same header and footer.
+                Kylin provides a native compute engine offering sub-second 
response times for standard SQL queries on petabyte-scale datasets.
             </>
         ),
     },
@@ -38,18 +35,16 @@ const FeatureList = [
         Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
         description: (
             <>
-                Extend or customize your website layout by reusing React. 
Docusaurus can
-                be extended while reusing the same header and footer.
+                Support on-premise, public, and private cloud deployments. Use 
a separate storage and computing architecture and allow the elastic scaling of 
computing resources.
             </>
         ),
     },
     {
-        title: 'Support MDX/DAX',
+        title: 'Support MDX',
         Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
         description: (
             <>
-                Extend or customize your website layout by reusing React. 
Docusaurus can
-                be extended while reusing the same header and footer.
+                Map complex data into business terms. Run as a service for 
every consumer with universal data definitions and industry-standard interfaces 
at the petabyte scale.
             </>
         ),
     },
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 22fbb7896a..ef84ef233a 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -17,7 +17,7 @@ function HomepageHeader() {
         <div className={styles.buttons}>
           <Link
             className="button button--secondary button--lg"
-            to="/docs/category/tutorial">
+            to="/docs/intro">
             Kylin 5.0 Tutorial - 15min ⏱️
           </Link>
         </div>

Reply via email to