This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch build-community
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/build-community by this push:
new 99d5747f fix: change broken urls
99d5747f is described below
commit 99d5747ff75f42e884ad3f030a471aaf811c3350
Author: shuai <[email protected]>
AuthorDate: Wed Nov 15 09:58:16 2023 +0800
fix: change broken urls
---
blog/2023-06-15-answer-1.1.0-release/index.md | 2 +-
docs/development/contributing/backend.md | 2 +-
docs/development/extending/{plugins.md => README.md} | 2 +-
docs/development/extending/plugin-for-ui.md | 4 ++--
docs/development/extending/plugins.md | 2 +-
.../2023-06-15-answer-1.1.0-release/index.md | 2 +-
.../current/development/contributing/backend.md | 2 +-
.../current/development/extending/plugin-for-ui.md | 4 ++--
.../current/development/extending/plugins.md | 4 ++--
9 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/blog/2023-06-15-answer-1.1.0-release/index.md
b/blog/2023-06-15-answer-1.1.0-release/index.md
index ae57abb2..ebe6df0d 100644
--- a/blog/2023-06-15-answer-1.1.0-release/index.md
+++ b/blog/2023-06-15-answer-1.1.0-release/index.md
@@ -14,7 +14,7 @@ From 1.0 to 1.1.0, it's not just a stack-up of numbers, but a
step forward for y
## Plugin: The New Wings to Your Answer

-The most notable in this update is **the support of Plugin**. From small
tweaks to big changes, you can make it happen in Answer. Read the documentation
of Plugin [here](https://answer.apache.org/docs/development/extending/) before
bust a move.
+The most notable in this update is **the support of Plugin**. From small
tweaks to big changes, you can make it happen in Answer. Read the documentation
of Plugin [here](https://answer.apache.org/docs/plugins) before bust a move.
A quick example is to embrace a simplified and efficient user authentication
experience with the plugin's OAuth capabilities for your Answer. Now, your
community members can sign up or log in with existing accounts from social
media platforms. For adding other log-in options, admin can go
**Admin\>Plugins\>OAuth2Basic**, then fill in the necessary information in
**OAuth2Basic**.
diff --git a/docs/development/contributing/backend.md
b/docs/development/contributing/backend.md
index 0ed65402..9d78eee5 100644
--- a/docs/development/contributing/backend.md
+++ b/docs/development/contributing/backend.md
@@ -60,7 +60,7 @@ $ ./answer init -C ./answer-data/
Heading to [http://localhost:80/install](http://localhost:80/install) to
access installation page.
-Please refer to the [installation documentation](../../installation) for
installation steps.
+Please refer to the [installation documentation](/docs/installation) for
installation steps.
#### Launch
```shell
diff --git a/docs/development/extending/plugins.md
b/docs/development/extending/README.md
similarity index 99%
copy from docs/development/extending/plugins.md
copy to docs/development/extending/README.md
index 8eb608db..c006f254 100644
--- a/docs/development/extending/plugins.md
+++ b/docs/development/extending/README.md
@@ -158,7 +158,7 @@ type Connector interface {
#### Implement the configuration interface
-For details on the description of each configuration item, please refer to
[the documentation](/docs/plugins/plugin_config).
+For details on the description of each configuration item, please refer to
[the documentation](/docs/plugins/plugin-config).
```go
type Config interface {
diff --git a/docs/development/extending/plugin-for-ui.md
b/docs/development/extending/plugin-for-ui.md
index 28ca288b..bd63cd7a 100644
--- a/docs/development/extending/plugin-for-ui.md
+++ b/docs/development/extending/plugin-for-ui.md
@@ -5,7 +5,7 @@ slug: /plugins/plugin-for-ui
# Develop a UI plug-in
-A UI plugin is not so different from a [standard
plugin](/docs/development/extending/) or React component, it just needs some
configuration and wrapping.
+A UI plugin is not so different from a [standard plugin](/docs/plugins) or
React component, it just needs some configuration and wrapping.
Having learned how to develop a standard plugin from the above documentation,
and having understood React components. let's move on to a step-by-step guide
to developing a ui plugin.
@@ -79,7 +79,7 @@ func (d DemoPlugin) Info() plugin.Info {
}
```
:::info
-For detailed definitions, see the [Extension](/docs/development/extending/)
section.
+For detailed definitions, see the [Extension](/docs/plugins) section.
:::
* Then, move the entire `Demo` directory to the [official plugins
repository](https://github.com/apache/incubator-answer-plugins) and submit a PR
request for merging, and you've released the plugin.
diff --git a/docs/development/extending/plugins.md
b/docs/development/extending/plugins.md
index 8eb608db..c006f254 100644
--- a/docs/development/extending/plugins.md
+++ b/docs/development/extending/plugins.md
@@ -158,7 +158,7 @@ type Connector interface {
#### Implement the configuration interface
-For details on the description of each configuration item, please refer to
[the documentation](/docs/plugins/plugin_config).
+For details on the description of each configuration item, please refer to
[the documentation](/docs/plugins/plugin-config).
```go
type Config interface {
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-blog/2023-06-15-answer-1.1.0-release/index.md
b/i18n/zh-CN/docusaurus-plugin-content-blog/2023-06-15-answer-1.1.0-release/index.md
index 08d752ae..660d2ed1 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-blog/2023-06-15-answer-1.1.0-release/index.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-blog/2023-06-15-answer-1.1.0-release/index.md
@@ -13,7 +13,7 @@ From 1.0 to 1.1.0, it's not just a stack-up of numbers, but a
step forward for y
## Plugin: The New Wings to Your Answer

-The most notable in this update is **the support of Plugin**. From small
tweaks to big changes, you can make it happen in Answer. Read the documentation
of Plugin [here](https://answer.dev/docs/development/extending/) before bust a
move.
+The most notable in this update is **the support of Plugin**. From small
tweaks to big changes, you can make it happen in Answer. Read the documentation
of Plugin [here](https://answer.dev/docs/plugins) before bust a move.
A quick example is to embrace a simplified and efficient user authentication
experience with the plugin's OAuth capabilities for your Answer. Now, your
community members can sign up or log in with existing accounts from social
media platforms. For adding other log-in options, admin can go
**Admin\>Plugins\>OAuth2Basic**, then fill in the necessary information in
**OAuth2Basic**.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/contributing/backend.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/contributing/backend.md
index f339b42e..365e1b42 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/contributing/backend.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/contributing/backend.md
@@ -70,7 +70,7 @@ $ ./answer init -C ./answer-data/
前往 <http://localhost:80/install> 访问安装页面。
-请参考 [安装文档](../../installation) 进行安装步骤。
+请参考 [安装文档](/docs/installation) 进行安装步骤。
#### 启动
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extending/plugin-for-ui.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extending/plugin-for-ui.md
index b59a0e85..63322a35 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extending/plugin-for-ui.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extending/plugin-for-ui.md
@@ -5,7 +5,7 @@ slug: /plugins/plugin-for-ui
# 开发 UI 插件
-UI 插件与 [标准插件](/docs/development/extending/) 或 React 组件并没有太大的区别,只需要一些配置和包装即可。
+UI 插件与 [标准插件](/docs/plugins) 或 React 组件并没有太大的区别,只需要一些配置和包装即可。
在学习了上述文档中的标准插件开发,并且理解了 React 组件之后,让我们来看一下开发 UI 插件的逐步指南。
@@ -86,7 +86,7 @@ func (d DemoPlugin) Info() plugin.Info {
```
:::info
-有关详细定义,请参见 [扩展](/docs/development/extending/) 部分。
+有关详细定义,请参见 [插件](/docs/plugins) 部分。
:::
* 然后,将整个 `Demo`
目录移动到[官方插件存储库](https://github.com/apache/incubator-answer-plugins)
中,提交合并请求即可发布插件。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extending/plugins.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extending/plugins.md
index 8e831fbf..ac2e3593 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extending/plugins.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extending/plugins.md
@@ -165,12 +165,12 @@ type Connector interface {
```
:::tip
-`Translator`
是用于翻译的结构体。请参阅[文档](/docs/development/extending/plugin_translation)了解详情。
+`Translator` 是用于翻译的结构体。请参阅[文档](/docs/plugins/plugin-translation)了解详情。
:::
#### 实现配置接口
-有关每个配置项的描述详见[文档](/docs/development/extending/plugin_config)。
+有关每个配置项的描述详见[文档](/docs/plugins/plugin-config)。
```go
type Config interface {