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 dcb00472c Update front page (#571)
dcb00472c is described below
commit dcb00472ce3e33a47da8916361119939af708bd3
Author: Jack Tsai <[email protected]>
AuthorDate: Tue Jun 13 14:14:48 2023 +0800
Update front page (#571)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
src/pages/index.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/pages/index.js b/src/pages/index.js
index 181e123f4..ca63bec26 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -6,6 +6,7 @@ import CodeBlock from "@theme/CodeBlock";
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import LogoCarousel from "./components/LogoCarousel";
// import Feature from "./components/Feature";
+import Highlight from "./components/Highlight";
import Community from "./components/Community";
import Section from "./components/Section";
@@ -24,7 +25,7 @@ function Home() {
<Hero/>
<main>
<Section isDark>
- {/* <Feature/> */}
+ <Highlight/>
</Section>