This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 26645f388 Add ecological blog description (#516)
26645f388 is described below
commit 26645f388c68184e36a3a94530c9716238352152
Author: Jack Tsai <[email protected]>
AuthorDate: Fri Feb 24 16:36:04 2023 +0800
Add ecological blog description (#516)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
blog/mse.mdx | 12 +++++++++---
docusaurus.config.js | 4 ++--
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/blog/mse.mdx b/blog/mse.mdx
index 74659e74b..0a6ab7430 100644
--- a/blog/mse.mdx
+++ b/blog/mse.mdx
@@ -8,8 +8,14 @@ hide_table_of_contents: false
<!-- <iframe src='page.html' width='100%'></iframe> -->
<div className="msemap-container">
- <h3 style={{ fontSize: "2rem", fontWeight: 700, textAlign: "center" }}>
- Microservice Ecosystem Landscape
- </h3>
+ <p>
+ Apache RocketMQ 与其他优秀的开源社区紧密合作,构建丰富的技术生态,
+ 为开发人员提供了全面的微服务支持。
+ </p>
+ <p>
+ 这意味着选择 Apache RocketMQ 作为消息中间件后,
+ 开发者无需担心后续的服务治理需求,因为 Apache RocketMQ 可以融合其他开源项目,
+ 为生产中各种常见的技术问题提供完善的解决方案。
+ </p>
<div id="mse-arc-container"></div>
</div>
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3f18b586d..ca4a0a619 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -30,13 +30,13 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
scripts: [
{
- src: '//g.alicdn.com/mamba/assets/0.0.9/mse-arc-ui.min.js',
+ src: '//g.alicdn.com/mamba/assets/0.0.10/mse-arc-ui.min.js',
async: true
},
],
stylesheets: [
{
- href: '//g.alicdn.com/mamba/assets/0.0.9/mse-arc-ui.min.css',
+ href: '//g.alicdn.com/mamba/assets/0.0.10/mse-arc-ui.min.css',
},
],