This is an automated email from the ASF dual-hosted git repository.
popduke 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 cc4b220 1. correct links in footer 2. remove unused files
cc4b220 is described below
commit cc4b220196f40584e26b5469344671afed80d229
Author: Yonny Hao <[email protected]>
AuthorDate: Wed Jun 25 15:50:26 2025 +0800
1. correct links in footer
2. remove unused files
---
script/bcecmd | Bin 14357487 -> 0 bytes
script/conf/config | 11 ---------
script/doc-sync.sh | 41 ---------------------------------
src/components/homepage/HomeFooter.tsx | 33 +++++++++++++++++---------
4 files changed, 22 insertions(+), 63 deletions(-)
diff --git a/script/bcecmd b/script/bcecmd
deleted file mode 100755
index e80a98c..0000000
Binary files a/script/bcecmd and /dev/null differ
diff --git a/script/conf/config b/script/conf/config
deleted file mode 100644
index 771f321..0000000
--- a/script/conf/config
+++ /dev/null
@@ -1,11 +0,0 @@
-[Defaults]
-Domain = hkg.bcebos.com
-Region = hkg
-AutoSwitchDomain = yes
-BreakpointFileExpiration =
-Https = yes
-MultiUploadThreadNum =
-SyncProcessingNum =
-MultiUploadPartSize =
-ProxyHost =
-
diff --git a/script/doc-sync.sh b/script/doc-sync.sh
deleted file mode 100755
index 30d56b9..0000000
--- a/script/doc-sync.sh
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-#
-# Copyright (c) 2023. Baidu, Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-# http://www.apache.org/licenses/LICENSE-2.0
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
limitations under the License.
-#
-
-set -e
-
-cd website
-rm -rf node_modules
-npm install
-echo "finish install"
-npm run clear
-echo "finish clear"
-
-mkdir -p static/js
-echo ${BAIDU_HM_JS} > static/js/baiduHM.js
-
-npm run build
-echo "finish build"
-
-cd ../script
-
-echo '[Defaults]' > ./conf/credentials
-echo 'Ak = '${BOS_ACCESS_KEY_ID} >> ./conf/credentials
-echo 'Sk = '${BOS_SECRET_ACCESS_KEY} >>./conf/credentials
-echo 'Sts = ' >>./conf/credentials
-echo '' >>./conf/credentials
-./bcecmd --conf-path ./conf/ bos sync bos:/${BOS_BUCKET}/
bos:/${BOS_BACKUP_BUCKET}/ --delete --yes
-./bcecmd --conf-path ./conf/ bos sync ../website/build bos:/${BOS_BUCKET}/.
--delete --yes
-echo "bos sync succeed!"
-rm -rf ./conf/credentials
diff --git a/src/components/homepage/HomeFooter.tsx
b/src/components/homepage/HomeFooter.tsx
index 21b18e4..4e23c70 100644
--- a/src/components/homepage/HomeFooter.tsx
+++ b/src/components/homepage/HomeFooter.tsx
@@ -22,14 +22,14 @@ 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.
- </Translate>
+ Open-source, high-performance MQTT broker with
enterprise-grade reliability. Applicable to IoT, IM and other scenarios.
+ </Translate>
</p>
{/* Social Links */}
<div className="flex space-x-3">
<a
- href="mailto:[email protected]"
+ href="mailto:[email protected]"
className="size-10 flex items-center justify-center rounded-lg
bg-slate-800/50 dark:bg-slate-800/80 text-slate-400 hover:text-blue-400
hover:bg-slate-700/50 dark:hover:bg-slate-700 transition-all duration-200
border border-slate-700/50 dark:border-slate-600/50"
aria-label="Email"
>
@@ -67,7 +67,7 @@ const HomeFooter: React.FC = () => {
<Translate>Resources</Translate>
</h3>
<div className="space-y-3 flex-grow">
- <div className="group">
+ {/* <div className="group">
<Link
to="/blog"
className="text-sm text-slate-400 dark:text-slate-300
hover:text-white dark:hover:text-blue-300 transition-all duration-200 flex
items-center group-hover:translate-x-1"
@@ -75,7 +75,7 @@ const HomeFooter: React.FC = () => {
<span className="w-1 h-1 bg-blue-400 rounded-full mr-3
opacity-0 group-hover:opacity-100 transition-opacity duration-200"></span>
<Translate>Blog</Translate>
</Link>
- </div>
+ </div> */}
<div className="group">
<a
href="https://github.com/apache/bifromq"
@@ -89,7 +89,7 @@ const HomeFooter: React.FC = () => {
</div>
<div className="group">
<a
- href="https://github.com/apache/bifromq/releases"
+ href="/docs/get_started/download/intro/"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-slate-400 dark:text-slate-300
hover:text-white dark:hover:text-blue-300 transition-all duration-200 flex
items-center group-hover:translate-x-1"
@@ -164,30 +164,41 @@ const HomeFooter: React.FC = () => {
<div className="space-y-3 flex-grow">
<div className="group">
<a
- href="https://opensource.baidu.com/#/"
+ href="https://opensource.baidu.com/"
+ target="_blank"
+ rel="noopener noreferrer"
+ className="text-sm text-slate-400 dark:text-slate-300
hover:text-white dark:hover:text-emerald-300 transition-all duration-200 flex
items-center group-hover:translate-x-1"
+ >
+ <span className="w-1 h-1 bg-emerald-400 rounded-full mr-3
opacity-0 group-hover:opacity-100 transition-opacity duration-200"></span>
+ <Translate>Thanks OpenSource@Baidu</Translate>
+ </a>
+ </div>
+ <div className="group">
+ <a
+
href="https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-slate-400 dark:text-slate-300
hover:text-white dark:hover:text-emerald-300 transition-all duration-200 flex
items-center group-hover:translate-x-1"
>
<span className="w-1 h-1 bg-emerald-400 rounded-full mr-3
opacity-0 group-hover:opacity-100 transition-opacity duration-200"></span>
- <Translate>Thanks Baidu</Translate>
+ <Translate>MQTT v3.1.1</Translate>
</a>
</div>
<div className="group">
<a
- href="https://mqtt.org/"
+
href="https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-slate-400 dark:text-slate-300
hover:text-white dark:hover:text-emerald-300 transition-all duration-200 flex
items-center group-hover:translate-x-1"
>
<span className="w-1 h-1 bg-emerald-400 rounded-full mr-3
opacity-0 group-hover:opacity-100 transition-opacity duration-200"></span>
- <Translate>MQTT.org</Translate>
+ <Translate>MQTT v5.0</Translate>
</a>
</div>
</div>
</div>
</div>
-
+
{/* Footer Bottom */}
<div className="border-t border-slate-800/50 dark:border-slate-700/50
pt-8 mt-8">
<div className="flex flex-col md:flex-row justify-between
items-center">