Go to file
Fen 14c053f0d1
add plugin introduce to readme
2023-08-24 15:34:28 +08:00
.github update github action dockerfile 2023-06-12 17:59:51 +08:00
.vscode fix(Dashboard): Some minor problem adjustments. 2023-06-28 18:41:24 +08:00
build initial commit 2022-09-27 17:59:05 +08:00
charts Chart refactoring (#311) 2023-04-10 17:19:56 +08:00
cmd feat(notification): add notification limit 2023-08-22 17:07:45 +08:00
configs Merge branch 'feat/1.1.0/report' into test 2023-06-01 11:25:51 +08:00
docs add plugin introduce to readme 2023-08-24 15:34:28 +08:00
i18n New Crowdin updates (#487) 2023-08-24 11:24:01 +08:00
internal Merge branch 'feat/1.1.2/notification' into test 2023-08-23 17:45:52 +08:00
pkg feat(question): change create question title function 2023-08-18 18:15:44 +08:00
plugin feat(cache): upgrade cache interface 2023-08-22 16:10:41 +08:00
script fix(build): add node env for build plugin 2023-06-12 17:31:29 +08:00
ui Merge branch 'feat/1.1.2/notification' into test 2023-08-23 17:45:52 +08:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore Merge branch 'github-main' into feature-plugin 2023-02-06 11:25:53 +08:00
.gitlab-ci.yml docs(ci): Update CI configuration about image tag 2023-02-08 17:23:49 +08:00
.goreleaser.yaml fix(goreleaser): update goreleaser GOPROXY 2023-08-03 16:00:38 +08:00
Dockerfile go mod 2023-08-02 11:48:26 +08:00
LICENSE Update LICENSE 2022-09-30 07:13:53 +00:00
Makefile docs(makefile): upgrade 1.1.2 2023-08-24 10:51:08 +08:00
README.md add plugin introduce to readme 2023-08-24 15:34:28 +08:00
README_CN.md fix: reademe_cn.md file update content 2023-05-08 16:30:01 +08:00
SECURITY.md Create SECURITY.md 2023-01-13 07:39:39 +00:00
crowdin.yml Update Crowdin configuration file 2022-12-15 17:36:18 +08:00
docker-compose.uffizzi.yml docs(docker): add healthcheck for docker compose 2023-02-13 18:09:55 +08:00
docker-compose.yaml ci: docker compose 2022-11-02 08:01:37 +00:00
go.mod Merge branch 'feat/1.1.2/notification' into test 2023-08-22 17:40:49 +08:00
go.sum Merge branch 'feat/1.1.2/notification' into test 2023-08-22 17:40:49 +08:00

README.md

logo

Answer - Build Q&A platform

A Q&A platform software for teams at any scales. Whether its a community forum, help center, or knowledge management platform, you can always count on Answer.

To learn more about the project, visit answer.dev.

LICENSE Language Language Go Report Card Discord

Screenshots

screenshot

Quick start

Running with docker

docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest

For more information, see Installation

Plugins

Answer provides a plugin system for developers to create custom plugins and expand Answers features. You can find the plugin documentation here.

We value your feedback and suggestions to improve our documentation. If you have any comments or questions, please feel free to contact us. Were excited to see what you can create using our plugin system!

You can also check out the officially supported plugins here.

Contributing

Contributions are always welcome!

See CONTRIBUTING for ways to get started.

License

Apache License 2.0