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 9cb8ba99 Fix/remove abandoned config (#166)
9cb8ba99 is described below

commit 9cb8ba99d8efd4c938c8bebf805a30ff3c9c9b7e
Author: Shaobiao Lin <[email protected]>
AuthorDate: Fri Mar 29 15:56:23 2024 +0800

    Fix/remove abandoned config (#166)
    
    `secret_key` was removed in
    
<https://github.com/apache/incubator-answer/commit/52e0a4c59ba1b44849a373c5f2521968a48d15d0>
---
 community/contributing/plugins.md                                       | 2 +-
 docs/getting-started/configfile.md                                      | 1 -
 .../current/getting-started/configfile.md                               | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/community/contributing/plugins.md 
b/community/contributing/plugins.md
index 11d62f57..5e8476b3 100644
--- a/community/contributing/plugins.md
+++ b/community/contributing/plugins.md
@@ -151,7 +151,7 @@ It is not so different from React component, this plugin is 
more suitable for th
 
 ### How to develop builtin plugin
 
-1. **Familiar with the directory structure**. Go to the 
`ui/src/plugins/builtin` directory and create a directory, such as Demo. Then 
refer to the existing plugins to create the necessary files to start 
development.
+1. **Get familiar with the directory structure**. Go to the 
`ui/src/plugins/builtin` directory and create a directory, such as Demo. Then 
refer to the existing plugins to create the necessary files to start 
development.
 
   ```txt
   // ui/src/plugins/builtin
diff --git a/docs/getting-started/configfile.md 
b/docs/getting-started/configfile.md
index 1e53fb73..a09a3008 100644
--- a/docs/getting-started/configfile.md
+++ b/docs/getting-started/configfile.md
@@ -30,6 +30,5 @@ swaggerui:
   host: 127.0.0.1 # An accessible IP address or domain name
   address: ':80'  # accessible port number
 service_config:
-  secret_key: "answer" # encryption key
   upload_path: "/data/uploads" # upload directory
 ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/getting-started/configfile.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/getting-started/configfile.md
index 0d324c99..be84ae4f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/getting-started/configfile.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/getting-started/configfile.md
@@ -30,7 +30,6 @@ swaggerui:
   host: 127.0.0.1 # 可访问的 IP 地址或域名
   address: ':80'  # 可访问的端口号
 service_config:
-  secret_key: "answer" # 加密密钥
   upload_path: "/data/uploads" # 上传目录
 
 ```

Reply via email to