This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new 964187c90 fix: typo
964187c90 is described below
commit 964187c90fdd393ca0bf46dc94f108c1bcca9784
Author: Luffy <[email protected]>
AuthorDate: Wed Dec 25 10:59:43 2024 +0800
fix: typo
---
.../guide-to-add-answer-plugins/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-blog/guide-to-add-answer-plugins/index.md
b/i18n/zh-CN/docusaurus-plugin-content-blog/guide-to-add-answer-plugins/index.md
index 39170057d..a8a45cf1f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-blog/guide-to-add-answer-plugins/index.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-blog/guide-to-add-answer-plugins/index.md
@@ -15,7 +15,7 @@ description: "教你轻松添加 Apache Answer 插件,扩展 Answer 功能"
1. 点击[此处](https://github.com/apache/incubator-answer-plugins/tree/main)从官方
Apache Answer 插件仓库下载所需插件。
2. 放置插件:将下载的插件文件,放置到项目目录下的 `./ui/src/plugins` 中
-3. 插件类型参考: https://answer.apache.org/docs/development/plugins
+3. 插件类型参考:https://answer.apache.org/zh-CN/docs/development/plugins/
_注意:文件夹应该是 plugins,而不是 plugin。_

@@ -61,6 +61,6 @@ go mod edit
-replace="github.com/apache/incubator-answer-plugins/my-plugin"="./u
5. 启动项目:`go run cmd/answer/main.go run -C ./answer-data`。

-在浏览器打开后端借口网址,可在 Admin - Installed Plugins 里看到添加的插件,点击 Action 列的 `⋮` 即可激活和移除该插件。
+在浏览器打开后端接口网址,可在 Admin - Installed Plugins 里看到添加的插件,点击 Action 列的 `⋮` 即可激活和移除该插件。
你已经完成了插件添加,点击[此处](https://answer.apache.org/plugins/)可以了解更多社区构建的插件。此外,我们还提供了
[Apache Answer
使用插件的详细教程](https://answer.apache.org/zh-CN/blog/how-to-package-and-deploy-answer-plugins/),以及[插件开发指南](https://answer.apache.org/zh-CN/docs/development/plugins/),让你的
Apache Answer 变得更加强大。