This is an automated email from the ASF dual-hosted git repository. peacewong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
commit 35c6312790559fa3c96aa2b2370d8a44363cd2f2 Merge: a779f99 4e33294 Author: johnnywang <[email protected]> AuthorDate: Wed Dec 15 16:49:46 2021 +0800 Merge pull request #31 from apache/dev merge from dev .asf.yaml | 34 ++ .github/workflows/deploy.yml | 40 ++ community/how-to-contribute.md | 4 +- community/how-to-release.md | 206 ++++---- community/how-to-subscribe.md | 2 +- community/how-to-verify.md | 147 ++++++ docs/api/linkis_task_operator.md | 2 +- docs/api/login_api.md | 2 +- ...submission_preparation_and_execution_process.md | 4 +- .../orchestrator/orchestrator_ecmp_architecture.md | 6 +- docs/deployment/quick_deploy.md | 2 +- docs/development/linkis_debug.md | 14 +- .../deployment => docs/development}/web_install.md | 2 +- docs/introduction.md | 12 +- docusaurus.config.js | 6 + .../current/how-to-contribute.md | 11 +- .../current/how-to-release.md | 202 +++---- .../current/how-to-subscribe.md | 2 +- .../current/how-to-verify.md | 145 +++++ .../current/index.md | 584 +++++++++++++++------ .../current/api/linkis_task_operator.md | 2 +- .../current/api/login_api.md | 2 +- .../engine/engine_conn_manager.md | 4 +- ...submission_preparation_and_execution_process.md | 5 +- .../orchestrator/orchestrator_ecmp_architecture.md | 6 +- .../current/deployment/cluster_deployment.md | 2 +- .../current/deployment/quick_deploy.md | 14 +- .../current/deployment/web_install.md | 2 +- .../development_specification/overview.md | 14 +- .../development/linkis_compile_and_package.md | 2 +- .../current/introduction.md | 10 +- .../current/tuning_and_troubleshooting/overview.md | 2 +- .../upgrade/upgrade_from_0.X_to_1.0_guide.md | 4 +- .../current/user_guide/console_user_manual.md | 8 +- .../version-1.0.2/api/linkis_task_operator.md | 2 +- .../version-1.0.2/api/login_api.md | 2 +- .../engine/engine_conn_manager.md | 4 +- ...submission_preparation_and_execution_process.md | 5 +- .../orchestrator/orchestrator_ecmp_architecture.md | 6 +- .../version-1.0.2/deployment/cluster_deployment.md | 2 +- .../version-1.0.2/deployment/quick_deploy.md | 14 +- .../version-1.0.2/deployment/web_install.md | 2 +- .../development_specification/overview.md | 14 +- .../development/linkis_compile_and_package.md | 2 +- .../version-1.0.2/development/linkis_debug.md | 273 ++++++---- .../user_guide/console_user_manual.md | 8 +- i18n/zh-CN/docusaurus-theme-classic/navbar.json | 4 + src/pages/home/index.jsx | 51 -- src/pages/index.jsx | 4 +- src/pages/user/config.json | 14 + src/pages/{home => user}/data.json | 0 src/pages/{home => user}/img.json | 0 src/pages/user/index.jsx | 46 ++ src/pages/user/index.less | 50 ++ src/style/base.less | 2 +- static/faq/q15_1.png | Bin 0 -> 11987 bytes static/faq/q17_1.png | Bin 0 -> 10381 bytes static/faq/q17_2.png | Bin 0 -> 98140 bytes static/faq/q22_1.png | Bin 0 -> 1234297 bytes static/faq/q23_1.png | Bin 0 -> 1394319 bytes static/faq/q24_1.png | Bin 0 -> 76707 bytes static/faq/q25_1.png | Bin 0 -> 477912 bytes static/faq/q25_2.png | Bin 0 -> 76161 bytes static/faq/q26_1.png | Bin 0 -> 910272 bytes static/faq/q27_1.png | Bin 0 -> 2261894 bytes static/faq/q29_1.png | Bin 0 -> 357793 bytes static/faq/q2_1.png | Bin 0 -> 82316 bytes static/faq/q2_2.png | Bin 0 -> 62018 bytes static/faq/q31_1.png | Bin 0 -> 73450 bytes static/faq/q32_1.png | Bin 0 -> 1249434 bytes static/faq/q32_2.png | Bin 0 -> 358684 bytes static/faq/q34_1.png | Bin 0 -> 254616 bytes static/faq/q35_1.png | Bin 0 -> 19236 bytes static/faq/q39_1.png | Bin 0 -> 18001 bytes static/faq/q3_1.png | Bin 0 -> 13663 bytes static/faq/q40_1.png | Bin 0 -> 709017 bytes static/faq/q40_2.png | Bin 0 -> 963696 bytes static/faq/q40_3.png | Bin 0 -> 4143018 bytes static/faq/q41_1.png | Bin 0 -> 713714 bytes static/faq/q42_1.png | Bin 0 -> 133700 bytes static/faq/q43_1.png | Bin 0 -> 434986 bytes static/faq/q44_1.png | Bin 0 -> 2890610 bytes static/faq/q44_2.png | Bin 0 -> 2890610 bytes static/faq/q45_1.png | Bin 0 -> 246794 bytes static/faq/q45_2.png | Bin 0 -> 159330 bytes static/faq/q4_1.png | Bin 0 -> 56781 bytes static/faq/q50_1.png | Bin 0 -> 142816 bytes static/faq/q53_1.png | Bin 0 -> 38854 bytes static/faq/q55_1.png | Bin 0 -> 28982 bytes static/faq/q5_1.jpg | Bin 0 -> 756498 bytes static/faq/q5_2.png | Bin 0 -> 58276 bytes .../version-1.0.2/api/linkis_task_operator.md | 2 +- versioned_docs/version-1.0.2/api/login_api.md | 2 +- ...submission_preparation_and_execution_process.md | 4 +- .../orchestrator/orchestrator_ecmp_architecture.md | 6 +- .../version-1.0.2/deployment/quick_deploy.md | 2 +- .../version-1.0.2/development/linkis_debug.md | 14 +- .../version-1.0.2/development}/web_install.md | 2 +- versioned_docs/version-1.0.2/introduction.md | 12 +- 99 files changed, 1414 insertions(+), 639 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
