This is an automated email from the ASF dual-hosted git repository.

robin0716 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git


The following commit(s) were added to refs/heads/main by this push:
     new 6048d33  chore: Sync Plugin Info
6048d33 is described below

commit 6048d338532e4b8837ec0b27f2a6c81d5b0644b2
Author: kumfo <[email protected]>
AuthorDate: Wed Jul 17 03:11:18 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",

Reply via email to