This is an automated email from the ASF dual-hosted git repository.
visoar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bifromq-sites.git
The following commit(s) were added to refs/heads/master by this push:
new 00368a5b add:Apache MQTT Broker as Keywords
00368a5b is described below
commit 00368a5b2d0a0661b0081d271afb5126762a1ff4
Author: Visoar <[email protected]>
AuthorDate: Sat Nov 8 11:37:21 2025 +0800
add:Apache MQTT Broker as Keywords
---
docusaurus.config.ts | 4 ++--
i18n/zh-Hans/code.json | 2 +-
src/components/homepage/HomeFooter.tsx | 2 +-
src/components/homepage/HomeSection.tsx | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 9daa9c03..02c84c1e 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -12,9 +12,9 @@ const siteRepoName = "bifromq-sites";
/** @type {import('@docusaurus/types').Config} */
const config = {
- title: "Apache BifroMQ (Incubating) - Open source MQTT Broker",
+ title: "An Open Source Apache MQTT Broker | Apache BifroMQ (Incubating)",
tagline:
- "High-performance, multi-tenant MQTT broker for enterprise IoT
infrastructure - Apache Incubator Project",
+ "Discover Apache BifroMQ (Incubating), a high-performance, distributed
Apache MQTT Broker under incubation. Built for enterprise IoT, this open-source
MQTT broker offers native multi-tenancy.",
favicon: "img/favicon.ico",
url: `https://${projectName.toLowerCase()}.apache.org/`,
baseUrl: "/",
diff --git a/i18n/zh-Hans/code.json b/i18n/zh-Hans/code.json
index 1f0c561b..d5f9cea3 100644
--- a/i18n/zh-Hans/code.json
+++ b/i18n/zh-Hans/code.json
@@ -315,7 +315,7 @@
"What is BifroMQ?": {
"message": "BifroMQ 是什么?"
},
- "BifroMQ is a high-performance, distributed MQTT broker implementation that
seamlessly integrates native multi-tenancy support.": {
+ "BifroMQ is a high-performance, distributed Apache MQTT broker
implementation that seamlessly integrates native multi-tenancy support.": {
"message": "BifroMQ 是一个高性能的分布式 MQTT Broker 消息中间件实现,无缝集成了原生的多租户支持。"
},
"It is designed to support building large-scale IoT device connections and
messaging systems, Currently, it serves as the foundational technology for
Baidu IoT Core, a public cloud serverless service.": {
diff --git a/src/components/homepage/HomeFooter.tsx
b/src/components/homepage/HomeFooter.tsx
index ee49daa8..75313629 100644
--- a/src/components/homepage/HomeFooter.tsx
+++ b/src/components/homepage/HomeFooter.tsx
@@ -22,7 +22,7 @@ const HomeFooter: React.FC = () => {
</div>
<p className="text-slate-400 dark:text-slate-300 mb-6 text-sm
leading-relaxed">
<Translate>
- Open-source, high-performance MQTT broker with
enterprise-grade reliability. Applicable to IoT, IM and other scenarios.
+ High-performance Apache MQTT broker with enterprise-grade
reliability. Applicable to IoT, IM and other scenarios.
</Translate>
</p>
diff --git a/src/components/homepage/HomeSection.tsx
b/src/components/homepage/HomeSection.tsx
index d9fc3382..8a6b62c7 100644
--- a/src/components/homepage/HomeSection.tsx
+++ b/src/components/homepage/HomeSection.tsx
@@ -203,7 +203,7 @@ export default function HomeSection() {
{/* 副标题 */}
<p className="text-xl md:text-2xl leading-relaxed text-slate-600
dark:text-slate-300 max-w-4xl mx-auto mb-12 font-light">
- <Translate>Java-based high-performance MQTT Broker messaging
middleware that adopts Multi-tenancy architecture.</Translate>
+ <Translate>Java-based high-performance Apache MQTT Broker
messaging middleware that adopts Multi-tenancy architecture.</Translate>
</p>
{/* CTA 按钮组 */}
@@ -263,7 +263,7 @@ export default function HomeSection() {
</h2>
<p className="text-xl leading-relaxed text-gray-600
dark:text-gray-300">
- <Translate>BifroMQ is a high-performance, distributed MQTT
broker implementation that seamlessly integrates native multi-tenancy
support.</Translate>
+ <Translate>BifroMQ is a high-performance, distributed Apache
MQTT broker implementation that seamlessly integrates native multi-tenancy
support.</Translate>
{' '}
<Translate>It is designed to support building large-scale IoT
device connections and messaging systems</Translate>
</p>