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 aecccdc6b Add an ecological blog (#505)
aecccdc6b is described below
commit aecccdc6be670401504acd996fbd2121601d60b3
Author: Jack Tsai <[email protected]>
AuthorDate: Fri Feb 24 14:44:26 2023 +0800
Add an ecological blog (#505)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
blog/mse.mdx | 15 +++++++++++++++
docusaurus.config.js | 12 ++++++++++++
2 files changed, 27 insertions(+)
diff --git a/blog/mse.mdx b/blog/mse.mdx
new file mode 100644
index 000000000..74659e74b
--- /dev/null
+++ b/blog/mse.mdx
@@ -0,0 +1,15 @@
+---
+title: 微服务生态全景图
+description: 微服务生态全景图
+hide_table_of_contents: false
+---
+
+<!--truncate-->
+
+<!-- <iframe src='page.html' width='100%'></iframe> -->
+<div className="msemap-container">
+ <h3 style={{ fontSize: "2rem", fontWeight: 700, textAlign: "center" }}>
+ Microservice Ecosystem Landscape
+ </h3>
+ <div id="mse-arc-container"></div>
+</div>
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 6536adbaf..3f18b586d 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -28,6 +28,18 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
}
},
+ scripts: [
+ {
+ src: '//g.alicdn.com/mamba/assets/0.0.9/mse-arc-ui.min.js',
+ async: true
+ },
+ ],
+ stylesheets: [
+ {
+ href: '//g.alicdn.com/mamba/assets/0.0.9/mse-arc-ui.min.css',
+ },
+ ],
+
presets: [
[
"@docusaurus/preset-classic",