From 9f12eba870ba8f4fe4877f4619630345c07af913 Mon Sep 17 00:00:00 2001 From: caicancai <77189278+caicancai@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:58:08 +0800 Subject: [PATCH] [Improve/Doc] remove steamxhub link (#296) --- docs/intro.md | 2 +- docs/user-guide/2-quickstart.md | 4 ++-- i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md | 2 +- .../current/user-guide/2-quickstart.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 779dfa343..ab03de862 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -14,7 +14,7 @@ make stream processing easier!!! `StreamPark` is an easy-to-use stream processing application development framework and one-stop stream processing operation platform, Aimed at ease building and managing streaming applications, StreamPark provides scaffolding for writing streaming process logics with Apache Flink and Apache Spark. StreamPark also provides a professional task management including task development, scheduling, interactive query, deployment, operation, maintenance, etc. - + ## Why StreamPark diff --git a/docs/user-guide/2-quickstart.md b/docs/user-guide/2-quickstart.md index bbb7ccfd7..160dc2641 100644 --- a/docs/user-guide/2-quickstart.md +++ b/docs/user-guide/2-quickstart.md @@ -16,13 +16,13 @@ The installation of the one-stop platform `streampark-console` has been introduc The following example demonstrates how to deploy a DataStream application - + ### Deploy the FlinkSql task The following example demonstrates how to deploy a FlinkSql application - + - The flink sql used in the project demonstration is as follows diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md index 844c8d3c8..99ed9262f 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md @@ -15,7 +15,7 @@ make stream processing easier!!! 使用 `StreamPark` 开发流处理作业, 可以极大降低学习成本和开发门槛, 让开发者只用关心最核心的业务,`StreamPark` 规范了项目的配置,鼓励函数式编程,定义了最佳的编程方式,提供了一系列开箱即用的`Connectors`,标准化了配置、开发、测试、部署、监控、运维的整个过程, 提供了`scala`和`java`两套 Api, 并且提供了一个一站式的流处理作业开发管理平台, 从流处理作业开发到上线全生命周期都 做了支持, 是一个一站式的流出来计算平台. - + ## 🎉 Features diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/2-quickstart.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/2-quickstart.md index 90a474fcc..5efb2d32a 100755 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/2-quickstart.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/2-quickstart.md @@ -16,13 +16,13 @@ sidebar_position: 2 下面的示例演示了如何部署一个 DataStream 应用 - + ### 部署 FlinkSql 任务 下面的示例演示了如何部署一个 FlinkSql 应用 - + - 项目演示使用到的 flink sql 如下