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
commit fe6e4ee4accc30e268d4ad350489e3409ce6ab52 Author: Mukvin <boyboys...@163.com> AuthorDate: Fri Aug 19 18:11:11 2022 +0800 KYLIN-5221 add quick start side bar --- website/docs/quickstart/expert_mode_tutorial.md | 10 ++++----- website/sidebars.js | 28 ++++++++++++++++--------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/website/docs/quickstart/expert_mode_tutorial.md b/website/docs/quickstart/expert_mode_tutorial.md index ddc66c9524..66905f9150 100644 --- a/website/docs/quickstart/expert_mode_tutorial.md +++ b/website/docs/quickstart/expert_mode_tutorial.md @@ -1,22 +1,20 @@ --- -title: Tutorial +title: Quick Start language: en -sidebar_label: Tutorial -pagination_label: Tutorial +sidebar_label: Quick Start +pagination_label: Quick Start toc_min_heading_level: 2 toc_max_heading_level: 6 pagination_prev: null pagination_next: null keywords: - - tutorial + - quick start draft: true last_update: date: 08/12/2022 --- -## Tutorial - Kylin 5.0 provides which the modeling process dominated by user. In this section, we will show you how to create and optimize model. ### <span id="preparation">Preparation</span> diff --git a/website/sidebars.js b/website/sidebars.js index 594129d46e..fd175df36d 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -27,6 +27,24 @@ const sidebars = { id: 'intro', label: 'Introduction to Kylin 5' }, + { + type: 'category', + label: 'Quick Start', + link: { + type: 'doc', + id: 'quickstart/intro', + }, + items: [ + { + type: 'doc', + id: 'quickstart/expert_mode_tutorial', + }, + { + type: 'doc', + id: 'quickstart/sample_dataset', + }, + ], + }, { type: 'category', label: 'Tutorial', @@ -157,16 +175,6 @@ const sidebars = { }, ] }, - // TODO: add Installation part - // { - // type: 'category', - // label: 'Installation', - // items:[ - // { - // - // }, - // ], - // }, { type: 'category', label: 'System Configuration',