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 7a6c571db9 Minor fix missing url (#2020)
7a6c571db9 is described below
commit 7a6c571db9448706948a18232a92d285f565f4f2
Author: Tengting Xu <[email protected]>
AuthorDate: Wed Nov 16 18:14:52 2022 +0800
Minor fix missing url (#2020)
* Minor fix missing url
* Minor fix missing url
---
website/docs/deployment/on-premises/prerequisite.md | 4 ++--
website/docs/modeling/model_design/computed_column.md | 1 -
website/docs/operations/access-control/data-access-control/intro.md | 2 --
website/docs/operations/access-control/group_management.md | 2 +-
website/docs/operations/access-control/user_management.md | 2 +-
website/docs/operations/monitoring/influxdb/influxdb_maintenance.md | 3 ---
.../cli_tool/metadata_tool/metadata_backup_restore.md | 2 +-
website/docs/query/insight/insight.md | 2 +-
website/docs/quickstart/expert_mode_tutorial.md | 2 +-
9 files changed, 7 insertions(+), 13 deletions(-)
diff --git a/website/docs/deployment/on-premises/prerequisite.md
b/website/docs/deployment/on-premises/prerequisite.md
index 45f4dae62f..a8190cc817 100644
--- a/website/docs/deployment/on-premises/prerequisite.md
+++ b/website/docs/deployment/on-premises/prerequisite.md
@@ -177,8 +177,8 @@ We recommend the following hardware configuration to
install Kylin:
We recommend using the following version of the Linux operating system:
- Ubuntu 18.04 + (recommend LTS version)
-- Red Hat Enterprise Linux 6.4+ 或 7.x
-- CentOS 6.4+ 或 7.x
+- Red Hat Enterprise Linux 6.4+ or 7.x
+- CentOS 6.4+ or 7.x
### <span id="client">Recommended Client Configuration</span>
diff --git a/website/docs/modeling/model_design/computed_column.md
b/website/docs/modeling/model_design/computed_column.md
index df57713efc..f6126f9a7d 100644
--- a/website/docs/modeling/model_design/computed_column.md
+++ b/website/docs/modeling/model_design/computed_column.md
@@ -26,7 +26,6 @@ This section will describe the supported computed columns in
Kylin, which includ
- [Query on Computed Column](#query)
- [Nested Computed Columns](#nested)
- [Advanced Functions](#function)
-- [Known Limitations](#limitation)
### <span id="concept">Basic Concepts</span>
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 2738ca98d1..54d1504990 100644
--- a/website/docs/operations/access-control/data-access-control/intro.md
+++ b/website/docs/operations/access-control/data-access-control/intro.md
@@ -24,8 +24,6 @@ Kylin provides a rich set of access control features for big
enterprise. Start f
- *ADMIN*: Project level administrator permission, allows to manage source
tables, and all other operations in a project.
See [Project ACL](project_acl.md) for more details.
-
-- Data Access Permission: Defined on data, specifies which tables, columns,
and rows a user can access. See [Table](acl_table.md) for more details.
### Examples of Permission Check
diff --git a/website/docs/operations/access-control/group_management.md
b/website/docs/operations/access-control/group_management.md
index 93fcb68474..a60e5e8583 100644
--- a/website/docs/operations/access-control/group_management.md
+++ b/website/docs/operations/access-control/group_management.md
@@ -48,5 +48,5 @@ On the User Group Management page, select a user to be
deleted, click the **Drop
### <span id="update_group">Modify user's user group</span>
-Please refer to [User Management](user_management.md)
+Please refer to [User Management](user_management.md).
diff --git a/website/docs/operations/access-control/user_management.md
b/website/docs/operations/access-control/user_management.md
index f553776846..599bde8655 100644
--- a/website/docs/operations/access-control/user_management.md
+++ b/website/docs/operations/access-control/user_management.md
@@ -67,7 +67,7 @@ $KYLIN_HOME/bin/admin-tool.sh admin-password-reset
When the parameter `kylin.metadata.random-admin-password.enabled=false`, it
will not regenerate a random password but the fixed password `KYLIN`. If the
parameter `kylin.metadata.random-admin-password.enabled` is set from `false` to
`true` , it will regenerate a random password and display it on the console
after all the Kylin nodes restarted.
-**Caution** When run this command, Kylin will enter maintenance mode. If the
command is interrupted by force, you may need to exit maintain mode manually.
Refer to [maintenance_mode](../system-operation/maintenance_mode.md).
+**Caution** When run this command, Kylin will enter maintenance mode. If the
command is interrupted by force, you may need to exit maintain mode manually.
Refer to [Maintenance Mode](../system-operation/maintenance_mode.md).
### <span id="pwd">Reset password for Non-admin</span>
diff --git
a/website/docs/operations/monitoring/influxdb/influxdb_maintenance.md
b/website/docs/operations/monitoring/influxdb/influxdb_maintenance.md
index a546e114d1..1bcfbaf594 100644
--- a/website/docs/operations/monitoring/influxdb/influxdb_maintenance.md
+++ b/website/docs/operations/monitoring/influxdb/influxdb_maintenance.md
@@ -14,9 +14,6 @@ last_update:
date: 08/12/2022
---
-
-## InfluxDB Maintenance
-
This chapter introduces the basic maintenance of InfluxDB.
### Connectivity
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 0d7b6f9bb6..4d5171d078 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
@@ -85,4 +85,4 @@ Metadata recovery is required in Kylin with the **command
line**.
- `METADATA_BACKUP_PATH` - required, represents the metadata path that are
going to be recovered, the default value is `${KYLIN_HOME}/meta_backups/
- `--after-truncate` - optional, if this parameter is added, the project
metadata will be completely restored, otherwise only the deleted and modified
metadata will be restored, and the new metadata will still be retained.
-**Caution** When run this command, Kylin will enter maintenance mode. If the
command is interrupted by force, you may need to exit maintain mode manually.
Refer [maintenance_mode](../../maintenance_mode.md).
+**Caution** When run this command, Kylin will enter maintenance mode. If the
command is interrupted by force, you may need to exit maintain mode manually.
Refer [Maintenance Mode](../../maintenance_mode.md).
diff --git a/website/docs/query/insight/insight.md
b/website/docs/query/insight/insight.md
index 5287edcea5..0ed8f5e004 100644
--- a/website/docs/query/insight/insight.md
+++ b/website/docs/query/insight/insight.md
@@ -92,7 +92,7 @@ Support chart type: Line Chart, Bar Chart, Pie Chart.
### Other ways to execute SQL queries
-- [Integration with BI tools](../../integration/intro.md)
+- [Integration with BI tools](../../integration/intro.md)(Details doc will
come soon.)
### Notices
diff --git a/website/docs/quickstart/expert_mode_tutorial.md
b/website/docs/quickstart/expert_mode_tutorial.md
index 7c307d335a..0364fde954 100644
--- a/website/docs/quickstart/expert_mode_tutorial.md
+++ b/website/docs/quickstart/expert_mode_tutorial.md
@@ -86,7 +86,7 @@ Model design is one of the core functions of Kylin. Good
model design can help a
2. **Method of Model Design**
- Please create a model in the **Data Asset -> Model** interface and enter
the model editing interface to visually complete the creation of the
multidimensional model. The specific method of model design will be described
in detail in the [Model Design
Basics](../modeling/model_design/data_modeling.md) section. Here is a brief
introduction to the following steps:
+ Please create a model in the **Data Asset -> Model** interface and enter
the model editing interface to visually complete the creation of the
multidimensional model. The specific method of model design will be described
in detail in the [Model Design Basics](../modeling/data_modeling.md) section.
Here is a brief introduction to the following steps:
- Design Model: Select the source table according to the business logic and
set the association between the tables. Then set the fact table and dimension
tables.
- Add Dimensions: Identify dimensions from table columns for business
analysis.