mirror of https://gitee.com/answerdev/answer.git
Merge branch 'fix/readme' into 'main'
Fix/readme See merge request opensource/answer!62
This commit is contained in:
commit
22251849d9
24
README.md
24
README.md
|
@ -1,24 +1,20 @@
|
|||
# Answer - Simple Q&A Community
|
||||
<a href="https://answer.dev">
|
||||
<img alt="logo" src="docs/img/answer-logo-flat.svg" height="63px">
|
||||
</a>
|
||||
|
||||
![logo](docs/img/answer-logo-flat.svg)
|
||||
# Answer - Build Q&A community
|
||||
|
||||
A minimalist open-source knowledge based community software. You can use it to quickly build your Q&A community for product technical support, user Q&A, fans communication, and more.
|
||||
|
||||
To learn more about the project, visit [answer.dev](https://answer.dev).
|
||||
|
||||
[![LICENSE](https://img.shields.io/badge/License-MIT-green)](https://github.com/segmentfault/answer/blob/master/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/)
|
||||
|
||||
## What is Answer?
|
||||
## Screenshots
|
||||
|
||||
This is a minimalist open source Q&A community. Users can post questions and others can answer them.
|
||||
![abstract](docs/img/abstract.png)
|
||||
|
||||
## Why?
|
||||
|
||||
- Help organizations build knowledge and Q&A communities better and faster.
|
||||
|
||||
## Features
|
||||
|
||||
- Produce knowledge by asking and answering questions.
|
||||
- Maintain knowledge by voting and working together.
|
||||
![screenshot](docs/img/screenshot.png)
|
||||
|
||||
## Quick start
|
||||
|
||||
|
|
25
README_CN.md
25
README_CN.md
|
@ -1,24 +1,25 @@
|
|||
![logo](docs/img/answer-logo-flat.svg)
|
||||
<a href="https://answer.dev">
|
||||
<img alt="logo" src="docs/img/answer-logo-flat.svg" height="63px">
|
||||
</a>
|
||||
|
||||
# Answer - 极简问答社区
|
||||
# Answer - 构建问答社区
|
||||
|
||||
一款极简的、问答形式的知识社区开源软件,用来快速构建产品你的产品问答支持社区、用户问答社区、粉丝社区等。
|
||||
|
||||
了解更多关于该项目的内容,请访问 [answer.dev](https://answer.dev).
|
||||
|
||||
[![LICENSE](https://img.shields.io/badge/License-MIT-green)](https://github.com/segmentfault/answer/blob/master/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/)
|
||||
|
||||
## 什么是 Answer?
|
||||
这是一个极简的开源问答社区。用户可以发布问题,其他人可以回答。
|
||||
![abstract](docs/img/abstract.png)
|
||||
## 截图
|
||||
|
||||
## 目标
|
||||
- 帮助企业更好更快构建知识问答社区
|
||||
|
||||
## 产品功能
|
||||
- 通过提问、回答方式生产知识
|
||||
- 通过投票、共同协作方式维护知识
|
||||
![screenshot](docs/img/screenshot.png)
|
||||
|
||||
## 快速开始
|
||||
|
||||
### 使用 docker-compose 快速搭建
|
||||
|
||||
```bash
|
||||
mkdir answer && cd answer
|
||||
wget https://github.com/segmentfault/answer/releases/latest/download/docker-compose.yaml
|
||||
|
@ -31,7 +32,7 @@ docker-compose up
|
|||
|
||||
我们随时欢迎你的贡献!
|
||||
|
||||
参考 [CONTRIBUTING.md](CONTRIBUTING.md) 其中的贡献指南
|
||||
参考 [CONTRIBUTING.md](CONTRIBUTING.md) 开始贡献。
|
||||
|
||||
## License
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 112 KiB |
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue