docs(site): fix strict-build doc links
- replace broken mirrored README asset links with GitHub URLs - keep mkdocs strict build passing after the README refresh Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -53,7 +53,7 @@ If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.
|
|||||||
|
|
||||||
## Preview 📸
|
## Preview 📸
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
## 预览 📸
|
## 预览 📸
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
|||||||
@@ -158,6 +158,6 @@ If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
See [`v1.5.0` Release Notes](./v1.5.0.md) for the release-specific summary.
|
See [`v1.5.0` Release Notes](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/filters/async-context-compression/v1.5.0.md) for the release-specific summary.
|
||||||
|
|
||||||
See the full history on GitHub: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
See the full history on GitHub: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
||||||
|
|||||||
@@ -196,6 +196,6 @@ flowchart TD
|
|||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
请查看 [`v1.5.0` 版本发布说明](./v1.5.0_CN.md) 获取本次版本的独立发布摘要。
|
请查看 [`v1.5.0` 版本发布说明](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/filters/async-context-compression/v1.5.0_CN.md) 获取本次版本的独立发布摘要。
|
||||||
|
|
||||||
完整历史请查看 GitHub 项目: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
完整历史请查看 GitHub 项目: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.
|
|||||||
|
|
||||||
## 🗺️ Roadmap
|
## 🗺️ Roadmap
|
||||||
|
|
||||||
See [ROADMAP.md](./ROADMAP.md) for future plans, including "Project Knowledge" collection.
|
See [ROADMAP.md](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/filters/folder-memory/ROADMAP.md) for future plans, including "Project Knowledge" collection.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
## 🗺️ 路线图
|
## 🗺️ 路线图
|
||||||
|
|
||||||
查看 [ROADMAP.md](./ROADMAP.md) 了解未来计划,包括“项目知识”收集功能。
|
查看 [ROADMAP.md](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/filters/folder-memory/ROADMAP.md) 了解未来计划,包括“项目知识”收集功能。
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ All installations enforce:
|
|||||||
| `SHOW_STATUS` | `True` | Show operation status updates in OpenWebUI status bar. |
|
| `SHOW_STATUS` | `True` | Show operation status updates in OpenWebUI status bar. |
|
||||||
| `ALLOW_OVERWRITE_ON_CREATE` | `False` | Allow `create_skill`/`install_skill` to overwrite same-name skill by default. |
|
| `ALLOW_OVERWRITE_ON_CREATE` | `False` | Allow `create_skill`/`install_skill` to overwrite same-name skill by default. |
|
||||||
| `INSTALL_FETCH_TIMEOUT` | `12.0` | URL fetch timeout in seconds for skill installation. |
|
| `INSTALL_FETCH_TIMEOUT` | `12.0` | URL fetch timeout in seconds for skill installation. |
|
||||||
| `TRUSTED_DOMAINS` | `github.com,huggingface.co,githubusercontent.com` | Comma-separated list of primary trusted domains for downloads (always enforced). Subdomains automatically allowed (e.g., `github.com` allows `api.github.com`). See [Domain Whitelist Guide](docs/DOMAIN_WHITELIST.md). |
|
| `TRUSTED_DOMAINS` | `github.com,huggingface.co,githubusercontent.com` | Comma-separated list of primary trusted domains for downloads (always enforced). Subdomains automatically allowed (e.g., `github.com` allows `api.github.com`). See [Domain Whitelist Guide](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/tools/openwebui-skills-manager/docs/DOMAIN_WHITELIST.md). |
|
||||||
|
|
||||||
## Supported Tool Methods
|
## Supported Tool Methods
|
||||||
|
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ description: "做一些有用的事"
|
|||||||
| `SHOW_STATUS` | `True` | 是否在 OpenWebUI 状态栏显示操作状态。 |
|
| `SHOW_STATUS` | `True` | 是否在 OpenWebUI 状态栏显示操作状态。 |
|
||||||
| `ALLOW_OVERWRITE_ON_CREATE` | `False` | 是否允许 `create_skill`/`install_skill` 默认覆盖同名技能。 |
|
| `ALLOW_OVERWRITE_ON_CREATE` | `False` | 是否允许 `create_skill`/`install_skill` 默认覆盖同名技能。 |
|
||||||
| `INSTALL_FETCH_TIMEOUT` | `12.0` | 从 URL 安装技能时的请求超时时间(秒)。 |
|
| `INSTALL_FETCH_TIMEOUT` | `12.0` | 从 URL 安装技能时的请求超时时间(秒)。 |
|
||||||
| `TRUSTED_DOMAINS` | `github.com,huggingface.co,githubusercontent.com` | 逗号分隔的主信任域名清单(**必须启用**)。子域名会自动放行(如 `github.com` 允许 `api.github.com`)。详见 [域名白名单指南](docs/DOMAIN_WHITELIST.md)。 |
|
| `TRUSTED_DOMAINS` | `github.com,huggingface.co,githubusercontent.com` | 逗号分隔的主信任域名清单(**必须启用**)。子域名会自动放行(如 `github.com` 允许 `api.github.com`)。详见 [域名白名单指南](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/tools/openwebui-skills-manager/docs/DOMAIN_WHITELIST.md)。 |
|
||||||
|
|
||||||
## 支持的方法
|
## 支持的方法
|
||||||
|
|
||||||
|
|||||||
@@ -2341,6 +2341,7 @@ B站(长视频) 抖音(短视频) 公众号(图文
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="技术实现指南"></a>
|
||||||
## 技术实现指南
|
## 技术实现指南
|
||||||
|
|
||||||
### 通用开发模式
|
### 通用开发模式
|
||||||
@@ -2492,6 +2493,7 @@ class CacheManager:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="开发优先级建议"></a>
|
||||||
## 开发优先级建议
|
## 开发优先级建议
|
||||||
|
|
||||||
基于实用性、技术可行性和市场需求,推荐以下开发优先级:
|
基于实用性、技术可行性和市场需求,推荐以下开发优先级:
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="1-插件开发快速入门"></a>
|
||||||
## 1. 插件开发快速入门
|
## 1. 插件开发快速入门
|
||||||
|
|
||||||
### 1.1 什么是 OpenWebUI 插件?
|
### 1.1 什么是 OpenWebUI 插件?
|
||||||
@@ -67,6 +68,7 @@ class Action:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="2-核心概念与-sdk-详解"></a>
|
||||||
## 2. 核心概念与 SDK 详解
|
## 2. 核心概念与 SDK 详解
|
||||||
|
|
||||||
### 2.1 ⚠️ 重要:同步与异步
|
### 2.1 ⚠️ 重要:同步与异步
|
||||||
@@ -111,8 +113,10 @@ class Filter:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="3-插件类型深度解析"></a>
|
||||||
## 3. 插件类型深度解析
|
## 3. 插件类型深度解析
|
||||||
|
|
||||||
|
<a id="31-action-动作"></a>
|
||||||
### 3.1 Action (动作)
|
### 3.1 Action (动作)
|
||||||
|
|
||||||
**定位**:在消息下方添加按钮,用户点击触发。
|
**定位**:在消息下方添加按钮,用户点击触发。
|
||||||
@@ -138,6 +142,7 @@ async def action(self, body, __event_call__):
|
|||||||
await __event_call__({"type": "execute", "data": {"code": js}})
|
await __event_call__({"type": "execute", "data": {"code": js}})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<a id="32-filter-过滤器"></a>
|
||||||
### 3.2 Filter (过滤器)
|
### 3.2 Filter (过滤器)
|
||||||
|
|
||||||
**定位**:中间件,拦截并修改请求/响应。
|
**定位**:中间件,拦截并修改请求/响应。
|
||||||
@@ -159,6 +164,7 @@ async def inlet(self, body, __metadata__):
|
|||||||
return body
|
return body
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<a id="33-pipe-管道"></a>
|
||||||
### 3.3 Pipe (管道)
|
### 3.3 Pipe (管道)
|
||||||
|
|
||||||
**定位**:自定义模型/代理。
|
**定位**:自定义模型/代理。
|
||||||
@@ -181,6 +187,7 @@ class Pipe:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="4-高级开发模式"></a>
|
||||||
## 4. 高级开发模式
|
## 4. 高级开发模式
|
||||||
|
|
||||||
### 4.1 Pipe 与 Filter 协同
|
### 4.1 Pipe 与 Filter 协同
|
||||||
@@ -208,6 +215,7 @@ async def background_job(self, chat_id):
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="5-最佳实践与设计原则"></a>
|
||||||
## 5. 最佳实践与设计原则
|
## 5. 最佳实践与设计原则
|
||||||
|
|
||||||
### 5.1 命名与定位
|
### 5.1 命名与定位
|
||||||
@@ -237,6 +245,7 @@ except Exception as e:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="6-仓库规范openwebui-extensions"></a>
|
||||||
## 6. 仓库规范(openwebui-extensions)
|
## 6. 仓库规范(openwebui-extensions)
|
||||||
|
|
||||||
### 6.1 单文件 i18n 规范
|
### 6.1 单文件 i18n 规范
|
||||||
@@ -325,6 +334,7 @@ except Exception as e:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="7-自定义-agents-设计建议"></a>
|
||||||
## 7. 自定义 Agents 设计建议
|
## 7. 自定义 Agents 设计建议
|
||||||
|
|
||||||
### 7.1 推荐架构(适合你的项目)
|
### 7.1 推荐架构(适合你的项目)
|
||||||
@@ -356,6 +366,7 @@ except Exception as e:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a id="8-故障排查"></a>
|
||||||
## 8. 故障排查
|
## 8. 故障排查
|
||||||
|
|
||||||
* **HTML 不显示?** 确保包裹在 ` ```html ... ``` ` 代码块中。
|
* **HTML 不显示?** 确保包裹在 ` ```html ... ``` ` 代码块中。
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.
|
|||||||
|
|
||||||
## Preview 📸
|
## Preview 📸
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
## 预览 📸
|
## 预览 📸
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
|||||||
@@ -158,6 +158,6 @@ If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
See [`v1.5.0` Release Notes](./v1.5.0.md) for the release-specific summary.
|
See [`v1.5.0` Release Notes](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/filters/async-context-compression/v1.5.0.md) for the release-specific summary.
|
||||||
|
|
||||||
See the full history on GitHub: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
See the full history on GitHub: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
||||||
|
|||||||
@@ -196,6 +196,6 @@ flowchart TD
|
|||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
请查看 [`v1.5.0` 版本发布说明](./v1.5.0_CN.md) 获取本次版本的独立发布摘要。
|
请查看 [`v1.5.0` 版本发布说明](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/filters/async-context-compression/v1.5.0_CN.md) 获取本次版本的独立发布摘要。
|
||||||
|
|
||||||
完整历史请查看 GitHub 项目: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
完整历史请查看 GitHub 项目: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.
|
|||||||
|
|
||||||
## 🗺️ Roadmap
|
## 🗺️ Roadmap
|
||||||
|
|
||||||
See [ROADMAP.md](./ROADMAP.md) for future plans, including "Project Knowledge" collection.
|
See [ROADMAP.md](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/filters/folder-memory/ROADMAP.md) for future plans, including "Project Knowledge" collection.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
## 🗺️ 路线图
|
## 🗺️ 路线图
|
||||||
|
|
||||||
查看 [ROADMAP.md](./ROADMAP.md) 了解未来计划,包括“项目知识”收集功能。
|
查看 [ROADMAP.md](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/filters/folder-memory/ROADMAP.md) 了解未来计划,包括“项目知识”收集功能。
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ All installations enforce:
|
|||||||
| `SHOW_STATUS` | `True` | Show operation status updates in OpenWebUI status bar. |
|
| `SHOW_STATUS` | `True` | Show operation status updates in OpenWebUI status bar. |
|
||||||
| `ALLOW_OVERWRITE_ON_CREATE` | `False` | Allow `create_skill`/`install_skill` to overwrite same-name skill by default. |
|
| `ALLOW_OVERWRITE_ON_CREATE` | `False` | Allow `create_skill`/`install_skill` to overwrite same-name skill by default. |
|
||||||
| `INSTALL_FETCH_TIMEOUT` | `12.0` | URL fetch timeout in seconds for skill installation. |
|
| `INSTALL_FETCH_TIMEOUT` | `12.0` | URL fetch timeout in seconds for skill installation. |
|
||||||
| `TRUSTED_DOMAINS` | `github.com,huggingface.co,githubusercontent.com` | Comma-separated list of primary trusted domains for downloads (always enforced). Subdomains automatically allowed (e.g., `github.com` allows `api.github.com`). See [Domain Whitelist Guide](docs/DOMAIN_WHITELIST.md). |
|
| `TRUSTED_DOMAINS` | `github.com,huggingface.co,githubusercontent.com` | Comma-separated list of primary trusted domains for downloads (always enforced). Subdomains automatically allowed (e.g., `github.com` allows `api.github.com`). See [Domain Whitelist Guide](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/tools/openwebui-skills-manager/docs/DOMAIN_WHITELIST.md). |
|
||||||
|
|
||||||
## Supported Tool Methods
|
## Supported Tool Methods
|
||||||
|
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ description: "做一些有用的事"
|
|||||||
| `SHOW_STATUS` | `True` | 是否在 OpenWebUI 状态栏显示操作状态。 |
|
| `SHOW_STATUS` | `True` | 是否在 OpenWebUI 状态栏显示操作状态。 |
|
||||||
| `ALLOW_OVERWRITE_ON_CREATE` | `False` | 是否允许 `create_skill`/`install_skill` 默认覆盖同名技能。 |
|
| `ALLOW_OVERWRITE_ON_CREATE` | `False` | 是否允许 `create_skill`/`install_skill` 默认覆盖同名技能。 |
|
||||||
| `INSTALL_FETCH_TIMEOUT` | `12.0` | 从 URL 安装技能时的请求超时时间(秒)。 |
|
| `INSTALL_FETCH_TIMEOUT` | `12.0` | 从 URL 安装技能时的请求超时时间(秒)。 |
|
||||||
| `TRUSTED_DOMAINS` | `github.com,huggingface.co,githubusercontent.com` | 逗号分隔的主信任域名清单(**必须启用**)。子域名会自动放行(如 `github.com` 允许 `api.github.com`)。详见 [域名白名单指南](docs/DOMAIN_WHITELIST.md)。 |
|
| `TRUSTED_DOMAINS` | `github.com,huggingface.co,githubusercontent.com` | 逗号分隔的主信任域名清单(**必须启用**)。子域名会自动放行(如 `github.com` 允许 `api.github.com`)。详见 [域名白名单指南](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/tools/openwebui-skills-manager/docs/DOMAIN_WHITELIST.md)。 |
|
||||||
|
|
||||||
## 支持的方法
|
## 支持的方法
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user