diff --git a/content/docs/themes/community.mdx b/content/docs/themes/community.mdx
index 098a966..5e0e010 100644
--- a/content/docs/themes/community.mdx
+++ b/content/docs/themes/community.mdx
@@ -16,3 +16,12 @@ import { FileText } from 'lucide-react'
target="_blank"
>前端部署方式拓展博文教程 | By Mikuの鬆
+
+
+}
+ target="_blank"
+>前端部署方式拓展博文教程 | By wuhang2003
+
diff --git a/content/docs/themes/shiro/deploy.mdx b/content/docs/themes/shiro/deploy.mdx
index f073904..93878d4 100644
--- a/content/docs/themes/shiro/deploy.mdx
+++ b/content/docs/themes/shiro/deploy.mdx
@@ -229,6 +229,9 @@ export function FAQBox({ title, children }) {
},
"bilibili": {
"liveId": 1434499
+ },
+ "rss": {
+ "noRSS": true
}
}
}
diff --git a/content/docs/themes/yohaku/config.mdx b/content/docs/themes/yohaku/config.mdx
index 161ea1a..5879779 100644
--- a/content/docs/themes/yohaku/config.mdx
+++ b/content/docs/themes/yohaku/config.mdx
@@ -6,7 +6,7 @@ icon: Bolt
# 配置项
-Yohaku 的配置沿用 Shiro 的配置体系,在 Mix Space 后台「配置与云函数」页面中,创建一条 `theme` 引用、名称为 `shiro` 的配置项(数据类型 JSON 或 YAML)。
+Yohaku 的配置沿用 Shiro 的配置体系,在 Mix Space 后台「配置与云函数」页面中,创建一条 `theme` 引用、名称为 `shiro` 的配置项(数据类型 JSON 或 YAML)。配置参考详见 [Shiro 的部署页面](https://mx-space.js.org/docs/themes/shiro/deploy#设置主题配置)。
Yohaku 复用了 `shiro` 这个配置键名,如果你从 Shiro 迁移到 Yohaku,无需更改配置名称。