From 01c85e7a83c39bbd8bab8663c9b236ec4ae9bd02 Mon Sep 17 00:00:00 2001 From: QingFeng-awa Date: Sun, 30 Nov 2025 13:14:46 +0800 Subject: [PATCH 1/2] feat: Remove outdated development documentation from the sidebar --- .vitepress/config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/.vitepress/config.mjs b/.vitepress/config.mjs index 7459e6f..f7cb1a0 100644 --- a/.vitepress/config.mjs +++ b/.vitepress/config.mjs @@ -191,7 +191,6 @@ export default defineConfig({ { text: "会话控制器", link: "/guides/session-control" }, { text: "杂项", link: "/guides/other" }, { text: "发布插件", link: "/plugin-publish" }, - { text: "插件指南(旧)", link: "/plugin" }, ], }, { From 2f05eae9a667b092c8ec462d5c07f34f8618304a Mon Sep 17 00:00:00 2001 From: QingFeng-awa Date: Sun, 30 Nov 2025 13:26:17 +0800 Subject: [PATCH 2/2] feat: Prevent search engines from indexing outdated documents --- zh/dev/star/plugin.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zh/dev/star/plugin.md b/zh/dev/star/plugin.md index 3513dbb..7192e3e 100644 --- a/zh/dev/star/plugin.md +++ b/zh/dev/star/plugin.md @@ -1,5 +1,10 @@ --- outline: deep +search: false +head: + - - meta + - name: robots + content: noindex --- # 插件开发指南(旧)