diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 386fbc4..72befbb 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -53,7 +53,6 @@ OpenWebUI supports four types of plugins, each serving a different purpose: | [Knowledge Card](actions/knowledge-card.md) | Action | Create beautiful learning flashcards | 0.2.0 | | [Export to Excel](actions/export-to-excel.md) | Action | Export chat history to Excel files | 1.0.0 | | [Export to Word](actions/export-to-word.md) | Action | Export chat content to Word (.docx) with formatting | 0.1.0 | -| [Summary](actions/summary.md) | Action | Text summarization tool | 1.0.0 | | [Async Context Compression](filters/async-context-compression.md) | Filter | Intelligent context compression | 1.0.0 | | [Context Enhancement](filters/context-enhancement.md) | Filter | Enhance chat context | 1.0.0 | | [Gemini Manifold Companion](filters/gemini-manifold-companion.md) | Filter | Companion for Gemini Manifold | 1.0.0 | diff --git a/docs/plugins/index.zh.md b/docs/plugins/index.zh.md index a39d2f7..56f2c1c 100644 --- a/docs/plugins/index.zh.md +++ b/docs/plugins/index.zh.md @@ -53,7 +53,6 @@ OpenWebUI 支持四种类型的插件,每种都有不同的用途: | [Knowledge Card(知识卡片)](actions/knowledge-card.md) | Action | 生成精美学习卡片 | 0.2.0 | | [Export to Excel(导出到 Excel)](actions/export-to-excel.md) | Action | 导出聊天记录为 Excel | 1.0.0 | | [Export to Word(导出为 Word)](actions/export-to-word.md) | Action | 将聊天内容导出为 Word (.docx) 并保留格式 | 0.1.0 | -| [Summary(摘要)](actions/summary.md) | Action | 文本摘要工具 | 1.0.0 | | [Async Context Compression(异步上下文压缩)](filters/async-context-compression.md) | Filter | 智能上下文压缩 | 1.0.0 | | [Context Enhancement(上下文增强)](filters/context-enhancement.md) | Filter | 提升对话上下文 | 1.0.0 | | [Gemini Manifold Companion](filters/gemini-manifold-companion.md) | Filter | Gemini Manifold 伴侣 | 1.0.0 | diff --git a/mkdocs.yml b/mkdocs.yml index 946bbca..1732995 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -187,7 +187,6 @@ nav: - Knowledge Card: plugins/actions/knowledge-card.md - Export to Excel: plugins/actions/export-to-excel.md - Export to Word: plugins/actions/export-to-word.md - - Summary: plugins/actions/summary.md - Filters: - plugins/filters/index.md - Async Context Compression: plugins/filters/async-context-compression.md