This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 9f12eba8 [Improve/Doc] remove steamxhub link (#296)
9f12eba8 is described below
commit 9f12eba870ba8f4fe4877f4619630345c07af913
Author: caicancai <[email protected]>
AuthorDate: Fri Dec 1 11:58:08 2023 +0800
[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 +-
.../docusaurus-plugin-content-docs/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 779dfa34..ab03de86 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.
-<video src="http://assets.streamxhub.com/streamx-video.mp4"
controls="controls" width="100%" height="100%"></video>
+
## Why StreamPark
diff --git a/docs/user-guide/2-quickstart.md b/docs/user-guide/2-quickstart.md
index bbb7ccfd..160dc264 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
-<video src="http://assets.streamxhub.com/datastream.mp4" controls="controls"
width="100%" height="100%"></video>
+
### Deploy the FlinkSql task
The following example demonstrates how to deploy a FlinkSql application
-<video src="http://assets.streamxhub.com//flinksql.mp4" controls="controls"
width="100%" height="100%"></video>
+
- 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 844c8d3c..99ed9262 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, 并且提供了一个一站式的流处理作业开发管理平台, 从流处理作业开发到上线全生命周期都
做了支持, 是一个一站式的流出来计算平台.
-<video src="http://assets.streamxhub.com/streamx-video.mp4"
controls="controls" width="100%" height="100%"></video>
+
## 🎉 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 90a474fc..5efb2d32 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 应用
-<video src="http://assets.streamxhub.com/datastream.mp4" controls="controls"
width="100%" height="100%"></video>
+
### 部署 FlinkSql 任务
下面的示例演示了如何部署一个 FlinkSql 应用
-<video src="http://assets.streamxhub.com//flinksql.mp4" controls="controls"
width="100%" height="100%"></video>
+
- 项目演示使用到的 flink sql 如下