This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch chore/sync-info in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit ab2999499c42fd01ca7d77864dad0771e9c274b7 Author: kumfo <[email protected]> AuthorDate: Wed Jul 17 02:06:49 2024 +0000 chore: Sync Plugin Info --- plugins_desc.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/plugins_desc.json b/plugins_desc.json index 77fdb4d..9a804d9 100644 --- a/plugins_desc.json +++ b/plugins_desc.json @@ -80,6 +80,11 @@ "desc": "在编辑器中渲染公式", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/editor-formula" }, + { + "name": "Algolia 搜索", + "desc": "使用 Algolia 作为搜索引擎.", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/search-algolia" + }, { "name": "S3 存储", "desc": "上传文件到S3存储", @@ -90,6 +95,11 @@ "desc": "基础的通用审核插件", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-basic" }, + { + "name": "S3 存储CDN", + "desc": "上传文件到S3存储", + "link": "https://github.com/answerdev/plugins/tree/main/cdn-s3" + }, { "name": "内容嵌入", "desc": "在内容中嵌入其他网站", @@ -177,6 +187,11 @@ "desc": "Render formula in editor", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/editor-formula" }, + { + "name": "Algolia Search", + "desc": "Use Algolia as a search engine.", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/search-algolia" + }, { "name": "S3 storage", "desc": "Upload files to S3 storage", @@ -187,6 +202,11 @@ "desc": "Generic review rule plugin", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-basic" }, + { + "name": "S3 storage CDN", + "desc": "Upload files to S3 storage", + "link": "https://github.com/answerdev/plugins/tree/main/cdn-s3" + }, { "name": "Embed", "desc": "Embed content from other sites",
