From b01717c49e87b8e74cdb171967a43b79fa627620 Mon Sep 17 00:00:00 2001 From: Fen Date: Tue, 28 Nov 2023 15:42:04 +0800 Subject: [PATCH] docs: update link --- README.md | 8 +++++--- README_CN.md | 39 --------------------------------------- 2 files changed, 5 insertions(+), 42 deletions(-) delete mode 100644 README_CN.md diff --git a/README.md b/README.md index 7cda1b5b8..bb401abd9 100644 --- a/README.md +++ b/README.md @@ -30,20 +30,22 @@ For more information, see [Installation](https://answer.apache.org/docs/installa ### Plugins -Answer provides a plugin system for developers to create custom plugins and expand Answer’s features. You can find the [plugin documentation here](https://answer.apache.org/docs/development/extending/). +Answer provides a plugin system for developers to create custom plugins and expand Answer’s features. You can find the [plugin documentation here](https://answer.apache.org/community/plugins). We value your feedback and suggestions to improve our documentation. If you have any comments or questions, please feel free to contact us. We’re excited to see what you can create using our plugin system! -You can also check out the [plugins here](https://github.com/apache/incubator-answer-plugins). +You can also check out the [plugins here](https://answer.apache.org/plugins). ## Building from Source ### Prerequisites + - Golang >= 1.18 - Node.js >= 16.17 - pnpm >= 8 ### Build + ```bash $ make ui $ make build @@ -53,7 +55,7 @@ $ make build Contributions are always welcome! -See [CONTRIBUTING](https://answer.apache.org/docs/development/contributing/) for ways to get started. +See [CONTRIBUTING](https://answer.apache.org/community/contributing) for ways to get started. ## License diff --git a/README_CN.md b/README_CN.md deleted file mode 100644 index 9c9e9a695..000000000 --- a/README_CN.md +++ /dev/null @@ -1,39 +0,0 @@ - - logo - - -# Answer - 构建问答社区 - -一款问答形式的知识社区开源软件,你可以使用它快速建立你的问答社区,用于产品技术支持、客户支持、用户交流等。 - -了解更多关于该项目的内容,请访问 [answer.apache.org](https://answer.apache.org). - -[![LICENSE](https://img.shields.io/github/license/apache/incubator-answer)](https://github.com/apache/incubator-answer/blob/main/LICENSE) -[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://golang.org/) -[![Language](https://img.shields.io/badge/language-react-blue.svg)](https://reactjs.org/) -[![Go Report Card](https://goreportcard.com/badge/github.com/apache/incubator-answer)](https://goreportcard.com/report/github.com/apache/incubator-answer) -[![Discord](https://img.shields.io/badge/discord-chat-5865f2?logo=discord&logoColor=f5f5f5)](https://discord.gg/Jm7Y4cbUej) - -## 截图 - -![screenshot](docs/img/screenshot.png) - -## 快速开始 - -### 使用 docker 快速搭建 - -```bash -docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest -``` - -其他安装配置细节请参考 [Installation](https://answer.apache.org/docs/installation) - -## 贡献 - -我们随时欢迎你的贡献! - -参考 [CONTRIBUTING](https://answer.apache.org/docs/development/contributing/) 开始贡献。 - -## License - -[Apache License 2.0](https://github.com/apache/incubator-answer/blob/main/LICENSE)