This is an automated email from the ASF dual-hosted git repository. xxyu pushed a change to branch doc5.0 in repository https://gitbox.apache.org/repos/asf/kylin.git
from 8aa50a99c9 KYLIN-5221 Add how to package doc new e5247b5d2f KYLIN-5221 Add how to switch older nodejs new a47c606fee KYLIN-5221 Add on cloud and on premises dir The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: website/README.md | 1 + website/docs/deployment/On-Cloud/intro.md | 9 ++ .../deploy_mode/cluster_deployment.md | 0 .../deploy_mode/images/cluster_20191231.png | Bin .../{ => On-Premises}/deploy_mode/intro.md | 0 .../{ => On-Premises}/deploy_mode/rw_separation.md | 0 .../deploy_mode/service_discovery.md | 0 .../deployment/{ => On-Premises}/images/jdk.en.png | Bin .../{ => On-Premises}/network_port_requirements.md | 0 .../deployment/{ => On-Premises}/prerequisite.md | 0 .../images/install_initialize_postgresql.png | Bin .../images/installation_create_postgresqldb.jpg | Bin .../{ => On-Premises}/rdbms_metastore/intro.md | 0 .../rdbms_metastore/mysql/install_mysql.md | 0 .../rdbms_metastore/mysql/intro.md | 0 .../rdbms_metastore/mysql/mysql_metastore.md | 0 .../postgresql/default_metastore.md | 0 .../postgresql/install_postgresql.md | 0 .../rdbms_metastore/postgresql/intro.md | 0 website/docs/deployment/intro.md | 11 +- website/docs/development/how_to_contribute.md | 5 +- .../{how_to_develop.md => how_to_debug.md} | 2 +- website/docs/development/how_to_package.md | 48 +++++---- website/docs/development/how_to_release.md | 2 +- website/docs/development/how_to_test.md | 2 +- website/docs/development/intro.md | 11 +- website/docs/development/roadmap.md | 2 +- website/docusaurus.config.js | 4 +- website/sidebars.js | 112 +++++++++++---------- 29 files changed, 112 insertions(+), 97 deletions(-) create mode 100644 website/docs/deployment/On-Cloud/intro.md rename website/docs/deployment/{ => On-Premises}/deploy_mode/cluster_deployment.md (100%) rename website/docs/deployment/{ => On-Premises}/deploy_mode/images/cluster_20191231.png (100%) rename website/docs/deployment/{ => On-Premises}/deploy_mode/intro.md (100%) rename website/docs/deployment/{ => On-Premises}/deploy_mode/rw_separation.md (100%) rename website/docs/deployment/{ => On-Premises}/deploy_mode/service_discovery.md (100%) rename website/docs/deployment/{ => On-Premises}/images/jdk.en.png (100%) rename website/docs/deployment/{ => On-Premises}/network_port_requirements.md (100%) rename website/docs/deployment/{ => On-Premises}/prerequisite.md (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/images/install_initialize_postgresql.png (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/images/installation_create_postgresqldb.jpg (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/intro.md (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/mysql/install_mysql.md (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/mysql/intro.md (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/mysql/mysql_metastore.md (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/postgresql/default_metastore.md (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/postgresql/install_postgresql.md (100%) rename website/docs/deployment/{ => On-Premises}/rdbms_metastore/postgresql/intro.md (100%) rename website/docs/development/{how_to_develop.md => how_to_debug.md} (67%)