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 4d9cbc7202 Update draft switch for some pages (#2023)
4d9cbc7202 is described below
commit 4d9cbc72026fc36a0ec4c91417cc4f8be43c7ea2
Author: Tengting Xu <[email protected]>
AuthorDate: Thu Nov 17 15:48:44 2022 +0800
Update draft switch for some pages (#2023)
* Minor fix missing url
* Minor fix page not found and useless words
---
README.md | 4 ++--
.../model_design/measure_design/count_distinct_bitmap.md | 2 +-
.../model_design/measure_design/count_distinct_hllc.md | 2 +-
website/docs/modeling/model_design/measure_design/intro.md | 2 +-
.../modeling/model_design/measure_design/percentile_approx.md | 2 +-
.../modeling/model_design/measure_design/sum_expression.md | 2 +-
website/docs/modeling/model_design/measure_design/topn.md | 2 +-
.../docs/modeling/model_design/precompute_join_relations.md | 2 +-
.../docs/modeling/model_design/slowly_changing_dimension.md | 2 +-
website/docs/modeling/model_design/table_index.md | 2 +-
website/docs/monitor/job_exception_resolve.md | 2 +-
.../operations/access-control/data-access-control/intro.md | 2 +-
.../access-control/data-access-control/project_acl.md | 2 +-
website/docs/operations/access-control/group_management.md | 2 +-
website/docs/operations/access-control/intro.md | 2 +-
website/docs/operations/access-control/user_management.md | 2 +-
website/docs/operations/monitoring/metrics_intro.md | 2 +-
website/docs/operations/monitoring/service.md | 2 +-
website/docs/operations/project-operation/alerting.md | 2 +-
.../docs/operations/project-operation/project_management.md | 2 +-
website/docs/operations/project-operation/project_settings.md | 2 +-
website/docs/operations/project-operation/toolbar.md | 2 +-
.../system-operation/cli_tool/metadata_tool/intro.md | 2 +-
.../cli_tool/metadata_tool/metadata_backup_restore.md | 2 +-
website/docs/operations/system-operation/maintenance_mode.md | 2 +-
website/docs/query/history.md | 2 +-
website/docs/query/insight/async_query.md | 2 +-
website/docs/query/insight/insight.md | 2 +-
website/docs/query/insight/operator_function/intro.md | 2 +-
website/docs/query/insight/operator_function/model_priority.md | 2 +-
website/docs/query/insight/sql_spec.md | 2 +-
website/docs/query/optimization/intro.md | 2 +-
website/docs/query/optimization/segment_pruning.md | 2 +-
website/docs/query/pushdown/intro.md | 2 +-
website/docs/query/pushdown/pushdown_to_embedded_spark.md | 2 +-
website/docs/restapi/acl_api/acl_api.md | 2 +-
website/docs/snapshot/intro.md | 2 +-
website/docs/snapshot/snapshot_management.md | 2 +-
website/package.json | 10 +++++-----
39 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/README.md b/README.md
index 801e58a879..8a0223ab8c 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ website
npm start
## Publishes the website to GitHub pages.
-npm deploy
+npm run deploy
```
### Website TODO List
@@ -64,4 +64,4 @@ npm deploy
### Tech Article
- [ ] MetadataStore and Job Engine
- [ ] New Frontend and New Modeling Process
-- [ ] Index Management
\ No newline at end of file
+- [ ] Index Management
diff --git
a/website/docs/modeling/model_design/measure_design/count_distinct_bitmap.md
b/website/docs/modeling/model_design/measure_design/count_distinct_bitmap.md
index 322901e2a4..5646386d9d 100644
--- a/website/docs/modeling/model_design/measure_design/count_distinct_bitmap.md
+++ b/website/docs/modeling/model_design/measure_design/count_distinct_bitmap.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- count distinct (precise)
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git
a/website/docs/modeling/model_design/measure_design/count_distinct_hllc.md
b/website/docs/modeling/model_design/measure_design/count_distinct_hllc.md
index 9f833f090d..5a255df9b2 100644
--- a/website/docs/modeling/model_design/measure_design/count_distinct_hllc.md
+++ b/website/docs/modeling/model_design/measure_design/count_distinct_hllc.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- Count Distinct (Approximate)
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git a/website/docs/modeling/model_design/measure_design/intro.md
b/website/docs/modeling/model_design/measure_design/intro.md
index 08b68c5267..9a25820a9a 100644
--- a/website/docs/modeling/model_design/measure_design/intro.md
+++ b/website/docs/modeling/model_design/measure_design/intro.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- measures
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git
a/website/docs/modeling/model_design/measure_design/percentile_approx.md
b/website/docs/modeling/model_design/measure_design/percentile_approx.md
index 45c465eb6b..5673e06f53 100644
--- a/website/docs/modeling/model_design/measure_design/percentile_approx.md
+++ b/website/docs/modeling/model_design/measure_design/percentile_approx.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- percentile (approximate)
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git
a/website/docs/modeling/model_design/measure_design/sum_expression.md
b/website/docs/modeling/model_design/measure_design/sum_expression.md
index c27db5f250..7ff3046037 100644
--- a/website/docs/modeling/model_design/measure_design/sum_expression.md
+++ b/website/docs/modeling/model_design/measure_design/sum_expression.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- sum expression
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git a/website/docs/modeling/model_design/measure_design/topn.md
b/website/docs/modeling/model_design/measure_design/topn.md
index cb60ddc290..8e8cd76b3e 100644
--- a/website/docs/modeling/model_design/measure_design/topn.md
+++ b/website/docs/modeling/model_design/measure_design/topn.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- top n
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git a/website/docs/modeling/model_design/precompute_join_relations.md
b/website/docs/modeling/model_design/precompute_join_relations.md
index 466c540c70..323ff238eb 100644
--- a/website/docs/modeling/model_design/precompute_join_relations.md
+++ b/website/docs/modeling/model_design/precompute_join_relations.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- precompute the join relations
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git a/website/docs/modeling/model_design/slowly_changing_dimension.md
b/website/docs/modeling/model_design/slowly_changing_dimension.md
index b451b94ea9..fb22f2ecac 100644
--- a/website/docs/modeling/model_design/slowly_changing_dimension.md
+++ b/website/docs/modeling/model_design/slowly_changing_dimension.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- slowly changing dimension
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git a/website/docs/modeling/model_design/table_index.md
b/website/docs/modeling/model_design/table_index.md
index 61982ea565..849034e60b 100644
--- a/website/docs/modeling/model_design/table_index.md
+++ b/website/docs/modeling/model_design/table_index.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- table index
-draft: true
+draft: false
last_update:
date: 08/19/2022
---
diff --git a/website/docs/monitor/job_exception_resolve.md
b/website/docs/monitor/job_exception_resolve.md
index 48df4e02f4..5aef5ea135 100644
--- a/website/docs/monitor/job_exception_resolve.md
+++ b/website/docs/monitor/job_exception_resolve.md
@@ -62,7 +62,7 @@ Various problems may occur during the execution of building
jobs which cause the
- **Solution:**
1. Please check Kylin and the cluster disk space used for building, clean
up invalid files or expand capacity in time.
- 2. Try to clean up Kylin's inefficient storage, please refer to [Storage
Quota](../operations/project-operation/toolbar.md#storage_quota) 。
+ 2. Try to clean up Kylin's inefficient storage.
3. For `shuffle no left space on device` problem, you can appropriately
increase the number of executor instances to use more computing resources.
- spark.executor.cores
diff --git
a/website/docs/operations/access-control/data-access-control/intro.md
b/website/docs/operations/access-control/data-access-control/intro.md
index 54d1504990..847e1abe72 100644
--- a/website/docs/operations/access-control/data-access-control/intro.md
+++ b/website/docs/operations/access-control/data-access-control/intro.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- data access control
-draft: true
+draft: false
last_update:
date: Aug 16, 2022
---
diff --git
a/website/docs/operations/access-control/data-access-control/project_acl.md
b/website/docs/operations/access-control/data-access-control/project_acl.md
index e1cb9baf26..817b98d7b2 100755
--- a/website/docs/operations/access-control/data-access-control/project_acl.md
+++ b/website/docs/operations/access-control/data-access-control/project_acl.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- project access control
-draft: true
+draft: false
last_update:
date: Aug 16, 2022
---
diff --git a/website/docs/operations/access-control/group_management.md
b/website/docs/operations/access-control/group_management.md
index a60e5e8583..7ec751456c 100644
--- a/website/docs/operations/access-control/group_management.md
+++ b/website/docs/operations/access-control/group_management.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- user group management
-draft: true
+draft: false
last_update:
date: Aug 16, 2022
---
diff --git a/website/docs/operations/access-control/intro.md
b/website/docs/operations/access-control/intro.md
index 1cd13cbfc6..e47d704ba6 100644
--- a/website/docs/operations/access-control/intro.md
+++ b/website/docs/operations/access-control/intro.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- access control
-draft: true
+draft: false
last_update:
date: Aug 16, 2022
---
diff --git a/website/docs/operations/access-control/user_management.md
b/website/docs/operations/access-control/user_management.md
index 599bde8655..0cc21c7330 100644
--- a/website/docs/operations/access-control/user_management.md
+++ b/website/docs/operations/access-control/user_management.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- user management
-draft: true
+draft: false
last_update:
date: Aug 16, 2022
---
diff --git a/website/docs/operations/monitoring/metrics_intro.md
b/website/docs/operations/monitoring/metrics_intro.md
index 0a6428be0f..12f7526a52 100644
--- a/website/docs/operations/monitoring/metrics_intro.md
+++ b/website/docs/operations/monitoring/metrics_intro.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- metrics monitoring
-draft: true
+draft: false
last_update:
date: 08/12/2022
---
diff --git a/website/docs/operations/monitoring/service.md
b/website/docs/operations/monitoring/service.md
index d6947e17cc..262e476fc6 100644
--- a/website/docs/operations/monitoring/service.md
+++ b/website/docs/operations/monitoring/service.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- service monitoring
-draft: true
+draft: false
last_update:
date: 08/12/2022
---
diff --git a/website/docs/operations/project-operation/alerting.md
b/website/docs/operations/project-operation/alerting.md
index 23477573fd..757747952d 100755
--- a/website/docs/operations/project-operation/alerting.md
+++ b/website/docs/operations/project-operation/alerting.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- job status alert
-draft: true
+draft: false
last_update:
date: 08/16/2022
---
diff --git a/website/docs/operations/project-operation/project_management.md
b/website/docs/operations/project-operation/project_management.md
index 4a9cde21d5..c66db8e300 100644
--- a/website/docs/operations/project-operation/project_management.md
+++ b/website/docs/operations/project-operation/project_management.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- project management
-draft: true
+draft: false
last_update:
date: Aug 16, 2022
---
diff --git a/website/docs/operations/project-operation/project_settings.md
b/website/docs/operations/project-operation/project_settings.md
index 3843169003..4b779c034a 100644
--- a/website/docs/operations/project-operation/project_settings.md
+++ b/website/docs/operations/project-operation/project_settings.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- project settings
-draft: true
+draft: false
last_update:
date: Aug 16, 2022
---
diff --git a/website/docs/operations/project-operation/toolbar.md
b/website/docs/operations/project-operation/toolbar.md
index d4d37e04b4..5d14a86216 100644
--- a/website/docs/operations/project-operation/toolbar.md
+++ b/website/docs/operations/project-operation/toolbar.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- toolbar
-draft: true
+draft: false
last_update:
date: Aug 19, 2022
---
diff --git
a/website/docs/operations/system-operation/cli_tool/metadata_tool/intro.md
b/website/docs/operations/system-operation/cli_tool/metadata_tool/intro.md
index 683caa8623..6eb17487ff 100644
--- a/website/docs/operations/system-operation/cli_tool/metadata_tool/intro.md
+++ b/website/docs/operations/system-operation/cli_tool/metadata_tool/intro.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- metadata tool
-draft: true
+draft: false
last_update:
date: 08/16/2022
---
diff --git
a/website/docs/operations/system-operation/cli_tool/metadata_tool/metadata_backup_restore.md
b/website/docs/operations/system-operation/cli_tool/metadata_tool/metadata_backup_restore.md
index 4d5171d078..a56233b04a 100644
---
a/website/docs/operations/system-operation/cli_tool/metadata_tool/metadata_backup_restore.md
+++
b/website/docs/operations/system-operation/cli_tool/metadata_tool/metadata_backup_restore.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- system metadata backup and restore
-draft: true
+draft: false
last_update:
date: 08/16/2022
---
diff --git a/website/docs/operations/system-operation/maintenance_mode.md
b/website/docs/operations/system-operation/maintenance_mode.md
index 1fd1491fb6..32c61b73e2 100644
--- a/website/docs/operations/system-operation/maintenance_mode.md
+++ b/website/docs/operations/system-operation/maintenance_mode.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- maintenance mode
-draft: true
+draft: false
last_update:
date: 08/16/2022
---
diff --git a/website/docs/query/history.md b/website/docs/query/history.md
index 87f51729d3..5c53442f41 100644
--- a/website/docs/query/history.md
+++ b/website/docs/query/history.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- query history
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/insight/async_query.md
b/website/docs/query/insight/async_query.md
index 82e23e1002..e9cfa1185e 100644
--- a/website/docs/query/insight/async_query.md
+++ b/website/docs/query/insight/async_query.md
@@ -10,7 +10,7 @@ pagination_next: null
keywords:
- asynchronous query
- async query
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/insight/insight.md
b/website/docs/query/insight/insight.md
index 0ed8f5e004..58894a6d6c 100644
--- a/website/docs/query/insight/insight.md
+++ b/website/docs/query/insight/insight.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- execute sql query in web ui
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/insight/operator_function/intro.md
b/website/docs/query/insight/operator_function/intro.md
index 937d48c273..738ff9f562 100644
--- a/website/docs/query/insight/operator_function/intro.md
+++ b/website/docs/query/insight/operator_function/intro.md
@@ -10,7 +10,7 @@ pagination_next: null
keywords:
- operators
- functions
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/insight/operator_function/model_priority.md
b/website/docs/query/insight/operator_function/model_priority.md
index 10292be43d..32a3a9a8e2 100644
--- a/website/docs/query/insight/operator_function/model_priority.md
+++ b/website/docs/query/insight/operator_function/model_priority.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- model priorities
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/insight/sql_spec.md
b/website/docs/query/insight/sql_spec.md
index 1009841bb9..465e40f662 100755
--- a/website/docs/query/insight/sql_spec.md
+++ b/website/docs/query/insight/sql_spec.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- sql specification
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/optimization/intro.md
b/website/docs/query/optimization/intro.md
index 66bda4f492..fccb87091b 100644
--- a/website/docs/query/optimization/intro.md
+++ b/website/docs/query/optimization/intro.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- query optimization
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/optimization/segment_pruning.md
b/website/docs/query/optimization/segment_pruning.md
index 1071db67ed..bac9e7d87f 100644
--- a/website/docs/query/optimization/segment_pruning.md
+++ b/website/docs/query/optimization/segment_pruning.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- segment pruning
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/pushdown/intro.md
b/website/docs/query/pushdown/intro.md
index b66f684607..646772e3d7 100644
--- a/website/docs/query/pushdown/intro.md
+++ b/website/docs/query/pushdown/intro.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- query pushdown
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/query/pushdown/pushdown_to_embedded_spark.md
b/website/docs/query/pushdown/pushdown_to_embedded_spark.md
index f18ba7d91d..29ef6ba7b9 100644
--- a/website/docs/query/pushdown/pushdown_to_embedded_spark.md
+++ b/website/docs/query/pushdown/pushdown_to_embedded_spark.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- pushdown to embedded sparksql
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/restapi/acl_api/acl_api.md
b/website/docs/restapi/acl_api/acl_api.md
index 7d3e77373a..cefc986210 100644
--- a/website/docs/restapi/acl_api/acl_api.md
+++ b/website/docs/restapi/acl_api/acl_api.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- data acl api
-draft: true
+draft: false
last_update:
date: 08/12/2022
---
diff --git a/website/docs/snapshot/intro.md b/website/docs/snapshot/intro.md
index cd6a5b3d7b..4bf78747d8 100644
--- a/website/docs/snapshot/intro.md
+++ b/website/docs/snapshot/intro.md
@@ -9,7 +9,7 @@ pagination_prev: null
pagination_next: null
keywords:
- snapshot management
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/docs/snapshot/snapshot_management.md
b/website/docs/snapshot/snapshot_management.md
index ce13c8959c..2194f9b38a 100644
--- a/website/docs/snapshot/snapshot_management.md
+++ b/website/docs/snapshot/snapshot_management.md
@@ -10,7 +10,7 @@ pagination_next: null
keywords:
- snapshot management
- snapshot operations
-draft: true
+draft: false
last_update:
date: 08/17/2022
---
diff --git a/website/package.json b/website/package.json
index 9bb8a00e85..10377e28df 100644
--- a/website/package.json
+++ b/website/package.json
@@ -15,10 +15,10 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^0.11.0",
- "@docusaurus/core": "2.0.1",
- "@docusaurus/plugin-content-docs": "^2.0.1",
- "@docusaurus/plugin-ideal-image": "^2.0.1",
- "@docusaurus/preset-classic": "2.0.1",
+ "@docusaurus/core": "^2.2.0",
+ "@docusaurus/plugin-content-docs": "^2.2.0",
+ "@docusaurus/plugin-ideal-image": "^2.2.0",
+ "@docusaurus/preset-classic": "^2.2.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"docusaurus": "^1.14.7",
@@ -27,7 +27,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
- "@docusaurus/module-type-aliases": "2.0.1"
+ "@docusaurus/module-type-aliases": "^2.2.0"
},
"browserslist": {
"production": [